Merge pull request #16384 from Ultimaker/CURA-10670_reenable_small_skin_area

[CURA-10670] Re-enable Small Top/Bottom Width
This commit is contained in:
Casper Lamboo 2023-08-15 16:40:08 +02:00 committed by GitHub
commit 767cdf431c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1665,16 +1665,14 @@
{ {
"label": "Small Top/Bottom Width", "label": "Small Top/Bottom Width",
"description": "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions.", "description": "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions.",
"value": "0", "value": "skin_line_width * 2",
"default_value": 0, "default_value": 1,
"minimum_value": "0", "minimum_value": "0",
"maximum_value_warning": "skin_line_width * 10",
"type": "float", "type": "float",
"enabled": false, "enabled": "(top_layers > 0 or bottom_layers > 0) and top_bottom_pattern != 'concentric'",
"limit_to_extruder": "top_bottom_extruder_nr", "limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true, "settable_per_mesh": true,
"unit": "mm", "unit": "mm"
"comment": "Disabled for 5.4.x, as we're worried about micro-segments in the infill. Also disabled in the engine, so forcing this > 0 will not do anything at the moment."
}, },
"skin_no_small_gaps_heuristic": "skin_no_small_gaps_heuristic":
{ {