[refactor] extract globals from headband to separate file

This commit is contained in:
djerun 2024-05-25 19:48:08 +02:00
commit 5463192ec9
4 changed files with 27 additions and 21 deletions

View file

@ -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) {