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:
Ghostkeeper 2020-03-30 12:10:01 +02:00
parent b5dfcdd482
commit 40fc064e98
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 11 additions and 1 deletions

View file

@ -8,7 +8,6 @@ from UM.VersionUpgrade import VersionUpgrade
_removed_settings = {
"machine_filament_park_distance",
"machine_nozzle_head_distance"
}
class VersionUpgrade45to46(VersionUpgrade):