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