Add Klipper settings for proper homing

This commit is contained in:
Endorphin3D
2023-09-30 11:30:59 -04:00
parent 581820e678
commit 05e49aa5b1

View File

@@ -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. Now save and restart and you're done. Seriously, you're done.
### Marlin (Original Firmware) ### Marlin (Original Firmware)