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,6 +12,7 @@
|
|||
|
||||
"overrides": {
|
||||
"speed_infill": { "inherit_function": "speed_print" },
|
||||
"speed_wall_x": { "inherit_function": "speed_wall" },
|
||||
"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)" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue