mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
fix x error
This commit is contained in:
@@ -107,7 +107,7 @@ module curved_cabinet(size, shelf_thickness, draw_thickness, drawer_numbers, spa
|
|||||||
halign = "center"
|
halign = "center"
|
||||||
);
|
);
|
||||||
linear_extrude(draw_thickness * 3)
|
linear_extrude(draw_thickness * 3)
|
||||||
square([size.z / 10, size.z / 5], center = true);
|
square([size.y / 4, size.z / 5], center = true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user