Duet Wifi BLTouch wiring
-
@Agniusm said in Duet Wifi BLTouch wiring:
I suppose then i can use 3.3V of the z probe connector!?
No, the BLtouch still needs 5v.
-
In case you wanted to update to RRF3...
If you still have access to DWC. Upload these 3 zip files, one at a time in the system tab. Don't extract them. Reboot after each. Use M115 to verify the firmware has been applied.
https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.2.2/Duet2and3Firmware-3.2.2.zip
That will get your firmware and DWC up to date.You can see the change logs here:
https://github.com/Duet3D/RepRapFirmware/wiki/Changelog-RRF-3.xFor your config, might be a good idea to run through the configurator tool and generate a fresh set for RRF3.
https://configtool.reprapfirmware.org/StartBackup your existing config files in the sys folder in case you want to switch back to RRF3. IT’s easy to switch back and forth, just upload the zip file for the version you want and then upload your config files.
These documents will come in handy during the conversion.
https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview
https://duet3d.dozuki.com/Wiki/Gcode -
@Eman74 apologies, @Agniusm is quite right, PWM5 is Heater7, so should be M307 H7 and M280 P7.
RRF 3.x defines things a bit differently, and you can define the actual name of the pin you want to use, eg duex.pwm5. But I recommend you use the configuration tool to take the pain out of changing your config. You can also generate a config for RRF 2.03, and just use the probe section and retractprobe.g and deployprobe.g macros.
Apologies too, to @Agniusm; @Phaedrux is correct, the BLTouch does need 5V vcc. I’m sure I’d read of people running them happily on 3.3V, but haven’t tested myself. The v3.1 BLTouch does output 3.3V (default) or 5V, so you don’t have to worry about resistors or cutting traces.
Ian
-
Oo f..ck, no matter, going to cut and recrimp my vcc wire for the third time
-
I'm in the middle of a BLTouch nightmare... and I keep banging my head over it...
My BLTouch is original latest version 3.1
I updated to RRF 3 (lost a lot of time to get all axis and endstop working but all seems good a part from the BLTouch)
here is my config.g related (deployprobe and retracct are standard..):
M574 Z1 S2 ; configure Z-probe endstop for low end on Z M558 P9 C"^zprobe.in" H5 F100 T3000 ; BLTouch connected to Z probe IN pin, free up MOD pin M950 S0 C"exp.heater7" ; servo/gpio 0 is Z probe MOD pin tried also duex.pwm5 and !exp.heater7 without success M280 P0 S10 ; send control signal to BLTouch through servo/gpio 0 G31 P25 X28 Y-61 Z0 ; BLTouch set offset M557 X50:350 Y50:350 S50 ; define mesh grid
My Troubleshooting:
- Double-checked wiring and tested connectivity with a tester;
- verified jumper presence on duex 5
- verified led on heater7 is switched on when I start the system
- replaced BLTouch with another perfectly working on my cartesian printer with duet wifi and the behaviour is the same erroneous one, it does lights on and blink red without passing the switch-on test
- tried other heaters on the duex with same result...
NOTE: I have 3 Z motors configured and working on Drive 5:6:7 (M584 X0 Y1 Z5:6:7 E3)
Any help would be really appreciated I followed all documents but somewhere something is just not right and I know it shouldn't be a huge thing cause I tried with another surely working one and it does the same thing so it's a config matter somewhere...
-
@Eman74 probably best to start your own thread to keep things clear. It's hard to remember who said what about their setup.
What pin specifically are you using for the orange/yellow wire?
What Duet board?
-
@Phaedrux sure it's a duet wifi with a duex5 I'm going to start a thread thank you
-
@Phaedrux I just tried but it prevents me from posting new topics... it seems the same issue there was this morning...
-
@Eman74 Try again after a few minutes.
-
Received my probe today which came V3.1. My duet board is V1.02
All working good.
Wired as per tutorial:
Probe VCC to expansion slot 5V on Duet
Probe GND and Servo GND to Z Probe GND on duet
Probe Signal to Z_PROBE_IN on Duet
Probe Servo to expansion slot Heater7(PWM5) on Duet
Used all the code in the first post.
Thank you for help -
Just not to create another topic. I have this issue where after print, on the next print BLTouch does not deploy. I have to switch printer off, then back on for it to start working again. Is this a known issue or is there a fix for it?
-
-
@Agniusm Please share your current config.g, homeall.g, homez.g, deployprobe.g, retractprobe.g, and slicer start and end gcode. And refresh me on which firmware version you are using.
-
@JayJay thanks. Is this how its supposed to be used, the probe? I mean do all of them needs reseting or just on certain boards or on certain firmwares?
@Phaedrux i have not made changes since using inductuon probe so my homing gcode is the same and slicer start and end script was not changed. Maybe i just need to call reset macro in my slicer end script like suggested above. -
Well it's not a bad idea to send the reset command at startup and the beginning of your homeall just in case, but it shouldn't really be necessary if the probe is working.
-
@JayJay BTW do i need I1 parameter if i am without Duex?
-
@Agniusm said in Duet Wifi BLTouch wiring:
@JayJay BTW do i need I1 parameter if i am without Duex?
If you are using RRF3 then no.
-
@dc42 no, i am on 1.22.6. I have inserted and now it works fine
-
@Phaedrux
Added M280 P0 S160 I1 to my home all and on slicer's end gcode.
Still does not work.
Homing when restarted works, lead screw axis compensation works, bed compensation works.
I have no idea why after a print it does not drop the pin... -
Photos of your setup? Maybe we can spot something.