mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
Fixed inheritance issues
This commit is contained in:
parent
00305f1c53
commit
7ce5c6c6bc
5 changed files with 13 additions and 16 deletions
|
@ -12,10 +12,9 @@
|
|||
"variant": "0.4 mm",
|
||||
|
||||
"overrides": {
|
||||
"speed_wall": { "inherit_function": "round(speed_print / 1.25, 0)" },
|
||||
"speed_wall_x": { "inherit_function": "speed_wall" },
|
||||
"speed_wall_0": { "inherit_function": "speed_wall - 10" },
|
||||
"speed_topbottom": { "inherit_function": "round(speed_print / 2.25, 0)" },
|
||||
"speed_wall": { "inherit_function": "round(speed_print / 1.25, 1)" },
|
||||
"speed_wall_0": { "inherit_function": "1 if speed_wall < 10 else (speed_wall - 10)" },
|
||||
"speed_topbottom": { "inherit_function": "round(speed_print / 2.25, 1)" },
|
||||
"machine_nozzle_size": { "default": 0.40 },
|
||||
"machine_nozzle_tip_outer_diameter": { "default": 1.05 }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue