diff --git a/bunnyear_headband.scad b/bunnyear_headband.scad index 956a67b..fb87ae2 100644 --- a/bunnyear_headband.scad +++ b/bunnyear_headband.scad @@ -1,7 +1,7 @@ use include -module bunnyear_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=0.5, ear_bend_factor=0.2, ear_stretch_factor=8, ear_angle=30) { +module bunnyear_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=0.5, ear_bend_factor=1.2, ear_stretch_factor=8, ear_angle=30, ear_version=3, ear_skew=1.2) { catear_headband( debug=debug, size=size, @@ -14,7 +14,9 @@ module bunnyear_headband(debug=DEBUG, size=SIZE, height=HEIGHT, thickness=THICKN 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); } -bunnyear_headband(); +rotate(-90) bunnyear_headband();