mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 23:59:49 +00:00
functions.scad uses $double_sculpt_radius without including settings.scad
This commit is contained in:
parent
c4b622efc6
commit
93f883036f
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
include <constants.scad>
|
include <constants.scad>
|
||||||
|
include <settings.scad>
|
||||||
|
|
||||||
// I use functions when I need to compute special variables off of other special variables
|
// I use functions when I need to compute special variables off of other special variables
|
||||||
// functions need to be explicitly included, unlike special variables, which
|
// functions need to be explicitly included, unlike special variables, which
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue