Fixed Unnecessary default_values

Contributes to CURA-11575
This commit is contained in:
Jelle Spijker 2024-01-22 14:21:35 +01:00
parent 218639d419
commit 09a34f5155
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
3 changed files with 0 additions and 3 deletions

View file

@ -11,7 +11,6 @@
{ {
"acceleration_print": "acceleration_print":
{ {
"default_value": 10000,
"maximum_value_warning": "20000", "maximum_value_warning": "20000",
"value": 10000 "value": 10000
}, },

View file

@ -18,7 +18,6 @@
{ {
"acceleration_print": "acceleration_print":
{ {
"default_value": 2500,
"maximum_value_warning": "15000", "maximum_value_warning": "15000",
"value": 2500 "value": 2500
}, },

View file

@ -18,7 +18,6 @@
{ {
"acceleration_print": "acceleration_print":
{ {
"default_value": 4000,
"value": 4000 "value": 4000
}, },
"machine_acceleration": { "value": 4000 }, "machine_acceleration": { "value": 4000 },