mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
More consistent Initial Retracted Position setting
Contributes to issue CURA-8038.
This commit is contained in:
parent
74ac7a4cea
commit
87d3f6fd22
1 changed files with 3 additions and 1 deletions
|
|
@ -410,11 +410,13 @@
|
||||||
},
|
},
|
||||||
"machine_extruders_shared_nozzle_initial_retraction":
|
"machine_extruders_shared_nozzle_initial_retraction":
|
||||||
{
|
{
|
||||||
"label": "Shared nozzle initial retraction",
|
"label": "Shared Nozzle Initial Retraction",
|
||||||
"description": "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts.",
|
"description": "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
|
"minimum_value": "0",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
|
"enabled": "machine_extruders_share_nozzle",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true,
|
"settable_per_extruder": true,
|
||||||
"settable_per_meshgroup": false
|
"settable_per_meshgroup": false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue