foxear_headband: upgrade to ear version 3
This commit is contained in:
parent
840544a3d2
commit
4c0d0ee417
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
use <catear_headband.scad>
|
use <catear_headband.scad>
|
||||||
include <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.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(
|
catear_headband(
|
||||||
debug=debug,
|
debug=debug,
|
||||||
size=size,
|
size=size,
|
||||||
|
@ -14,7 +14,9 @@ module foxear_headband(debug=DEBUG, size=SIZE, height=HEIGHT, thickness=THICKNES
|
||||||
ear_scale=ear_scale,
|
ear_scale=ear_scale,
|
||||||
ear_bend_factor=ear_bend_factor,
|
ear_bend_factor=ear_bend_factor,
|
||||||
ear_stretch_factor=ear_stretch_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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue