added comments to files and removed the geogebra file
This commit is contained in:
parent
ba6d1396dc
commit
76a3aa2915
7 changed files with 22 additions and 15 deletions
|
|
@ -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();
|
||||
Loading…
Add table
Add a link
Reference in a new issue