mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Use resolveOrValue(prime_tower_enable) for prime tower purge "enabled" field
CURA-3094
This commit is contained in:
parent
b05f1654f8
commit
8393a0efb4
1 changed files with 1 additions and 1 deletions
|
@ -4419,7 +4419,7 @@
|
|||
"label": "Wipe Tower Purge Volume",
|
||||
"description": "Amount of filament to be purged when wiping on prime tower. This is useful for compensating the filament lost by oozing during the inactivity of the nozzle.",
|
||||
"type": "float",
|
||||
"enabled": "prime_tower_enable",
|
||||
"enabled": "resolveOrValue('prime_tower_enable')",
|
||||
"unit": "mm³",
|
||||
"default_value": 0,
|
||||
"minimum_value": "0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue