From 786d945b418b1fb369f8457732149569ff5ee866 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 13 Dec 2015 18:25:55 +0000 Subject: [PATCH] filamentspool: 3mm: thicker prongs on cup --- filamentspool.TODO | 1 - filamentspool.scad | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/filamentspool.TODO b/filamentspool.TODO index 49b6d9b..b140ff6 100644 --- a/filamentspool.TODO +++ b/filamentspool.TODO @@ -1,6 +1,5 @@ todo list for filamentspool for taz-5 -cup should be thicker spool middle should be bigger spool middle should be longer to support whole cup spool middle should have more of arms ? diff --git a/filamentspool.scad b/filamentspool.scad index 7eb05f6..b84856a 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -20,8 +20,8 @@ axlepadlen = 1.0; function selsz(sm,lg) = fdia < 2 ? sm : lg; -prongthick=5; -prongwidth=5; +prongthick=selsz(5,7); +prongwidth=selsz(5,7); ratchetstep=15; ratchettooth=3; ratchettoothheight=5; -- 2.30.2