mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07:00
Cleaned up of the support settings for the S5 quality modes.
Relates to PP-108
This commit is contained in:
parent
0f48878bc7
commit
6d50ab152d
26 changed files with 4 additions and 58 deletions
|
|
@ -221,7 +221,7 @@
|
|||
"value": true
|
||||
},
|
||||
"support_infill_rate": {
|
||||
"value": 80
|
||||
"value": "=80 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 80"
|
||||
},
|
||||
"support_offset": {
|
||||
"value": "=2*line_width"
|
||||
|
|
@ -247,6 +247,9 @@
|
|||
"support_interface_pattern": {
|
||||
"value": "zigzag"
|
||||
},
|
||||
"support_interface_enable": {
|
||||
"value": true
|
||||
},
|
||||
"minimum_interface_area": {
|
||||
"value": "=minimum_support_area"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue