mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Rename setting jerk_skirt to jerk_skirt_brim
Because it concerns not only the skirt, but also the brim. Contributes to issue CURA-1678.
This commit is contained in:
parent
23f643aabc
commit
5e2f1688b4
1 changed files with 2 additions and 2 deletions
|
@ -1907,8 +1907,8 @@
|
||||||
"enabled": "jerk_enabled",
|
"enabled": "jerk_enabled",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
"jerk_skirt": {
|
"jerk_skirt_brim": {
|
||||||
"label": "Skirt Jerk",
|
"label": "Skirt/Brim Jerk",
|
||||||
"description": "The maximum instantaneous velocity change with which the skirt and brim are printed.",
|
"description": "The maximum instantaneous velocity change with which the skirt and brim are printed.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue