Remove references to deleted settings

Also convert the values for prime_tower_min_volume to make it behave similar to what the minimum volume used to be. This feature fixed a bug with the computation from volume to thickness. Now it's correct but we have to correct the old values to be still the same (approximately) as what used to be the end result.

Contributes to issue CURA-5457.
This commit is contained in:
Ghostkeeper 2018-07-05 13:22:17 +02:00
parent 8f8c515438
commit ec00e5b721
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
47 changed files with 34 additions and 66 deletions

View file

@ -64,7 +64,7 @@ ooze_shield_enabled = True
prime_tower_enable = False
prime_tower_position_x = 350
prime_tower_position_y = 350
prime_tower_wall_thickness = 2
prime_tower_min_volume = 18
switch_extruder_retraction_amount = 6
switch_extruder_retraction_speeds = 60

View file

@ -64,7 +64,7 @@ ooze_shield_enabled = True
prime_tower_enable = False
prime_tower_position_x = 350
prime_tower_position_y = 350
prime_tower_wall_thickness = 2
prime_tower_min_volume = 18
switch_extruder_retraction_amount = 6
switch_extruder_retraction_speeds = 60

View file

@ -64,7 +64,7 @@ ooze_shield_enabled = True
prime_tower_enable = False
prime_tower_position_x = 350
prime_tower_position_y = 350
prime_tower_wall_thickness = 2
prime_tower_min_volume = 18
switch_extruder_retraction_amount = 6
switch_extruder_retraction_speeds = 60

View file

@ -63,7 +63,7 @@ ooze_shield_enabled = True
prime_tower_enable = False
prime_tower_position_x = 350
prime_tower_position_y = 350
prime_tower_wall_thickness = 2
prime_tower_min_volume = 18
switch_extruder_retraction_amount = 6
switch_extruder_retraction_speeds = 60