From 27e5d098b2093b181e31a85dc7a0cb83a2a25ac4 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 30 Jan 2024 22:44:57 +0100 Subject: [PATCH] foxear_headband v0.3: add chamfering --- foxear_headband.scad | 2 +- headband.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foxear_headband.scad b/foxear_headband.scad index 2650854..7fb26af 100644 --- a/foxear_headband.scad +++ b/foxear_headband.scad @@ -1,7 +1,7 @@ use include -module foxear_headband(debug=DEBUG, size=SIZE, height=HEIGHT, thickness=THICKNESS, part=PART, stretch_len=STRETCH_LEN, tip_len=TIP_LEN, tip_bend=TIP_BEND, ear_scale=1.2, ear_bend_factor=0.01, ear_stretch_factor=1.2, ear_angle=30) { +module foxear_headband(debug=DEBUG, size=SIZE, height=HEIGHT, thickness=THICKNESS, part=PART, stretch_len=STRETCH_LEN, tip_len=TIP_LEN, tip_bend=TIP_BEND, ear_scale=1.2, ear_bend_factor=0.05, ear_stretch_factor=1.2, ear_angle=30) { catear_headband( debug=debug, size=size, diff --git a/headband.scad b/headband.scad index df4c3a0..f09299d 100644 --- a/headband.scad +++ b/headband.scad @@ -12,7 +12,7 @@ RAKE_WIDTH=1; RAKE_STRETCH=1; RAKE_CHAMFER=0.5; CHAMFER=1; -CHAMFER_SHAPE="cone"; +CHAMFER_SHAPE="curve"; use