mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07: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",
|
"description": "Adhesion",
|
||||||
"children":
|
"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":
|
"extruder_prime_pos_x":
|
||||||
{
|
{
|
||||||
"label": "Extruder Prime X Position",
|
"label": "Extruder Prime X Position",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue