mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Add priming_enabled option into fdm_printer
CURA-3634
This commit is contained in:
parent
ada614e413
commit
268a9c9bac
1 changed files with 10 additions and 0 deletions
|
@ -3290,6 +3290,16 @@
|
|||
"description": "Adhesion",
|
||||
"children":
|
||||
{
|
||||
"prime_enable":
|
||||
{
|
||||
"label": "Enable Prime",
|
||||
"description": "Whether to prime the filament before printing.",
|
||||
"type": "bool",
|
||||
"resolve": "any(extruderValues('prime_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