BL-Touch - multiple problems -
-
@barbarossa-cologne you posted the wiring as
Wiring:
BL ---------Duet
White - io7.in
Black - GND
Yellow - io7.out
Red - 5vbut the BLtouch has 5 cables, 2 for endstop and 3 for servo. You can check whether cabling is ok by controlling the match. In my experience the colors of the cables are sometimes wrong, so I would look the original positions on the 5-pin-connector *) on the BLTouch and compare them with yours, then check that they are connected correctly to the Duet 3 pins.
*) On my Smart 2.0, Smart 3.1 and Geetech clone: viewed from the back, pin down: from left to right brown-red-yellow-black-white. 3 servo + 2 endstop.
-
@JoergS5
https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Duet_Num_3I wired like this....
-
@barbarossa-cologne my experience is that the colors are sometimes wrong, better check the positions on the 5-pin-connector to be sure. I saw an image in the internet of the antclabs where black and white were exchanged. And the Creality ones cross a cable for the 3 pin connector.
-
@JoergS5
Without seeing the picture I thougth the same. I´ll try it on sunday.
Thanks for your help!! -
At this point I think you should try swapping from io7 to io4 or io5 just to try a different connection. Update the config as needed to point to the new connection.
And if that still doesn't work I would try connecting the BLTouch directly to the board with the short leads straight from the BTouch without the extension.
If that still doesn't work I would get another BLtouch to test with.
-
@Phaedrux
Ok. I'll do it on Sunday!
I have a cheap Chinese BL fake at home. Should I take this BL at last try?
Is there any other sensor you can recommend if it's not working?
The duet one? -
The BLtouch is a good probe when it's working. It's surface agnostic and a contact probe and it's quite accurate and repeatable when configured correctly. It's the most popular option for a reason.
The IR Probe is also very good, but your print surface must be compatible with the IR sensor.
-
@Phaedrux
ok. Then I´ll do everything to become the BL to work. -
-
; Z-Probe
M558 P9 C"^io7.in" H15 F120 T1400 ;set Z probe type to bltouch and the dive height + speeds
M950 S0 C"io7.out" ; create servo pin 0 for BLTouch
G31 P500 X20 Y100 Z4 ; set Z probe trigger value, offset and trigger height
M557 X15:650 Y15:650 S60 ; define mesh grid -
@barbarossa-cologne from documentation, setting lower P for G31 seems better:
G31 P25 X20 Y100 Z4and
M558 P9 C"io7.in" H15 F120 T1400
without the ^, because Duet 3 IO ports all have pullups already.https://duet3d.dozuki.com/Wiki/Connecting_endstop_switches#Section_Duet_3_endstop_inputs each IO of Duet 3 has already pullup resistors: "Endstop devices can be connected to the IO_0 through IO_9 connectors. Each endstop input has a 27K pullup resistor, so the endstop devices only need to sink 0.12mA."
You wrote above, that removing ^ didn't work, but how did you mention, maybe it was the wrong P of G31 or some other cause.
-
@JoergS5
ITS WORKING!!!!!!
I connected the BL to IO4.
I think the IO7 connector isn´t working.
Refund Duet???
I´m not sure about the ´´^ ´´. Let it like this and its working now. -
@barbarossa-cologne I am glad to hear that!!
-
-
@barbarossa-cologne said in BL-Touch - multiple problems -:
@Phaedrux said in BL-Touch - multiple problems -:
M98 Pconfig.g
´´´Response to long, see console´´.
So switch to the Console page of DWC to see the messages.
I havent connected the expansion board, yet. Is this a problem?
You will get some error messages from running config.g if it refers to ports on an expansion board that isn't connected.
-
@barbarossa-cologne said in BL-Touch - multiple problems -:
@JoergS5
And NO. I´m a Idiot. the ´´^ `` must be deleted. Thanks Jörg and @PhaedruxSo you're able to use io7 when removing the ^?
-
@dc42
ok. problem solved.
thanks -
@Phaedrux
no IO7 is dead. with or without. no retract or deploy -
@barbarossa-cologne said in BL-Touch - multiple problems -:
@Phaedrux
no IO7 is dead. with or without. no retract or deployI would make an image from the soldered side of io7 and publish so it can be valued whether it may be a soldering problem.
-
@JoergS5
ok. I´ll do it!