Bl touch problems
-
How exactly do you have it wired? It sounds like the signal is being inverted or that it needs to be inverted.
-
-
I used the connectors that came with the board. unfortunate I could not find a 5 pin connector so i used a 2 pin and a 3 pin and cut the plastic guides that interfered off.
-
here is the actual wiring -
That looks right.
What version of BLTouch is it?
I'd still double check the wires and crimps themselves to make sure they aren't damaged and that all electrical connections are actually being made.
-
the bl touch is v3
-
I have a V3 BlTouch that I hope to be connecting to a Duet Maestro in the next couple days once I have some parts printed. Though I don't think there is anything compatibility wise that should be stopping it from working.
Most likely it's a wiring issue of some kind, or a small configuration oversight.
Maybe take a break from it and come back at it with fresh eyes. Start from the top.
-
thank you for the help. I am going to re do the crimp connections and see where that gets me.
-
i figured out part of the issue. the white and black connectors near the bltouch came untouched. now my z-probe is ready. im not sure if anything on this could be usefull but now i can actually run the home however when i trigger the bltouch it the z axis does not stop. -
If it's not stopping, that would indicate there's still an issue with the wiring, probably the white wire.
-
Is that a direct run from the BL to the Maestro in regards to the wiring?
Do you have any joins in the wires? If you do make sure they are solid and if you have changed colours make sure they correspond correctly at the Maestro end.Also unplug the tiny connector on the back of the BL Touch carefully and plug back in again, it might not be seated correctly, its fiddly!
Your code for the Z-Probe is the same as mine.
Also as Phaedrux has guided me before the height of the BL Touch needs to be correct.
Turn power off, wind down the Z axis slowly so the nozzle touches the bed.
Measure from bed to bottom of the CASE of the BL touch, it should be about 8mm. Not the probe tip.
I printed a tool from thingiverse to help me as using a mirror as a bed makes seeing things harder! -
Your G31 in your config says " G31 P500 X0 Y0 " . Your need measure your off sets ,
Just thinking is the BL TOUCH flashing red. mine does it now and then and i have to power up and down the printer... when she is flashing it shows triggered .
-
@lodger He does have an offset
G31 P500 X0 Y0 Z2.5
I had a double take also. -
-
@phaedrux If your unsure of this point us to how you have mounted it .IE what mount you printed out so we can help...
-
so i figured out the issue my connectors near the bl touch came undone i need to heat shrink the connectors so that this does not happen before. at the moment it is running. as fare as actual offsets I have a general idea of what they or for this particular mount but i plan on printing a diffrent one out as well as design a blower attachment for the nactua quite fans i am using to replace the stock fans.
if anyone has any suggestions an a good mounting system i would take suggestions. I am currently looking at the hero me mounts but not set on them.
thank you for all the help. -
@lodger said in Bl touch problems:
Just thinking is the BL TOUCH flashing red. mine does it now and then
FYI, I use this in my homeall script. Read about it in one of the threads here. It resets the BlTouch error state. For example, if I turn the printer on with the bed close to the head such that the BlTouch mechanical self test fails.
M280 P3 S160 I1
-
@kmhudgins said in Bl touch problems:
if anyone has any suggestions an a good mounting system i would take suggestions. I am currently looking at the hero me mounts but not set on them.
I'm trying to print the Hero Me Gen 2 right now and it's proving difficult.... Lots of supports and overhangs. Not exactly PETG friendly.
There's also the bullseye if you want to use the stock 4010 blower. Or the Petsfang for 5015. The Bullseye was easier to print, but I wanted to use a 5015 blower, and the Petsfang is a bit too weird of a configuration for me.
Glad you figured out the BLTouch. The wiring is almost always the problem it seems.
-
@zapta said in Bl touch problems:
M280 P3 S160 I1
I never thought of that. nice one Thanks -