From 0464ae4132eb5b29734ffd97757c8a15ce242248 Mon Sep 17 00:00:00 2001 From: Cyril Guislain Date: Sun, 29 Sep 2024 14:29:32 +0200 Subject: [PATCH] Update bondtech-lgx-pro-lite-upgrade-kit.md --- .../bondtech-lgx-pro-lite-upgrade-kit.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md b/docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md index db7be526..81ff18d8 100644 --- a/docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md +++ b/docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md @@ -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