[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,7 +1,9 @@
|
|||
include <headband.scad>
|
||||
include <globals.scad>
|
||||
|
||||
use <headband.scad>
|
||||
|
||||
module inserticle() {
|
||||
cube([4.6, 7.4, 5.4], center=true);
|
||||
cube([INSERTICLE_X, INSERTICLE_Y, INSERTICLE_Z], center=true);
|
||||
}
|
||||
|
||||
module pressfit_headband(debug=DEBUG, size=SIZE, height=HEIGHT, thickness=THICKNESS, part=PART, stretch_len=STRETCH_LEN, tip_len=TIP_LEN, tip_bend=TIP_BEND) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue