Enable prime tower purge volume when prime tower and wipe are both enabled

This commit is contained in:
Lipu Fei 2017-06-26 15:54:56 +02:00
parent d3bc625852
commit 8a0afa9c32

View File

@ -4429,7 +4429,7 @@
"label": "Prime Tower Purge Volume",
"description": "Amount of filament to be purged when wiping on the prime tower. Purging is useful for compensating the filament lost by oozing during inactivity of the nozzle.",
"type": "float",
"enabled": "dual_pre_wipe",
"enabled": "resolveOrValue('prime_tower_enable') and dual_pre_wipe",
"unit": "mm³",
"default_value": 0,
"minimum_value": "0",