JSON feat: dual_pre_wipe as separate from prime_tower_wipe_enabled (CURA-2325)

This commit is contained in:
Tim Kuipers 2016-10-12 15:27:01 +02:00 committed by Ghostkeeper
parent f3bb45da50
commit 3a7370a09e
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -3701,6 +3701,17 @@
"settable_per_mesh": false,
"settable_per_extruder": false
},
"dual_pre_wipe":
{
"label": "Wipe Nozzle After Switch",
"description": "After switching nozzle, wipe the oozed material off of the nozzle on the first thing printed. This performs a safe slow wipe move at a place where the oozed material causes least harm to the surface quality of your print.",
"type": "bool",
"enabled": "resolveOrValue('prime_tower_enable')",
"default_value": true,
"resolve": "any(extruderValues('dual_pre_wipe'))",
"settable_per_mesh": false,
"settable_per_extruder": false
},
"multiple_mesh_overlap":
{
"label": "Dual Extrusion Overlap",