mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Fix excessive maximum z accelleration for Artillery Sidewinder X1 (#4733)
Bring max z acceleration to 100 from 1000
This commit is contained in:
parent
197ea20d1d
commit
5dfc624e11
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@
|
|||
"960"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"1000",
|
||||
"1000"
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"120",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue