From 367d991d8d19611bad14d8bcff195662d4714e93 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Oct 2017 03:06:54 +0100 Subject: [PATCH] poster-tube-lid: introduce "coarse" (nfc) --- poster-tube-lid.scad | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index a06567b..6a82f56 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -1,5 +1,7 @@ // -*- C -*- +coarse = false; + main_dia = 71.2 + 0.50 - 2.26; top_thick_middle = 4; top_thick_by_oring = 3.0; @@ -32,7 +34,7 @@ bayo_above_gap = 1.0; bayo_entry = bayo_behind/3; -bayo_slice_size = 1; +bayo_slice_size = coarse ? 5 : 1; brace_hole_width = 1.0; brace_above_below = 1.2; @@ -75,8 +77,8 @@ rivet_entry_width = rivet_width + side_rivet_gap; jig_mark_rad = jig_mark + main_dia/2 + jig_thick; -$fs=0.5; -$fa=1; +$fs= coarse ? 2.5 : 0.5; +$fa= coarse ? 5 : 1; // bayonet definition -- 2.30.2