added partial extrusion for faster headband rakes, small changes
This commit is contained in:
parent
7ab5da4b45
commit
dcef9ae8b9
4 changed files with 55 additions and 17 deletions
|
|
@ -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();
|
||||
Loading…
Add table
Add a link
Reference in a new issue