From 1af2b43d36d96ccc59e495fbf6d24235aa31506f Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 3 Nov 2021 17:23:12 -0400 Subject: [PATCH] Begin grouping variables for refactor --- scad/100ft_v3/gnal_100ft.scad | 5 ++--- scad/50ft_v3/gnal_50ft.scad | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/scad/100ft_v3/gnal_100ft.scad b/scad/100ft_v3/gnal_100ft.scad index 8a6db5b..6e3b5ec 100644 --- a/scad/100ft_v3/gnal_100ft.scad +++ b/scad/100ft_v3/gnal_100ft.scad @@ -3,6 +3,8 @@ include <../libraries/gnal_v3.scad>; SPOKE_COUNT = 24; +FN = 200; +$fn = FN; module gnal_100ft_spiral (spiral_count = 60, od = 298.75, quarter = false) { outer_d = 299; @@ -250,9 +252,6 @@ module gnal_100ft_top () { } } -FN = 200; -$fn = FN; - module film_guide (rotations = 60, id = 45.55, spacing = 2.075, bottom = -2) { spiral(rotations, id, spacing, bottom, $fn); //reinforce outer spiral diff --git a/scad/50ft_v3/gnal_50ft.scad b/scad/50ft_v3/gnal_50ft.scad index fd485fa..e901918 100644 --- a/scad/50ft_v3/gnal_50ft.scad +++ b/scad/50ft_v3/gnal_50ft.scad @@ -3,6 +3,8 @@ include <../libraries/gnal_v3.scad>; SPOKE_COUNT = 24; +FN = 200; +$fn = FN; module gnal_50ft_spiral (spiral_count = 40, od = 215.75, quarter = false) { outer_d = 215; @@ -180,9 +182,6 @@ module gnal_50ft_top () { } } -FN = 200; -$fn = FN; - module film_guide (rotations = 40, id = 45.55 - .5, spacing = 2.075, bottom = -2) { spiral(rotations, id, spacing, bottom, $fn); //reinforce outer spiral