mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
Updated inheritance functions for um2+
This commit is contained in:
parent
3776d3c6d2
commit
00305f1c53
5 changed files with 22 additions and 0 deletions
|
@ -11,6 +11,12 @@
|
|||
"inherits": "ultimaker2.json",
|
||||
|
||||
"overrides": {
|
||||
"speed_infill": { "inherit_function": "speed_print" },
|
||||
"layer_height_0": { "inherit_function": "round(machine_nozzle_size / 1.5, 2)" },
|
||||
"retraction_min_travel": { "inherit_function": "machine_nozzle_size * 2" },
|
||||
"line_width": { "inherit_function": "round(machine_nozzle_size * 0.875, 2)" },
|
||||
"speed_layer_0": { "default": "20" },
|
||||
"speed_support": { "inherit_function": "speed_wall_0" },
|
||||
"machine_height": { "default": 203 },
|
||||
"machine_show_variants": { "default": true },
|
||||
"gantry_height": { "default": 52 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue