mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -06:00
Ender3 v3 maximum jerk fix (#5211)
* Raised maximum jerk * Raised maximum jerk (0.6 nozzle)
This commit is contained in:
parent
5d20ecc756
commit
efb6cdc6db
2 changed files with 8 additions and 8 deletions
|
@ -73,12 +73,12 @@
|
|||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"10",
|
||||
"10"
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"10",
|
||||
"10"
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"2",
|
||||
|
|
|
@ -73,12 +73,12 @@
|
|||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"10",
|
||||
"10"
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"10",
|
||||
"10"
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue