mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
Add formulas to the definition file so they get notified of updates
This is a work around for a rather fundamental issue with the current setting system; The relationships are only created based on the definitions. So if a definition doesn't have a formula, but a profile does, it doesn't get updated in the interface. CURA-6708
This commit is contained in:
parent
3b9ab9901e
commit
290b8f4307
@ -137,7 +137,9 @@
|
||||
"support_interface_pattern": { "value": "'grid'" },
|
||||
"support_interface_skip_height": { "value": 0.2},
|
||||
"minimum_support_area": { "value": 10},
|
||||
"minimum_interface_area": { "value": 10}
|
||||
"minimum_interface_area": { "value": 10},
|
||||
"top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3"},
|
||||
"wall_thickness": {"value": "line_width * 2"}
|
||||
|
||||
},
|
||||
"metadata": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user