mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
JSON setting for "Nozzle Switch Extra Prime Distance" feature
This commit is contained in:
parent
4a0808378b
commit
5d41d2cc3d
1 changed files with 13 additions and 0 deletions
|
@ -2466,6 +2466,19 @@
|
|||
"settable_per_extruder": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"switch_extruder_extra_prime_distance":
|
||||
{
|
||||
"label": "Nozzle Switch Extra Prime Distance",
|
||||
"description": "Extra material to prime after nozzle switching.",
|
||||
"type": "float",
|
||||
"unit": "mm",
|
||||
"default_value": 0,
|
||||
"minimum_value_warning": "0",
|
||||
"maximum_value_warning": "100",
|
||||
"enabled": "retraction_enable",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue