Remove superfluous disabling of prime location settings

These are already disabled in the definitions of fdmprinter and fdmextruder. It doesn't need to be disabled again.

Contributes to issue CURA-2625.
This commit is contained in:
Ghostkeeper 2016-11-11 17:10:23 +01:00
parent a72d47c2a4
commit 066ccc4e51
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
5 changed files with 12 additions and 14 deletions

View file

@ -74,8 +74,6 @@
"prime_tower_position_x": { "default_value": 175 },
"prime_tower_position_y": { "default_value": 179 },
"extruder_prime_pos_x": { "enabled": false },
"extruder_prime_pos_y": { "enabled": false },
"print_sequence": {"enabled": false},
"acceleration_enabled": { "value": "True" },