mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Don't remove Nozzle Length
Turns out this one was used: As default for the wire printing height. Contributes to issue CURA-7328.
This commit is contained in:
parent
b5dfcdd482
commit
40fc064e98
2 changed files with 11 additions and 1 deletions
|
@ -8,7 +8,6 @@ from UM.VersionUpgrade import VersionUpgrade
|
|||
|
||||
_removed_settings = {
|
||||
"machine_filament_park_distance",
|
||||
"machine_nozzle_head_distance"
|
||||
}
|
||||
|
||||
class VersionUpgrade45to46(VersionUpgrade):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue