mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Remove Nozzle Length and Filament Park Distance from the settings list
Implements CURA-7328.
This commit is contained in:
parent
8422172000
commit
b5dfcdd482
2 changed files with 2 additions and 24 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue