Begin grouping variables for refactor
This commit is contained in:
parent
62b0cae3bd
commit
1af2b43d36
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue