Change to "prime_blob_enable" and update description

CURA-3634
This commit is contained in:
Lipu Fei 2017-05-08 13:13:31 +02:00
parent 887a9d377a
commit 48862ed2b2

View file

@ -3290,12 +3290,12 @@
"description": "Adhesion",
"children":
{
"prime_poop_enable":
"prime_blob_enable":
{
"label": "Enable Prime Blob",
"description": "Whether to prime the filament with a blob before printing.",
"description": "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in those cases, you can also turn this setting off to let Brim/Skirt do the priming to save some time.",
"type": "bool",
"resolve": "any(extruderValues('prime_poop_enable'))",
"resolve": "any(extruderValues('prime_blob_enable'))",
"default_value": true,
"settable_per_mesh": false,
"settable_per_extruder": true