diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-07-30 07:18:06 -0500 |
---|---|---|
committer | Christian Hodgden <chrhodgden@gmail.com> | 2024-07-30 07:18:06 -0500 |
commit | 823c8f65c7ff389f42b7cac80afdae0c2c31c7cc (patch) | |
tree | 5f748a592dad29c1ba0a4e89697604d5b643c4d0 /dummy13/frame_sample_sizes.scad | |
parent | 78227596d45194656517357f9a53f5d8f5905e67 (diff) |
dummy13>frame_sample_sizes: spelling issue
Diffstat (limited to 'dummy13/frame_sample_sizes.scad')
-rw-r--r-- | dummy13/frame_sample_sizes.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dummy13/frame_sample_sizes.scad b/dummy13/frame_sample_sizes.scad index 6a9dd6e..96d01da 100644 --- a/dummy13/frame_sample_sizes.scad +++ b/dummy13/frame_sample_sizes.scad @@ -20,7 +20,7 @@ module frame_parts (size=1.0) { } } -starring_size = 1.00; +starting_size = 1.00; spacing_x = 30; spacing_y = 37.5; iterations_x = 5; @@ -35,5 +35,5 @@ translate([-15.5, 0, 0]) for (i = [0:iterations_x-1]) { translate([i*spacing_x, 0, 0]) - frame_parts(starring_size-(i*0.01)); + frame_parts(starting_size-(i*0.01)); } |