mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
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:
parent
a72d47c2a4
commit
066ccc4e51
5 changed files with 12 additions and 14 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue