1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

fix x error

This commit is contained in:
Justin Lin
2022-07-27 11:35:04 +08:00
parent 49a68a9f84
commit abd5683698

View File

@@ -107,7 +107,7 @@ module curved_cabinet(size, shelf_thickness, draw_thickness, drawer_numbers, spa
halign = "center"
);
linear_extrude(draw_thickness * 3)
square([size.z / 10, size.z / 5], center = true);
square([size.y / 4, size.z / 5], center = true);
}
}
}