bootuz-dinamon / ender3-v3-se-full-klipper

Configuration files for Klipper for Ender3 V3 SE.
150 stars 20 forks source link

Question about speed setting #5

Open felipejfc opened 11 months ago

felipejfc commented 11 months ago

First of all, thanks for all the work you put into this config. Been trying with it and it seems to be working very well!

One question though, why is your speed setting so low?

[printer]
kinematics: cartesian
max_velocity: 150
max_accel: 3000
max_accel_to_decel: 3000
max_z_velocity: 50
square_corner_velocity: 5.0
max_z_accel: 500

Even in marlin I think this is set to 500, am I missing something?