Disable "Small Feature Max Length", "Small Feature Speed" and "Small Feature Initial Layer Speed" when "small hole size = 0"

CURA-9987
This commit is contained in:
c.lamboo 2022-12-12 13:09:59 +01:00
parent 7e8eca3b03
commit 532965fb46

View File

@ -8161,6 +8161,7 @@
"small_feature_max_length": "small_feature_max_length":
{ {
"label": "Small Feature Max Length", "label": "Small Feature Max Length",
"enabled": "small_hole_max_size > 0",
"description": "Feature outlines that are shorter than this length will be printed using Small Feature Speed.", "description": "Feature outlines that are shorter than this length will be printed using Small Feature Speed.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
@ -8174,6 +8175,7 @@
"small_feature_speed_factor": "small_feature_speed_factor":
{ {
"label": "Small Feature Speed", "label": "Small Feature Speed",
"enabled": "small_hole_max_size > 0",
"description": "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy.", "description": "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy.",
"unit": "%", "unit": "%",
"type": "float", "type": "float",
@ -8186,6 +8188,7 @@
"small_feature_speed_factor_0": "small_feature_speed_factor_0":
{ {
"label": "Small Feature Initial Layer Speed", "label": "Small Feature Initial Layer Speed",
"enabled": "small_hole_max_size > 0",
"description": "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy.", "description": "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy.",
"unit": "%", "unit": "%",
"type": "float", "type": "float",