[refactor] extract globals from headband to separate file
This commit is contained in:
parent
d4d754a7e7
commit
5463192ec9
4 changed files with 27 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
include <headband.scad>
|
||||
include <globals.scad>;
|
||||
|
||||
use <headband.scad>
|
||||
use <headband.scad>;
|
||||
|
||||
module catear(height, thickness, fractal=0, side_len=30, bend_factor=0.5, stretch_factor=1.2, debug=false, chamfer=CHAMFER, chamfer_shape=CHAMFER_SHAPE) {
|
||||
$A=[0, side_len/2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue