Skip to content

Commit

Permalink
Update bondtech-lgx-pro-lite-upgrade-kit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilouz authored Sep 29, 2024
1 parent 7691b47 commit 0464ae4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,29 @@ It’s needed to change extruder motor configuration.
run_current: 0.6
```
- If you have the new version of **K1** (with 20 teeth pulleys) or **K1C**, you must also change these settings:
``` title="printer.cfg" hl_lines="2"
[stepper_y]
position_max: 224 # Stock 227 - Decrease 3
```
``` title="printer.cfg" hl_lines="2"
[prtouch_v2]
clr_noz_start_y: 223.5 # Stock 225 - Decrease 1.5
```
- If you have the new version of **K1 Max** (with 20 teeth pulleys), you must also change these settings:
``` title="printer.cfg" hl_lines="2"
[stepper_y]
position_max: 303 # Stock 306 - Decrease 3
```
``` title="printer.cfg" hl_lines="2"
[prtouch_v2]
clr_noz_start_y: 301.5 # Stock 303 - Decrease 1.5
```
## Slicer Configuration
<hr>
Expand Down

0 comments on commit 0464ae4

Please sign in to comment.