Remove unnedeeded default_value overide

This commit is contained in:
Jaime van Kessel 2022-07-08 09:53:05 +02:00
parent 1066e6a99f
commit 9c0671f2a7

View file

@ -158,14 +158,8 @@
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" },
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" },
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
"jerk_enabled":
{
"default_value": true
},
"jerk_print":
{
"default_value": 12
},
"jerk_enabled": { "value": true },
"jerk_print": { "value": 12 },
"jerk_travel":
{
"value": "jerk_print if magic_spiralize else 20"