Add missing default_value for `roofing_monotonic

This commit is contained in:
Jelle Spijker 2024-01-03 17:37:54 +01:00 committed by GitHub
parent 6aaee84b95
commit 2e197f72ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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