1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 23:06:43 +02:00
This commit is contained in:
Justin Lin
2019-09-18 14:39:45 +08:00
parent e145a137f0
commit cf1d60045f

View File

@@ -46,7 +46,6 @@ module cube_character(head_size) {
translate([0, 0, r_diff * 2])
linear_extrude(height - r_diff * 2)
square([r_diff * 2, lip_r * 2], center = true);
}
}
@@ -55,7 +54,6 @@ module cube_character(head_size) {
translate([0, 0, height])
linear_extrude(spacing)
circle(lip_r);
}
if(type == "peg") {