From cabdb3f80076ba025223657751cddc1195f24492 Mon Sep 17 00:00:00 2001 From: tessaK9 Date: Sun, 8 Mar 2026 21:04:03 +0100 Subject: [PATCH] added missing variable values --- dogear_headband.scad | 2 +- headband.scad | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dogear_headband.scad b/dogear_headband.scad index 3679def..43186ef 100644 --- a/dogear_headband.scad +++ b/dogear_headband.scad @@ -40,4 +40,4 @@ module dogear_headband(rightear = "flop", leftear = "flop", size=SIZE, thickness }; } -dogear_headband(rightear = "nflop"); +dogear_headband(rightear = "nflop"); \ No newline at end of file diff --git a/headband.scad b/headband.scad index 95f7233..73550d9 100644 --- a/headband.scad +++ b/headband.scad @@ -1,4 +1,7 @@ -include +RAKE_DEPTH=1; +RAKE_WIDTH=1; +RAKE_STRETCH=1; +RAKE_CHAMFER=0.5; module partial_ring(part, radius, thickness, height) { rotate(180-180*part, [0, 0, 1]) @@ -15,7 +18,7 @@ module partial_ring(part, radius, thickness, height) { } } -module headband(size=SIZE, height=HEIGHT, thickness=THICKNESS, part=PART, stretch_len=STRETCH_LEN, tip_len=TIP_LEN, tip_bend=TIP_BEND, rake_depth=RAKE_DEPTH, rake_width=RAKE_WIDTH, rake_stretch=RAKE_STRETCH, rake_chamfer=RAKE_CHAMFER, with_rake=true) { +module headband(size, height, thickness, part, stretch_len, tip_len, tip_bend, rake_depth = RAKE_DEPTH, rake_width = RAKE_WIDTH, rake_stretch = RAKE_STRETCH, rake_chamfer = RAKE_CHAMFER, with_rake=true) { union() { union() { color("purple")