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

default to 0.8

This commit is contained in:
Justin Lin
2022-07-20 18:31:11 +08:00
parent cb1ee004ce
commit ed75179dfe

View File

@@ -7,7 +7,7 @@ size = [100, 50, 120];
shelf_thickness = 1.5;
draw_thickness = 1.25;
drawer_numbers = 3;
spacing = 0.6;
spacing = 0.8;
curved_cabinet(size, shelf_thickness, draw_thickness, drawer_numbers, spacing);