mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:16:01 +08:00
Remove support interface resolution settings
This reverts commit 92d34a8d7293923646224054c2afcfa57504847e, but not entirely because I wanted to retain the new description for support interface resolution itself. Contributes to issue CURA-3491.
This commit is contained in:
parent
d65cc00c69
commit
945c438c22
@ -3309,8 +3309,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"support_interface_skip_height":
|
"support_interface_skip_height": {
|
||||||
{
|
|
||||||
"label": "Support Interface Resolution",
|
"label": "Support Interface Resolution",
|
||||||
"description": "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface.",
|
"description": "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
@ -3320,39 +3319,8 @@
|
|||||||
"maximum_value_warning": "support_interface_height",
|
"maximum_value_warning": "support_interface_height",
|
||||||
"limit_to_extruder": "support_interface_extruder_nr",
|
"limit_to_extruder": "support_interface_extruder_nr",
|
||||||
"enabled": "extruderValue(support_interface_extruder_nr, 'support_interface_enable') and support_enable",
|
"enabled": "extruderValue(support_interface_extruder_nr, 'support_interface_enable') and support_enable",
|
||||||
"settable_per_mesh": true,
|
|
||||||
"children":
|
|
||||||
{
|
|
||||||
"support_bottom_skip_height":
|
|
||||||
{
|
|
||||||
"label": "Support Bottom Resolution",
|
|
||||||
"description": "When checking where there's model below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been the bottom of support.",
|
|
||||||
"unit": "mm",
|
|
||||||
"type": "float",
|
|
||||||
"default_value": 0.3,
|
|
||||||
"value": "support_interface_skip_height",
|
|
||||||
"minimum_value": "0",
|
|
||||||
"maximum_value_warning": "support_bottom_height",
|
|
||||||
"limit_to_extruder": "support_bottom_extruder_nr",
|
|
||||||
"enabled": "extruderValue(support_bottom_extruder_nr, 'support_bottom_enable') and support_enable",
|
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
"support_roof_skip_height":
|
|
||||||
{
|
|
||||||
"label": "Support Roof Resolution",
|
|
||||||
"description": "When checking where there's model above the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been roof on the support.",
|
|
||||||
"unit": "mm",
|
|
||||||
"type": "float",
|
|
||||||
"default_value": 0.3,
|
|
||||||
"value": "support_interface_skip_height",
|
|
||||||
"minimum_value": "0",
|
|
||||||
"maximum_value_warning": "support_roof_height",
|
|
||||||
"limit_to_extruder": "support_roof_extruder_nr",
|
|
||||||
"enabled": "extruderValue(support_roof_extruder_nr, 'support_roof_enable') and support_enable",
|
|
||||||
"settable_per_mesh": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"support_interface_density":
|
"support_interface_density":
|
||||||
{
|
{
|
||||||
"label": "Support Interface Density",
|
"label": "Support Interface Density",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user