Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSin- committed Sep 25, 2024
1 parent e8fdba3 commit 9ab9c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You must install [klipper-toolchanger](https://github.com/viesturz/klipper-toolc

You need `homing.cfg`, `macros.cfg`, `tool_detection.cfg` and `toolchanger.cfg` from [TapChanger Example](https://github.com/viesturz/tapchanger/tree/main/Klipper/config-example)

`homing.cfg` assumes you are using sensorless for X axis. It's impotrant to use this file when building your own homing as the order and macros it calls are required. If you use Hall Effects or end stops for both Axis, remove the `_SENSORLESS_HOME_X` call in `[homing_override]` with `G28 X`. There is a second place in the homing override that sets your Y rebound. The default is 20, without keeper you likely want this around 4-5, change `G0 Y{ max_y - 20 } F5000` to `G0 Y{ max_y - 5 } F5000` notice the 20 that changes. This is somethign you may need to adjust to figure out the position of your switch.
`homing.cfg` assumes you are using sensorless for X axis. It's impotrant to use this file when building your own homing as the order and macros it calls are required. If you use Hall Effects or end stops for both Axis, remove the `_SENSORLESS_HOME_X` call in `[homing_override]` with `G28 X`. There is a second place in the homing override that sets your Y rebound. The default is 20, without keeper you likely want this around 4-5, change `G0 Y{ max_y - 20 } F5000` to `G0 Y{ max_y - 5 } F5000` notice the 20 that changes. This is something you may need to adjust to figure out the position of your switch.

You can either add them manually to your klipper install, or alternatively, you can integrate them to your config so that moonraker keeps them up to date with your other software if they change. Below are the steps for the integrated way. If you make any changes to the files though, they will be overwritten if you update. If you choose to manually add them, make sure your printer.cfg reflects the location of them.

Expand Down

0 comments on commit 9ab9c5c

Please sign in to comment.