you need this if you're gonna print it

unless you print it upside down, then you can disable it again
This commit is contained in:
Bob 2020-02-22 21:38:35 -05:00
parent 0cbb9167a9
commit 7bc382ab26
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ simple_layout(preonic_default_layout) {
union() { union() {
// uncomment when prototyping for faster prototypes! // uncomment when prototyping for faster prototypes!
/* $dish_type = "disable"; */ /* $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 // here's where the magic happens and we actually add the extra column height
$total_depth = $total_depth + extra_column_height[$column]; $total_depth = $total_depth + extra_column_height[$column];