Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
8.94k stars 5.15k forks source link

config: Set safe Z-homing point in Creality CR-6 SE configuration #6596

Closed Palakis closed 1 month ago

Palakis commented 1 month ago

The Creality CR-6 SE has a strain gauge on its hotend, which is used for z-probing and homing. Currently, running G28 to home all axes puts the hotend just outside of the print bed and thus assumes a wrong homing point for the Z axis.

This pull request aims to address this issue by setting a safe Z-homing point (in the middle of the print bed) into the Creality CR-6 SE 2020 and 2021-revision config files.

KevinOConnor commented 1 month ago

Thanks.

-Kevin