mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-26 10:04:25 +08:00
JSON feat: retract_at_layer_change (CURA-2780)
This commit is contained in:
parent
981907d26a
commit
0bc50523d6
@ -1215,6 +1215,14 @@
|
|||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
},
|
},
|
||||||
|
"retract_at_layer_change":{
|
||||||
|
"label": "Retract at Layer Change",
|
||||||
|
"description": "Retract the filament when the nozzle is moving to the next layer.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": false,
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": true
|
||||||
|
},
|
||||||
"retraction_amount":
|
"retraction_amount":
|
||||||
{
|
{
|
||||||
"label": "Retraction Distance",
|
"label": "Retraction Distance",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user