From 05e49aa5b1187955f39a5cc8170a672087016281 Mon Sep 17 00:00:00 2001 From: Endorphin3D Date: Sat, 30 Sep 2023 11:30:59 -0400 Subject: [PATCH] Add Klipper settings for proper homing --- docs/firmware.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/firmware.md b/docs/firmware.md index 4aa54e5..3549e97 100644 --- a/docs/firmware.md +++ b/docs/firmware.md @@ -26,6 +26,23 @@ kinematics: hybrid_corexy ... ``` +Then change your endstop settings under `stepper_x` and `stepper_y` so the printer homes in the right direction: + +```yml +[stepper_x] +... +position_endstop: 220 +position_max: 220 +... + +[stepper_y] +... +# Note: These may need to be 190 if using the EVA printhead +position_endstop: 200 +position_max: 200 +... +``` + Now save and restart and you're done. Seriously, you're done. ### Marlin (Original Firmware)