mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:28:59 +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_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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user