mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Don't show warning color for children of support_infill_rate when using tree support
CURA-9520 PPM: Tree support has infill density 15%, but should have 0%
This commit is contained in:
parent
9bb3b1a375
commit
5a8047e7d9
1 changed files with 6 additions and 0 deletions
|
@ -226,6 +226,12 @@
|
|||
"support_infill_rate": {
|
||||
"value": "0 if support_structure == 'tree' else 80 if gradual_support_infill_steps != 0 else 15"
|
||||
},
|
||||
"support_line_distance": {
|
||||
"minimum_value_warning": "0 if support_structure == 'tree' else support_line_width"
|
||||
},
|
||||
"support_initial_layer_line_distance": {
|
||||
"minimum_value_warning": "0 if support_structure == 'tree' else support_line_width"
|
||||
},
|
||||
"gradual_support_infill_steps": {
|
||||
"value": "2 if support_interface_enable else 0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue