diff --git a/foxear_headband.scad b/foxear_headband.scad index 7fb26af..35f25ca 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.05, 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.0, ear_stretch_factor=1.2, ear_angle=30, ear_version=3, ear_skew=1.0) { catear_headband( debug=debug, size=size, @@ -14,7 +14,9 @@ module foxear_headband(debug=DEBUG, size=SIZE, height=HEIGHT, thickness=THICKNES ear_scale=ear_scale, ear_bend_factor=ear_bend_factor, ear_stretch_factor=ear_stretch_factor, - ear_angle=ear_angle); + ear_angle=ear_angle, + ear_version=ear_version, + ear_skew=ear_skew); } -foxear_headband(); +rotate(-90) foxear_headband(debug=true);