chiark / gitweb /
filamentspool overclip move sizes (no functional change)
[reprap-play.git] / filamentspool.scad
index b514351879a87947376794fa2f432953d0f03ed6..7f7c25540b9ed014ba79dfa8012723afaae8a99a 100644 (file)
@@ -32,13 +32,13 @@ overclipdepth=15;
 overcliproundr=2.0;
 overclipthick=0.5;
 
+overclipsmaller=-1.0;
+overclipbigger=2.0;
+
 wingspoke=3;
 wingsize=6;
 wingthick=3;
 
-overclipsmaller=-1.0;
-overclipbigger=2.0;
-
 armendwallthick=2.5;
 armendbasethick=1.2;
 
@@ -77,7 +77,7 @@ module ArmEnd(length=120){
                        [       0,      0,      1,      0       ],
                        [       0,      0,      0,      1       ]])
        cube([ratchettooth - ratchettoothsmoothr*2,
-             channelwidth, ratchettoothheight]);
+             channelwidth, ratchettoothheight - ratchettoothsmoothr]);
     }
   }
 }