Limited_coreXY
This commit is contained in:
parent
b00cdd3556
commit
7a029bc09e
1 changed files with 4 additions and 1 deletions
|
@ -30,9 +30,12 @@ timeout: 1800 # change timeout to 30 minutes
|
|||
# 500mm/s 85k accel
|
||||
|
||||
[printer]
|
||||
kinematics: corexy
|
||||
# https://github.com/Piezoid/klipper/blob/ae295ba64b3111b0eb296e1d15adc2ac7b2e6eae/klippy/kinematics/limited_cartesian.py
|
||||
kinematics: limited_corexy
|
||||
max_velocity: 1000
|
||||
max_accel: 15000
|
||||
max_x_accel: 50000
|
||||
max_y_accel: 15000
|
||||
max_accel_to_decel: 15000
|
||||
max_z_velocity: 80
|
||||
max_z_accel: 1000
|
||||
|
|
Loading…
Add table
Reference in a new issue