Duet 3 RRF3 BLtouch
-
@Phaedrux I do and will do that.. Be right back
-
@mrenz999 Wires all check out correctly. Did a full power off leave for a few mins and power back on. Does the full test. Had another BLTouch and swapped it out to make sure it wasn't a faulty unit. All the same behavior and still not working.
-
@Phaedrux Something new now. Tried to home z and it says zprobe already triggered at start of moving probe.
-
@mrenz999 yes it needs the ^ that turns on the pull up resistor.
Do you have your deploy.g and retract.g files setup?
In deploy.g you need M280 P0 S10
And retract.g needs M280 P0 S90That might be why it won’t deploy. Once they are setup M401 should deploy and M402 should retract.
-
@baird1fa
; deployprobe.g
; called to deploy a physical Z probe
;
; generated by RepRapFirmware Configuration Tool v3.1.1 on Thu Jun 04 2020 11:20:25 GMT-0700 (Pacific Daylight Time)
;M280 P0 S10 ; deploy BLTouchM280 P0 S10 ;deploy BLTouch
; retractprobe.g
; called to retract a physical Z probe
;
; generated by RepRapFirmware Configuration Tool v3.1.1 on Thu Jun 04 2020 11:20:25 GMT-0700 (Pacific Daylight Time)
; M280 P0 S90 ; retract BLTouchM280 P0 S90 ; retract BLTouch
-
Mine had an issue with the steppers being active. I had to send an M18 to disable the extruder steppers. They were causing interference when active.
-
@baird1fa Duet 3 ? Or bltouch?
-
@mrenz999 both. I’ve got a BLTouch and a duet 3. Sorry the interference I think was between the duet 3 and the BLTouch.
-
I don't suppose you have an oscilloscope?
-
@Phaedrux Sorry. I do not
-
@Phaedrux
The z probe is showing triggered on the machine tab, and it's value is 1000 on the dashboard.
Does it matter that I am using io3 ? Should I change it to 7 ? -
It might matter. The documentation says to use io4,5or7. I’m using io4 and it works.
-
@baird1fa That's what I was thinking. Going to just swap it to 7 and see what happens. Will update either way.
-
@baird1fa Ok changing it to 7 had this effect. Homed x and y fine. No change. Moved to center of bed and before it headed towards the bed it probed the retracted the probe and stopped moving with an error that the z probe was already triggered. So it triggered at the beginning of the start of the bed movement. Bed is still far away from the probe.
-
I rechecked all wires. Unplugged and replugged it in. Hard cycled the power and now it seems to be working. Thank you everyone for your assitance
-
I’m glad we were able to help and you are up and running.
-
it bet that internally that pin4,5,and7 are the only ones able to do a servo signal.
it would be helpful if there was some error handling built into the firmware that would throw an error when you try to configure an incorrect pin to do servo commands.
-
@baird1fa said in Duet 3 RRF3 BLtouch:
it bet that internally that pin4,5,and7 are the only ones able to do a servo signal.
https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview#Section_IO
I only checked that io3.in was able to analoge in, my bad!