[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,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];