Remove Nozzle Length and Filament Park Distance from the settings list

Implements CURA-7328.
This commit is contained in:
Ghostkeeper 2020-03-30 12:00:41 +02:00
parent 8422172000
commit b5dfcdd482
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 2 additions and 24 deletions

View file

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