BLTouch working
-
Woohoo, i'm 99% of the way there. My issue is that during G29 mesh levelling, it ..
deploys probe,
lowers bed,
triggers,
raises the nozzle and simultaneously deploys the probe again.I was expecting it to only drop the probe after it has finished raising.
Also, what controls the XY speed during homing?
-
The M558 F parameter controls the speed of probing, and the T parameter controls the speed of travel moves between probe points.
-
Thanks, what is causing the probe to drop before the head has moved completely out the way?
Also my bed is 300 x 300. I want to probe 4x4 points. Does this look correct?
M557 X20:280 Y20:280 S65
-
I just got my BL Touch installed on my duet wifi, followed the instructions on here and another topic. I just have a question as my probe reads 1000 all the time and not 0 ever. I can successfully deploy and retract pin, and the pin retracts when I lightly touch it.
Is there anything else you need?
here is my config section for bltouch, I've not yet set the offsets as I've not yet mounted an extruder as I'm still building my hevo.
M307 H3 A-1 C-1 D-1 ; This is for BLTouch
M558 P5 X0 Y0 Z1 H5 F100 T2000
G31 X0 Y0 Z0 P25 ; Change the x and y for the offset of the sensor in relation to the nozzle and set z offset as normal too.Thanks and look forward to your help
Curtis -
Two likely possibilities:
1. You are using a Duet 0.8.5 and not running the latest firmware, so Z probe mode 5 doesn't work. Upgrade your firmware to 1.20.
2. The output wire of the BLtouch (which is the white one AFAIR) isn't connected to the pin labelled IN on the Z-probe connector of the Duet.
-
Two likely possibilities:
1. You are using a Duet 0.8.5 and not running the latest firmware, so Z probe mode 5 doesn't work. Upgrade your firmware to 1.20.
2. The output wire of the BLtouch (which is the white one AFAIR) isn't connected to the pin labelled IN on the Z-probe connector of the Duet.
Thanks, I totally had it in the zstop pins.. whoops.
Thanks again
-
Hey,
I just got my BL Touch installed on my duet wifi, followed the instructions on here and another topic. I just have my test reads 1000 all the time and not 0 ever. I can easily deploy and retract when I lightly touch it.
and when I do homez.g he does almost everything when the bltouch comes against the bed then he does not stop the z then just goes up
; called to home the Z axis
;
T0; select tool
G91; relative coordinates
M280 P3 S160 I1; release Z probe alarm
G1 Z5 F2000, lower bed
G4 P500, wait for the bed to lower
G90: absolute positioning
G1 X200 Y200 F3000, move to center
M401, deploy the probe
G30, calibrate Z-axis
M402; Retract ProbeIs there anything else you need?
greetings gideon
-
Check your M558 and G31 commands, and see my previous response in this thread.
-
hellodc42
I have this in me config.g
M307 H3 A-1 C-1 D-1; bltouch
M558 P5 X0 Y0 Z1 H5 F100 T2000; bltouch
G31 X35 Y0 Z2.6 P25; bltouch -
Check your M558 and G31 commands, and see my previous response in this thread.
I still have the problem that my bltouch does not want to trigger,
after my idea, the settings are right
M307 H3 A-1 C-1 D-1; bltouch
M558 P5 X0 Y0 Z1 H5 F100 T2000; bltouch
G31 X35 Y0 Z2.6 P25; bltouch
i use firmware 1.20if not.
I would like to hear it
what I can do about it, -
If you are getting a reading of 1000 all the time, see my post https://www.duet3d.com/forum/thread.php?pid=34470#p34470.
-
Hey,
all wires are connected properly the firmware is 1.20
but I'm afraid my bltouch is faulty, if it is properly mounted then I do not measure anything at all on the output,
if I hang it on them, then it works occasionally and then I measure 4.6 volts without resistance. this is then not connected to the duet just to test so think that the problem is there
thanks for thinking along -
Trying to get y BLTouch working on my Duet WIFI with DUEX 5. I have the Heater7 (H7) disabled and using PWM5 as the servo signal for the BLtouch. I have changed all the settings in the config.g file as per the WIKI and the forum. I can get the probe to deploy and retract but when I send the command M280 P7 S10, the Z Probe box in the web interface stays at 464. When I type in M280 P7 S60, the Z-Probe box in the web interface says 464. No change. I have the latest version of the BLTouch with the trace cut for 3.3 volt. The White wire is hooked to STP and the black wire is hooked to GND on the Z STOP connection.
I am running Version 1.20
My config.g file lines:
; Endstops
M307 H7 A-1 C-1 D-1
M558 P5 X0 Y0 Z1.5 H5 F100 T2000
M574 Z1 S0 ; Set active low endstops
M574 X1 Y1 S1 ; Set active high endstops
;M558 P1 H5 F120 T6000 ; Set Z probe type to unmodulated and the dive height + speeds
;G31 P500 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
G31 X0 Y0 Z2 P25
M557 X15:895 Y15:505 S20 ; Define mesh gridAnyone have any idea what I am doing wrong?
I just saw what I did. Z-Probe, Not Z-Stop
-
Just wondering, is it a big deal if I get a reading of 965 when I send the command M280 p7 s60?
-
From those readings , I think you must currently be using M552 P1 instead of M558 P5.
-
I posted my Endstop section of my config.g two post ahead. I am using M558 P5
-
Please check that you don't have another M558 command later in config.g or in config-override.g. A reading other than 0 or 1000 with M558 P5 doesn't make sense, unless there are continuous pulses on the Z probe input pin.
You can run M558 with no parameters to check which mode the Z probe is in.
-
You might have the same issue that I had…
Instead of M558 P5 X0 Y0 Z1 H5 F100 T2000, try M558 P1 X0 Y0 Z1.5 H5 F100 T2000
Instead of G31 X0 Y0 Z0 P25, try G31 X0 Y0 Z0 P200
I do not know with the 1.20 version but for me (I had RepRapFirmware 1.19.2 at the time), M401 & M402 had to be replaced by M98 Pdeployprobe.g (M280 P3 S10 I1)& M98 Pretractprobe.g (M280 P3 S90 I1).I hope that it helps
-
I found my issue. After looking back at the code in config.g, I somehow uncommented the second M558 line. Placed a colon in front of that and it corrected the problem.
Thanks for the help though.
-
I'm using original Bltouch Smart. Connected it almost like duet3d wiki says, but instead of first 5v pin I've connected it to second 3.3v pin because I set bltouch to use 3.3v logic. Works like a charm.
Besides I've tried to use it half a year ago with MKS SBASE board (3.3 logic), but it was constantly stuck in error mode. I could reset it and move pin, sometimes I could even make a bed leveling.