RepRapFirmware 3.0 first official beta is out
-
Looking much better so far!
-
As you can see here the drivers are detecting the stall very well.
https://photos.app.goo.gl/DMTiBbvibGsSs42Y7
But it looks like the signal get not processed correctly.
-
Testing yesterday and today has so far shown 1.0.4.0 to be stable, and fixed the quality issue that cropped up in 1.0.3.5
-
@smoki3 said in RepRapFirmware 3.0 first official beta is out:
As you can see here the drivers are detecting the stall very well.
https://photos.app.goo.gl/DMTiBbvibGsSs42Y7
But it looks like the signal get not processed correctly.
If I put a G92 X"xx.xx" in the homing scipt than it is working as it should
-
@wilriker , any chance I can look at your duet2 config files for RRF3, your machine is close to mine and I'm just getting ready to try RRF3?
-
@stewwy Yeah, no problem. I can provide it to you tomorrow. But be warned the post I link to in my signature is a bit outdated.
-
This post is deleted! -
Hi, could someone look at these, from my config.g and see if they are correct for RRF3?
; Endstops
M574 X1 S1 P"xstop" ; X home to min.
M574 Y2 S0 P"ystop" ; Y home to max. N0pen micro-switches.
M574 Z1 S2 P"zprobe.in" ; Define Z to use DC42 irProbe. Home to Min.;ZProbe
M558 P1 C"zprobe.in" H3 F600 T6000 X0 Y0 Z1 ; Set Z probe type/mode 1. Not using on XY, but using it on Z. F400 dive speed T6000 travel speed
G31 P500 X15 Y-2 Z1.46 ; Z probe trigger value, offset in relation to nozzle. And trigger height adjustment
M671 X-50:325 Y110:110 S0.5 ; Leadscrew positions for bed trammingThanks in advance
Edit: I should mention I am using 2 motors for Z
-
@dc42 please don't take this the wrong way, but just for some planning purposes.. when do you think the next release will be out?
-
@triumphantduke said in RepRapFirmware 3.0 first official beta is out:
@dc42 please don't take this the wrong way, but just for some planning purposes.. when do you think the next release will be out?
Soon, perhaps tomorrow.
-
@stewwy said in RepRapFirmware 3.0 first official beta is out:
Hi, could someone look at these, from my config.g and see if they are correct for RRF3?
; Endstops
M574 X1 S1 P"xstop" ; X home to min.
M574 Y2 S0 P"ystop" ; Y home to max. N0pen micro-switches.
M574 Z1 S2 P"zprobe.in" ; Define Z to use DC42 irProbe. Home to Min.;ZProbe
M558 P1 C"zprobe.in" H3 F600 T6000 X0 Y0 Z1 ; Set Z probe type/mode 1. Not using on XY, but using it on Z. F400 dive speed T6000 travel speed
G31 P500 X15 Y-2 Z1.46 ; Z probe trigger value, offset in relation to nozzle. And trigger height adjustment
M671 X-50:325 Y110:110 S0.5 ; Leadscrew positions for bed trammingThanks in advance
Edit: I should mention I am using 2 motors for Z
If you are using G30 commands to home Z in your homing files, you should remove the M574 Z command, because you have no Z endstop switch.
-
@dc42 haha okay, standing by eagerly