Remove duplicate minimum/maximum of prime tower Y position

This seems to have gone wrong in merging a pull request.
This commit is contained in:
Ghostkeeper 2017-02-06 14:26:26 +01:00
parent 39cbed61e5
commit c19544a293
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -3819,8 +3819,6 @@
"default_value": 200,
"minimum_value_warning": "-1000",
"maximum_value_warning": "1000",
"maximum_value": "machine_depth - resolveOrValue('prime_tower_size')",
"minimum_value": "0",
"maximum_value": "machine_depth / 2 - resolveOrValue('prime_tower_size') if machine_center_is_zero else machine_depth - resolveOrValue('prime_tower_size')",
"minimum_value": "machine_depth / -2 if machine_center_is_zero else 0",
"settable_per_mesh": false,