mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07: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
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue