mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-10 03:39:01 +08:00
Don't change the prime tower size based on prime tower enable
The prime tower is properly disabled in the engine nowadays if prime_tower_enable is false.
This commit is contained in:
parent
8c35c8fbc3
commit
29e04bb825
@ -3637,7 +3637,6 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"enabled": "resolveOrValue('prime_tower_enable')",
|
"enabled": "resolveOrValue('prime_tower_enable')",
|
||||||
"default_value": 15,
|
"default_value": 15,
|
||||||
"value": "15 if resolveOrValue('prime_tower_enable') else 0",
|
|
||||||
"resolve": "max(extruderValues('prime_tower_size'))",
|
"resolve": "max(extruderValues('prime_tower_size'))",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value": "min(0.5 * machine_width, 0.5 * machine_depth)",
|
"maximum_value": "min(0.5 * machine_width, 0.5 * machine_depth)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user