DuetWiFiFirmware minor release 1.15c
-
Mines connected 3x fsr to JohnSL board to the duet via e0 endstop I think. Set at 4 on m558.
Worked fine in 1.15b, upgraded to 1.15c no longer working so downgraded again and back up and running. Hope that helps DC!
-
Mine is connected to the E0 endstop.
Jumper on JohnSL board is set for NCM558 P4 X0 Y0 Z0
M574 X2 Y2 Z2 S0 // hall effect switches at the top of each delta tower
G31 X0 Y0 Z0 P500Thanks DC
-
Do you ever sleep?Thx for the update!!!
-
Not sure if this is a Duet WiFi firmware issue, or chrishamm's web page. Running 1.15c with web interface 1.12 on a brand new Duet WiFi on a brand new CoreXY. All is working fine, very quiet and no problems!
Very minor issue, the web page always reports that the build has 500 layers, no matter how many there really are. (This model actually has 236 layers.)
EDIT: The root cause is likely that the model height is incorrect
Always comes through as 100mm.
-
I seem to remember reading something somewhere about the firmware finding the object height by reading the last G1 Z command in the gcode file. If you have a G1 Z at the end of your print to lift the head, that can screw it up. You can still lift the head but use G0 instead of G1 (does the same thing I think).
-
I seem to remember reading something somewhere about the firmware finding the object height by reading the last G1 Z command in the gcode file. If you have a G1 Z at the end of your print to lift the head, that can screw it up. You can still lift the head but use G0 instead of G1 (does the same thing I think).
Aha! Thank you, that is precisely the problem. I have a G1 Z100 in my ending script. I'll change that to G0 Z100.
-
A workaround for that is to put a comment starting with upper case E on the end of that G1 line. I'm not sure that using G0 instead of G1 will make any difference.
-
Found where I'd read that about G0 - it was here https://miscsolutions.wordpress.com/2014/06/11/five-tips-for-using-dc42-firmware-on-the-reprappro-ormerod/. No offence intended but if G0 doesn't work, maybe you should amend you blog David.
-
Using G0 fixed the problem. Many thanks for the help.
-
Those of you who are having Z probe trouble going from 1.15b to 1.15c, what probe type do you have set in M558, and how do you have the probe connected?
Any more thoughts on this issue?
I know you are quite busy, and hopefully have a life outside 3D printing, so I understand any delay. -
Sorry I won't be able to look at this for several more days. I've already looked at the code changes in 1.15c and I didn't find anything to explain it.
If you wish, you could try connecting the fsr board to the Z probe connector instead of E0 and use probe type 5.
-
Just code my board in the mail 1 week ago. had to print a Case. Got wired and mounted today.
Improvements:
Stepper control vast improvement.
Temperature control wall much stabler, terns off when the gcode changes the temperature wall its printing.Working on reproducing it right now
-
OK, Cant reproduse
-
David or anyone, is the comment about M301 in config.g relevant if upgrading from 1.15-beta3 release?
-
Yes it is.
-
Thanks David. I'll upgrade now and know what to watch for.
-
Firmware update to 1.15c went smoothly but DWC does not seem to be updating even after a power reset. Unless HTML: 1.11b-dc42, JS: 1.11b-dc42 is correct for the 1.15c tagged binary on git?
-
Did you upload the DuetWebControl.bin file through the Settings page?
-
David, yes I did and it appeared to upload correctly with no returned errors.
-
As you are running DWC 1.11 at present, you need to run M997 S2 after uploading it. The web interface will disconnect and you will need to wait about 3 minutes before you can reconnect it. If you have a PanelDue running firmware 1.14 or later connected, you can see the firmware update progress on it.