Browse Source

Add missing `default_value` for `roofing_monotonic

Jelle Spijker 1 year ago
parent
commit
2e197f72ee
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/definitions/fdmprinter.def.json

+ 2 - 1
resources/definitions/fdmprinter.def.json

@@ -1478,6 +1478,7 @@
                             "description": "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent.",
                             "type": "bool",
                             "value": true,
+                            "default_value": true,
                             "enabled": "roofing_layer_count > 0 and top_layers > 0 and roofing_pattern != 'concentric'",
                             "limit_to_extruder": "roofing_extruder_nr",
                             "settable_per_mesh": true
@@ -8438,4 +8439,4 @@
             }
         }
     }
-}
+}