mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
fix: moved jerk_travel visibility from json to CuraApplication (CURA-1443)
This commit is contained in:
parent
795291a117
commit
6bb1793d12
@ -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…
x
Reference in New Issue
Block a user