mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:09:08 +08:00
Add priming_enabled option into fdm_printer
CURA-3634
This commit is contained in:
parent
ada614e413
commit
268a9c9bac
@ -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…
x
Reference in New Issue
Block a user