mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
Remove unnedeeded default_value overide
This commit is contained in:
parent
1066e6a99f
commit
9c0671f2a7
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user