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
|
@ -12,6 +12,10 @@
|
|||
"variant": "0.6 mm",
|
||||
|
||||
"overrides": {
|
||||
"speed_wall": { "inherit_function": "round(speed_print / 1.333333, 0)" },
|
||||
"speed_wall_x": { "inherit_function": "speed_wall" },
|
||||
"speed_wall_0": { "inherit_function": "speed_wall - 10" },
|
||||
"speed_topbottom": { "inherit_function": "round(speed_print / 2, 0)" },
|
||||
"machine_nozzle_size": { "default": 0.60 },
|
||||
"machine_nozzle_tip_outer_diameter": { "default": 1.25 },
|
||||
"coasting_volume": { "default": 1.36 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue