added partial extrusion for faster headband rakes, small changes

This commit is contained in:
tessaK9 2026-03-12 19:40:30 +01:00
commit dcef9ae8b9
4 changed files with 55 additions and 17 deletions

View file

@ -1,7 +1,7 @@
use <headband.scad>;
use <dogear.scad>;
thickness = 2.5;
thickness = 2.7;
module dogears(rightear = "flop", leftear = "flop"){
union() {
@ -21,4 +21,4 @@ module dogears(rightear = "flop", leftear = "flop"){
}
}
dogears(rightear = "lflop");
dogears();