Ender3 v3 maximum jerk fix (#5211)

* Raised maximum jerk

* Raised maximum jerk (0.6 nozzle)
This commit is contained in:
Thomas 2024-05-01 09:07:00 +02:00 committed by GitHub
parent 5d20ecc756
commit efb6cdc6db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -73,12 +73,12 @@
"2.5" "2.5"
], ],
"machine_max_jerk_x": [ "machine_max_jerk_x": [
"10", "12",
"10" "12"
], ],
"machine_max_jerk_y": [ "machine_max_jerk_y": [
"10", "12",
"10" "12"
], ],
"machine_max_jerk_z": [ "machine_max_jerk_z": [
"2", "2",

View File

@ -73,12 +73,12 @@
"2.5" "2.5"
], ],
"machine_max_jerk_x": [ "machine_max_jerk_x": [
"10", "12",
"10" "12"
], ],
"machine_max_jerk_y": [ "machine_max_jerk_y": [
"10", "12",
"10" "12"
], ],
"machine_max_jerk_z": [ "machine_max_jerk_z": [
"2", "2",