From c90650b346f2a8dbee7b816b9eb77beef2ff7861 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Sep 2012 01:56:10 +0100 Subject: [PATCH] filamentspool cup bugfix rack teeth height --- filamentspool.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); } } } -- 2.30.2