mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Merge pull request #1713 from Ultimaker/feature_CURA-3634_optional_priming
CURA-3634: Make prime blob optional
This commit is contained in:
commit
7dfa46d351
1 changed files with 10 additions and 0 deletions
|
@ -3586,6 +3586,16 @@
|
|||
"description": "Adhesion",
|
||||
"children":
|
||||
{
|
||||
"prime_blob_enable":
|
||||
{
|
||||
"label": "Enable Prime Blob",
|
||||
"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_blob_enable'))",
|
||||
"default_value": true,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"extruder_prime_pos_x":
|
||||
{
|
||||
"label": "Extruder Prime X Position",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue