mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix excessive maximum z accelleration for Artillery Sidewinder X1 (#4733)
Bring max z acceleration to 100 from 1000
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"1000",
|
||||
"1000"
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"120",
|
||||
|
||||
Reference in New Issue
Block a user