From: Ian Jackson Date: Sun, 16 Sep 2012 00:56:10 +0000 (+0100) Subject: filamentspool cup bugfix rack teeth height X-Git-Tag: filamentspool-v2-release~846 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=c90650b346f2a8dbee7b816b9eb77beef2ff7861 filamentspool cup bugfix rack teeth height --- diff --git a/filamentspool.scad b/filamentspool.scad index b514351..c5b625c 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -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]); } } }