From 7d4977a2c8a5b4f633ca92439df9e8cc7176899f Mon Sep 17 00:00:00 2001 From: morph5555 <77826849+morph5555@users.noreply.github.com> Date: Sun, 18 Dec 2022 18:19:41 -0800 Subject: [PATCH 1/2] Update tap_klipper_instructions.md Update QGL locations as nozzle is probe location. --- config/tap_klipper_instructions.md | 40 +++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/config/tap_klipper_instructions.md b/config/tap_klipper_instructions.md index 86d4839..a2a7281 100644 --- a/config/tap_klipper_instructions.md +++ b/config/tap_klipper_instructions.md @@ -17,8 +17,46 @@ There are a few changes you'll need to make in order to get Tap working properly 3. Update your probe's offsets: - Remember, with Tap, your nozzle IS the probe, so your `[probe] x_offset` and `[probe] y_offset` values should be 0 now. You'll need to manually calibrate the probe's Z offset by using `PROBE_CALIBRATE`. + +4. Update QGL probing locations: + #-------------------------------------------------------------------- + ## Gantry Corners for 250mm Build + ## Uncomment for 250mm build + #gantry_corners: + # -60,-10 + # 310, 320 + ## Probe points + #points: + # 25,25 + # 25,225 + # 225,225 + # 225,25 + + ## Gantry Corners for 300mm Build + ## Uncomment for 300mm build + #gantry_corners: + # -60,-10 + # 360,370 + ## Probe points + #points: + # 25,25 + # 25,275 + # 275,275 + # 275,25 + + ## Gantry Corners for 350mm Build + ## Uncomment for 350mm build + #gantry_corners: + # -60,-10 + # 410,420 + ## Probe points + #points: + # 25,25 + # 25,325 + # 325,325 + # 325,25 -4. Add Tap's `activate_gcode:` +5. Add Tap's `activate_gcode:` - This G-code will allow you to probe cold, but will also prevent you from probing with a nozzle at printing temperature (to try to preserve your build surface). This goes in the `[probe]` section of your config. From 60573d937d2979190cc41943f2a6f6b5a139292d Mon Sep 17 00:00:00 2001 From: morph5555 <77826849+morph5555@users.noreply.github.com> Date: Sun, 18 Dec 2022 18:42:10 -0800 Subject: [PATCH 2/2] Update tap_klipper_instructions.md Update to formatting --- config/tap_klipper_instructions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/tap_klipper_instructions.md b/config/tap_klipper_instructions.md index a2a7281..cfb2f1b 100644 --- a/config/tap_klipper_instructions.md +++ b/config/tap_klipper_instructions.md @@ -19,6 +19,7 @@ There are a few changes you'll need to make in order to get Tap working properly - Remember, with Tap, your nozzle IS the probe, so your `[probe] x_offset` and `[probe] y_offset` values should be 0 now. You'll need to manually calibrate the probe's Z offset by using `PROBE_CALIBRATE`. 4. Update QGL probing locations: +``` #-------------------------------------------------------------------- ## Gantry Corners for 250mm Build ## Uncomment for 250mm build @@ -55,7 +56,8 @@ There are a few changes you'll need to make in order to get Tap working properly # 25,325 # 325,325 # 325,25 - +``` + 5. Add Tap's `activate_gcode:` - This G-code will allow you to probe cold, but will also prevent you from probing with a nozzle at printing temperature (to try to preserve your build surface). This goes in the `[probe]` section of your config.