added comments to files and removed the geogebra file

This commit is contained in:
tessaK9 2026-03-16 17:49:23 +01:00
commit 76a3aa2915
7 changed files with 22 additions and 15 deletions

View file

@ -3,6 +3,7 @@ use <dogear.scad>;
thickness = 2.7;
//options for ears include low flopness ("lflop"), regular flopness ("flop"), high flopness ("vflop"), very high flopness ("vvflop"), very very high flopness ("vvvflop")
module dogears(rightear = "flop", leftear = "flop"){
union() {
translate([54,96,-3]){
@ -17,8 +18,9 @@ module dogears(rightear = "flop", leftear = "flop"){
}
}
}
//height needs to be 6 since the dogears are 6 high
headband(thickness = thickness, height = 6);
}
}
dogears(rightear = "lflop");
dogears();