Remove Wipe Nozzle After Switch and Purge Volume settings

The entire purging algorithm is gone now since it purges by printing the prime tower. The prime tower should be sufficiently strong now to not need this.

Contributes to issue CURA-5457.
This commit is contained in:
Ghostkeeper 2018-07-04 14:17:57 +02:00
parent 7b2a5c9160
commit 8ff4327c41
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
2 changed files with 1 additions and 24 deletions

View file

@ -6,7 +6,7 @@ import io
from UM.VersionUpgrade import VersionUpgrade
deleted_settings = {"prime_tower_wall_thickness"}
deleted_settings = {"prime_tower_wall_thickness", "dual_pre_wipe", "prime_tower_purge_volume"}
## Upgrades configurations from the state they were in at version 3.4 to the
# state they should be in at version 4.0.