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_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" },
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" },
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
"jerk_enabled": "jerk_enabled": { "value": true },
{ "jerk_print": { "value": 12 },
"default_value": true
},
"jerk_print":
{
"default_value": 12
},
"jerk_travel": "jerk_travel":
{ {
"value": "jerk_print if magic_spiralize else 20" "value": "jerk_print if magic_spiralize else 20"