mirror of
https://github.com/nophead/Mendel90.git
synced 2025-08-21 20:35:28 +02:00
Reverted rounded_square change.
This commit is contained in:
@@ -82,7 +82,7 @@ module right_triangle(width, height, h, center = true) {
|
||||
|
||||
module rounded_square(w, h, r)
|
||||
{
|
||||
hull() {
|
||||
union() {
|
||||
square([w - 2 * r, h], center = true);
|
||||
square([w, h - 2 * r], center = true);
|
||||
for(x = [-w/2 + r, w/2 - r])
|
||||
|
Reference in New Issue
Block a user