mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
JSON bugfix: parent had same name as child, for switch_extruder_retraction_speed
This commit is contained in:
parent
196cf2bf51
commit
62acbb0dad
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@
|
|||
"value": true
|
||||
}
|
||||
},
|
||||
"switch_extruder_retraction_speed": {
|
||||
"switch_extruder_retraction_speeds": {
|
||||
"label": "Nozzle Switch Retraction Speed",
|
||||
"description": "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding.",
|
||||
"unit": "mm/s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue