Latest posts made by mano9696
-
RE: 3Dtouch (BLTOUCH clone) not deploying
Thanks for the quick reply,
I had one pin in pin8 (Heater 3) instead of pin 31(Heater7).
Having swapped that I am still not getting anything from the 3Dtouch.
when the probe pins are connected to the zprobe i am getting a zprobe reading of 1000 and when i pull the wires I get 0, I do not have any resistor connected currently as I am a bit confused by how to do it, is it between the Z PROBE IN and GND terminals it is to be connected to and would a 220, 10 and 10 ohm resistor in series do? i dont have any 240 ohm resistors
-
3Dtouch (BLTOUCH clone) not deploying
I have followed the BLTouch setup guide trying to set up my 3Dtouch (BLTouch Clone).
I am at the point where I sent "M280 P3 S10 I1" to deploy the probe but nothing happens.
powering on the probe will go up and down twice and here is the Gcode I am using:
; Endstops
M574 X1 Y0 S0 ; Set active low endstops; Z-Probe
M574 Z1 S2 ; Set endstops controlled by probe
M307 H3 A-1 C-1 D-1 ; reserve pin 21 for M42 or servo use
M558 P9 X0 Y0 Z1 H5 F100 T2000 I1 ; Set Z probe type to switch and the dive height + speeds
G31 X0 Y0 Z0 P25 ; Set Z probe trigger value, offset and trigger height
M557 X5:280 Y5:270 S20 ; Define mesh gridAn M307 H3 command was never in my config-override.g file
<y Z-probe in the web interface is reading 1000
Any help would be greatly appreciated as have no idea what else I can try at this stage.