foxear_headband v0.3: add chamfering #9
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue