mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:09:04 +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",
|
"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…
x
Reference in New Issue
Block a user