mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
fix: moved jerk_travel visibility from json to CuraApplication (CURA-1443)
This commit is contained in:
parent
795291a117
commit
6bb1793d12
2 changed files with 1 additions and 1 deletions
|
|
@ -198,6 +198,7 @@ class CuraApplication(QtApplication):
|
|||
acceleration_print
|
||||
acceleration_travel
|
||||
jerk_print
|
||||
jerk_travel
|
||||
travel
|
||||
cooling
|
||||
cool_fan_enabled
|
||||
|
|
|
|||
|
|
@ -1657,7 +1657,6 @@
|
|||
"minimum_value_warning": "5",
|
||||
"maximum_value_warning": "50",
|
||||
"value": "jerk_print if magic_spiralize else 30",
|
||||
"visible": true,
|
||||
"enabled": "jerk_enabled",
|
||||
"settable_per_mesh": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue