foxear_headband v0.3: add chamfering

This commit is contained in:
user 2024-01-30 22:44:57 +01:00
parent ebc0c7c0b9
commit 27e5d098b2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
use <catear_headband.scad>
include <headband.scad>
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,

View File

@ -12,7 +12,7 @@ RAKE_WIDTH=1;
RAKE_STRETCH=1;
RAKE_CHAMFER=0.5;
CHAMFER=1;
CHAMFER_SHAPE="cone";
CHAMFER_SHAPE="curve";
use <chamfer.scad>