Issues with G32
-
Hi.
Usually I try to solve issues myself however with this one I'm at a loss.
I have a Hypercube Evolution with a duet wifi and created my configuration with the configurator (https://configurator.reprapfirmware.org/).Now the issue I have.
When I home all axis and then enter G1Z0 in the gcode console the nozzle touches the bed just fine since I have configured the Y offset for the BL Touch just fine.
However, the moment I run G32 the nozzle does not touch the bed anymore after G1Z0. Instead it is way above the bed at about the distance between the bed and the created plane/mesh (this also seems to happen with G29).
I will attach my config below.Not sure what to do anymore. I have read the following topics about probing and followed the instructions and set the offset between the BL Touch and nozzle correctly (since it works before G32):
https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_BLTouchMy goal is to use two independent z motors to level the bed before every print.
For that I successfully used this guide: https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors
12_1524933365731_tpre0.g 11_1524933365731_tpost0.g 10_1524933365731_tfree0.g 9_1524933365731_stop.g 8_1524933365731_sleep.g 7_1524933365731_resume.g 6_1524933365731_pause.g 5_1524933365731_homez.g 4_1524933365731_homey.g 3_1524933365731_homex.g 2_1524933365731_homeall.g 1_1524933365731_config.g 0_1524933365731_bed.g -
You haven't set the bltouch trigger height in the G31 command. Also, if you are Z homing using the bltouch, you should use a G30 command, not a G1 S1 command. See https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCartesianPrinter#Section_Homing_Z and https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe.
-
Yes. That is what it was.
I guess sometimes it helps when somebody else looks over it after being on it for too long
Thank you!