chiark / gitweb /
filamentspool cup bugfix rack teeth height
[reprap-play.git] / filamentspool.scad
index b514351879a87947376794fa2f432953d0f03ed6..c5b625cecd12bcc49b282bc0be71db68e95b1e99 100644 (file)
@@ -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]);
     }
   }
 }