RepRapFirmware 3.0beta 11 released
-
tried that, didn't help, if you look at the last copy/paste from console threshold is 10, I tried 200, 100, 50 and 10 same issue, never triggers, I even disconnected the cable during G30 move (assuming long 250 read will happen) but nothing bed just keep raising
-
Thanks for trying. I'll bench test a BLTouch with this firmware tomorrow.
-
@smece, which model of Duet are you running RRF3 on?
-
duet2eth, iirc 1.0.2 was on the board
-
Thanks. I found the problem, ir affects type 8 (unfiltered digital) and 9 (BLTouch) Z probes. The reading when triggered is 250 instead of 1000. So setting the G31 P parameter to less than 250 should fix it. The machine with a Duet WiFi that I used for testing has a type 8 probe (Smart Effector) but the G31 P parameter is set to 100. So that's why I didn't experience the problem.
-
sorry no 1.2 was on the small ethernet board that I lost so I got a replacement from aliexpress, no clue if any version is on the board itself, will try to check but not easy to get to it now
-
@smece said in RepRapFirmware 3.0beta 11 released:
sorry no 1.2 was on the small ethernet board that I lost so I got a replacement from aliexpress, no clue if any version is on the board itself, will try to check but not easy to get to it now
No need, I've found the reason.
-
cool, but I'm not triggering with a 100 neither
lemme try again with new config.g uploaded and restarted
-
-
@dc42 said in RepRapFirmware 3.0beta 11 released:
- Added DotStar LED support on Duet 3 main board
Any documentation on this yet?
-
Disregard that last - looked through the code and found it in the gcode documentation under:
M150: Set LED colours -
@smece said in RepRapFirmware 3.0beta 11 released:
cool, but I'm not triggering with a 100 neither
lemme try again with new config.g uploaded and restarted
It works for me. Tested using a BLTouch connected to zprobe.in and exp.heater3, G31 P value set to 100.
It's possible that you have a G31 command in config-override.g.
btw you don't need the M401 and M402 commands in your homez file, because probe deployment/retraction is done automatically (this has been the case for many firmware versions).
-
How to update Duet 3? Upload Duet3Firmware_MB6HC.bin on web.. and nothing.
M997 S0
Error: In-application programming binary "Duet3iap_sd_MB6HC.bin" not found
where Duet3iap_sd_MB6HC.bin?
not have rapsberry pi... -
@stereo said in RepRapFirmware 3.0beta 11 released:
where Duet3iap_sd_MB6HC.bin?
https://github.com/dc42/RepRapFirmware/releases/tag/3.0beta10 ?
-
@bearer 3.0beta10.. need 3.0beta11
-
@stereo said in RepRapFirmware 3.0beta 11 released:
@bearer 3.0beta10.. need 3.0beta11
the IAP file is probably the same if its not listed on the beta11 release
-
@bearer yes, work. install beta11
-
@dc42 said in RepRapFirmware 3.0beta 11 released:
It works for me. Tested using a BLTouch connected to zprobe.in and exp.heater3, G31 P value set to 100.
hm, that's not good
It's possible that you have a G31 command in config-override.g.
I did not create it, I don't see it trough web interface..
btw you don't need the M401 and M402 commands in your homez file, because probe deployment/retraction is done automatically (this has been the case for many firmware versions).
so G30 auto deploy/retract? nice.. but I'm now more concerned that after G30 I touch the probe, the probe detects me, bed still moves, the probe deploy again, touch again, detect again, deploy again .. bed still moving etc etc.. so no bed stop and no retraction happening at all (G30 not finishing) .. exactly the same config on b10 works, b11 don't. tried G31 P10, P100, P200 .. It's not a working printer (yet) so not a big deal but if there's anything I can help debug lemme know (I can hook up oscilloscope or .. ) .. this is supposedly original bltouch v3 .. but "original" when bltouch is can be tricky ... I have 2 "original" (from "original aliexpress store" paid original price), I have 2-3 clones too that I can try also .. might be the timing issue and not only the trigger level?
-
@smece said in RepRapFirmware 3.0beta 11 released:
It's possible that you have a G31 command in config-override.g.I did not create it, I don't see it trough web interface..
If you don't see it via the web interface, it is likely not there.
But just to help understand the full picture: That file is created and/or updated when you issue an M500. That is often documented in other firmware as "save settings to EEPROM". Duets do not have EEPROM, so they save settings to /sys/config-override.g
Anyway, sounds like you don't have one.
-
@Danal thanks for explanation! ... did not do M500 yet since this is a work in progres conversion to duet, and I never used duet before, i'm trying to setup everything directly in main config's for now .. that's also why I started with RRF3 and not gone with stable version (still don't have thermistors nor heaters in the hotends so..)