Fix dimensions

This commit is contained in:
Przemek Grondek 2022-01-31 22:16:14 +01:00
parent 7a12b81bf8
commit 7461ee12dc

View File

@ -164,8 +164,8 @@ module block(
dual_bottom=false
) {
post_wall_thickness = (brand == "lego" ? 0.85 : 1);
wall_thickness=(brand == "lego" ? 1.45 - wall_tolerance : 1.5 - wall_tolerance);
stud_diameter=(brand == "lego" ? 4.85 - stud_tolerance: 9.35 - stud_tolerance);
wall_thickness=(brand == "lego" ? 1.5 - wall_tolerance : 1.5 - wall_tolerance);
stud_diameter=(brand == "lego" ? 5 - stud_tolerance: 9.35 - stud_tolerance);
hollow_stud_inner_diameter = (brand == "lego" ? 3.1 : 6.7);
stud_height=(brand == "lego" ? 1.8 : 4.4);
stud_spacing=(brand == "lego" ? 8 : 8 * 2);
@ -175,7 +175,7 @@ module block(
cylinder_precision=(brand == "lego" ? 0.1 : 0.05);
reinforcing_width = (brand == "lego" ? 0.7 : 1);
spline_length = (brand == "lego" ? 0.25 : 1.7);
spline_length = (brand == "lego" ? 0 : 1.7);
spline_thickness = (brand == "lego" ? 0.7 : 1.3);
horizontal_hole_diameter = (brand == "lego" ? 4.8 : 4.8 * 2);