mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-10 01:09:02 +08:00
Merge pull request #14627 from Ultimaker/CURA-10289/PP-323-update-support-settings-based-on-latest-findings
Cura 10289/pp 323 update support settings based on latest findings
This commit is contained in:
commit
6fabec2cc7
@ -4996,10 +4996,10 @@
|
|||||||
"description": "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one.",
|
"description": "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 5.0,
|
"default_value": 2.0,
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"minimum_value_warning": "0",
|
"minimum_value_warning": "0",
|
||||||
"maximum_value_warning": "50",
|
"maximum_value_warning": "10",
|
||||||
"enabled": "(support_enable and support_structure == 'normal') or support_meshes_present",
|
"enabled": "(support_enable and support_structure == 'normal') or support_meshes_present",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
@ -5010,8 +5010,8 @@
|
|||||||
"description": "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support.",
|
"description": "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0.4,
|
"default_value": 0.8,
|
||||||
"value": "support_line_width",
|
"value": "support_line_width + 0.4",
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"minimum_value_warning": "-1 * machine_nozzle_size",
|
"minimum_value_warning": "-1 * machine_nozzle_size",
|
||||||
"maximum_value_warning": "10 * machine_nozzle_size",
|
"maximum_value_warning": "10 * machine_nozzle_size",
|
||||||
@ -5477,7 +5477,7 @@
|
|||||||
"description": "The diameter of a special tower.",
|
"description": "The diameter of a special tower.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 5.0,
|
"default_value": 3.0,
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "2 * machine_nozzle_size",
|
"minimum_value_warning": "2 * machine_nozzle_size",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user