From 7bc382ab260e4f34a74897e7819083383be1e097 Mon Sep 17 00:00:00 2001 From: Bob Date: Sat, 22 Feb 2020 21:38:35 -0500 Subject: [PATCH] you need this if you're gonna print it unless you print it upside down, then you can disable it again --- examples/sa_ergo.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sa_ergo.scad b/examples/sa_ergo.scad index c66d59b..7cd3a47 100644 --- a/examples/sa_ergo.scad +++ b/examples/sa_ergo.scad @@ -39,7 +39,7 @@ simple_layout(preonic_default_layout) { union() { // uncomment when prototyping for faster prototypes! /* $dish_type = "disable"; */ - $stem_support_type = "disable"; + /* $stem_support_type = "disable"; */ // here's where the magic happens and we actually add the extra column height $total_depth = $total_depth + extra_column_height[$column];