functions.scad uses $double_sculpt_radius without including settings.scad

This commit is contained in:
Daniel Loffgren 2022-09-20 23:16:28 -07:00
parent c4b622efc6
commit 93f883036f
1 changed files with 1 additions and 0 deletions

View File

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