mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-17 22:16:40 +08:00
Simplified some of the inheritance functions
This commit is contained in:
parent
918d8005bc
commit
637f793f48
@ -857,7 +857,7 @@
|
|||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 30,
|
"default": 30,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "parent_value / 60 * 30",
|
"inherit_function": "parent_value / 2",
|
||||||
"children": {
|
"children": {
|
||||||
"speed_wall_0": {
|
"speed_wall_0": {
|
||||||
"label": "Outer Wall Speed",
|
"label": "Outer Wall Speed",
|
||||||
@ -878,7 +878,7 @@
|
|||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 60,
|
"default": 60,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "speed_print"
|
"inherit_function": "parent_value * 2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -891,7 +891,7 @@
|
|||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 30,
|
"default": 30,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "parent_value / 60 * 30"
|
"inherit_function": "parent_value / 2"
|
||||||
},
|
},
|
||||||
"speed_support": {
|
"speed_support": {
|
||||||
"label": "Support Speed",
|
"label": "Support Speed",
|
||||||
@ -928,7 +928,7 @@
|
|||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_roof_enable",
|
"enabled": "support_roof_enable",
|
||||||
"inherit_function": "parent_value / 60 * 40",
|
"inherit_function": "parent_value / 1.5",
|
||||||
"global_only": true
|
"global_only": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user