1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 09:49:59 +02:00
This commit is contained in:
Justin Lin
2019-09-26 08:53:47 +08:00
parent ea0fee1148
commit e4ac6dcb98
35 changed files with 500 additions and 456 deletions

View File

@@ -56,8 +56,8 @@ difference() {
if(chain_hole == "YES") {
translate([spacing * 1.5, spacing, height / 2])
linear_extrude(chain_hole_width, center = true)
hollow_out(chain_hole_width)
circle(shaft_r + spacing + chain_hole_width);
hollow_out(chain_hole_width)
circle(shaft_r + spacing + chain_hole_width);
}
}