[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
19
globals.scad
Normal file
19
globals.scad
Normal file
|
@ -0,0 +1,19 @@
|
|||
$fn=90;
|
||||
DEBUG=false;
|
||||
SIZE=60;
|
||||
HEIGHT=4.6;
|
||||
THICKNESS=3;
|
||||
PART=0.7;
|
||||
STRETCH_LEN=40;
|
||||
TIP_LEN=0.05;
|
||||
TIP_BEND=20;
|
||||
RAKE_DEPTH=1;
|
||||
RAKE_WIDTH=1;
|
||||
RAKE_STRETCH=1;
|
||||
RAKE_CHAMFER=0.5;
|
||||
CHAMFER=1;
|
||||
CHAMFER_SHAPE="cone";
|
||||
|
||||
INSERTICLE_X = 4.6;
|
||||
INSERTICLE_Y = 7.4;
|
||||
INSERTICLE_Z = 5.4;
|
Loading…
Add table
Add a link
Reference in a new issue