mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:36:02 +08: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
@ -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…
x
Reference in New Issue
Block a user