Duet3 BLTOUCH3.1 Probe deploys but doesn't trigger on Z Home
-
@Veti with a new shorter cable everything behaves exactly as before.
Again, my same observation is if I reverse in/out the Z sensor shows 1000.
With in/out the correct way around, the probe deploys and then touching it causes it to go into flashing red on/off, which I assume is error state.Are you able to confirm that the M558 / G31 commands are correct (notwithstanding you don't know my offsets are correct):
M558 C"^io7.in" P9 H5 F100 T2000 R0.5 A4
G31 P500 X0 Y36 Z2.7 ; set Z probe trigger value, offset and trigger height
I don't know if the "^" is required or not. Do you have a BL Touch 3.1 you can try, or have tried with the D3?
Thanks
-
the ^ is the pullup resistor and is the default
the https://configtool.reprapfirmware.org/ configures this by default for the bltouch.
have you checked the continuity of the wires from the bltouch?
the connector looks questionable. -
@Veti It's been tested from pin to pin. What you're seeing is just hot glue to keep everything stable so I can prove all of my components and then iterate forward to a more complete installation once I know how all the cables are going to be routed, and boards positioned etc.
I'm 99.99999999% sure it's not a continuity issue. I've checked multiple times for shorts. I can't help agreeing with your gut feel there's a connectivity issue, but what I think we need to progress to is:
How can we prove a signal is coming out of the BLT on its out signal. I can only quickly apply a multimeter, but I think it's a PWM signal coming back out right?
-
-
Similar BLTOUCH issue with other boards/firmware
https://github.com/KevinOConnor/klipper/issues/2653#issuecomment-608998964I see a lot of parallels with what this guy was experiencing with his BLTOUCH and not having the correctly configured pull ups. Are we 100% confident P9 has the pullup in place by default. It does appear critical for BLT 3.0 / 3.1
-
-
M558 P9 C"^zprobe.in" H5 F100 T2000
/\ Doesn't correspond to a D3 setup does it?
If P9 activates the pull up by default, why does that example show the use of ^ to activate the pull up.
That confuses me more.
-
@vistalert said in Duet3 BLTOUCH3.1 Probe deploys but doesn't trigger on Z Home:
If P9 activates the pull up by default
where does it say that p9 activates the pullup?
-
-
yes.
i said that is what is generated by default if you configure bltouch in the duet configurator.
-
Thanks for confirming
No change in behaviour with the following in config.g
M558 P9 C"^io7.in" H5 F100 T2000Home Z, bed continues to move when contact with probe has ocurred.
-
can you post your homeall.g ?
-
@Veti I haven't yet got a reliable homeall.g as I haven't commissioned the BLTOUCH.
I have Home X and Home Y, which are sensorless (pending delivery of endstops)
So what I'm trying for test purposes is this:
-
Execute M401 - probe deploys - touch the end of the probe briefly enough to make the BLT light red. It must be released in < 650ms is my understanding, else it errors. At no time during repeated touches does the Z sensor in DWC show anything other than 0.
-
I use a macro to drop the bed 10mm. I execute HOME Z - with my hand on the power button, because every time I test this, the bed is going to hit the nozzle.
For what it's worth, this is the homeall.g I've built from copy / paste / learning about sensorless homing:
My objectives here, home to front left using sensorless. Then move to centre of bed and probe there for Z home. Welcome your comments recommendations, as always.
M400 ; wait til stuff stops M574 X1 Y1 S3 ; use stall guard for endstops M201 X2000 Y2000 ; reduce acceleration on X/Y to stop false triggers M915 P0:1 S3 R0 F0 H400 ; both motors because corexy; Sensitivity 4, don’t take action, don’t filter, 400steps/sec G91 ; relative Positioning G1 H2 Z5 F1200 ; lower the bed M913 X44 Y44 ; drop motor currents G1 H1 X-500 F5000 ; move until the motor stalls - COARSE HOME M400 ; wait til stuff stops M913 X100 Y100 ; motor currents back to 100% G1 H2 X30 Y0 F1200 ; move away from end M400 ; wait til stuff stops M913 X32 Y32 ; drop motor currents G1 H1 Y-500 F4000 ; move until the motor stalls - COARSE HOME M400 ; wait til stuff stops M913 X100 Y100 ; motor currents back to 100% G1 H2 X0 Y10 F1200 ; move away from end M400 ; wait til stuff stops G90 ; back to absolute positioning M913 X100 Y100 ; motor currents back to 100% M201 X3000 Y3000 ; accel back to original M400 ; wait til stuff stops G90 ; absolute positioning G1 X250 Y250 F13000 ; Move x and Y axis over to bed center so probe is on top of bed M558 A1 F400 ; Set single probing at faster feed rate G30 ; Do a single probe to home our Z axis M558 A3 F100 ; Set tripple probing at slower feed rate G30 ; Probe again to get a more accurate position G28 X Y
-
-
@vistalert said in Duet3 BLTOUCH3.1 Probe deploys but doesn't trigger on Z Home:
At no time during repeated touches does the Z sensor in DWC show anything other than 0.
the bltouch pulse is so fast that you will not see it go to 1000.
have you run the bltouch self test? its
M280 P0 S120(edits it S120)
-
I will try. But that runs on power up no?
At power on, I see the pin bounce twice then the BLT tests with solid red LED.
-
@vistalert said in Duet3 BLTOUCH3.1 Probe deploys but doesn't trigger on Z Home:
I will try. But that runs on power up no?
no the self test will retract and deploy the pin 10 times
-
what firmware version are you on (i hope the latest 3.1.1)
-
@Veti understood
M280 P0 S120 - Don't get any activity from BLT
My firmware is:
RepRapFirmware for Duet 3 MB6HC version 3.01-RC9 running on Duet 3 MB6HC v1.01 or later -
@vistalert said in Duet3 BLTOUCH3.1 Probe deploys but doesn't trigger on Z Home:
3.01-RC9
please update to 3.1.1 there were some versions with bltouch problems
-
Sure thing