Overwrite prime_tower_position_* value not default_value

The default value here would not be used. Override must be `value` not `default_value` solves #6491 for BIBO but other printers may also be affected by #6491.
This commit is contained in:
Walt Sorensen 2019-10-10 10:09:49 -06:00 committed by GitHub
parent 7b2037fd47
commit faf50a301c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,10 +85,10 @@
"default_value": 2 "default_value": 2
}, },
"prime_tower_position_x": { "prime_tower_position_x": {
"default_value": 50 "value": "50"
}, },
"prime_tower_position_y": { "prime_tower_position_y": {
"default_value": 50 "value": "50"
} }
} }
} }