RepRapFirmware 3.2-RC1 released
-
RRF 3.2-RC1 is now available at https://github.com/Duet3D/RepRapFirmware/releases/tag/3.2RC1 and for SBC users it is on the unstable feed from the package server. We hope to move quickly to version 3.2 release, if no new serious issues are reported with this RC.
Highlights of this release:
- RRF: substantial performance improvements on Duet 3, stall homing on Duet 3 Mini, more free RAM on Duet 2
- SBC interface: Speed and stability improvements
- DWC: Sindarius' GCode viewer including object cancellation support
Upgrade notes and change lists:
- RRF https://github.com/Duet3D/RepRapFirmware/blob/v3-dev/WHATS_NEW_RRF3.md
- DWC https://github.com/Duet3D/DuetWebControl/blob/v3.2-dev/WHATS_NEW.md
- DSF https://github.com/Duet3D/DuetSoftwareFramework/blob/v3.2-dev/WHATS_NEW.md
If you experience any issues with this release, please do not add a long post to this thread; instead, start a new topic with "RRF 3.2RC1" in the title. You may add a short post here linking to that new topic if you wish.
-
Please note that SBC users may see an error message in the Linux console when RRF has been upgraded. This message does not mean anything and it can be safely ignored. This will be corrected in the next version.
-
The dropdown menus for temperature in the tools section of DWC are not populating. Thought I noticed this on beta 4.1 as well. Duet WiFi with 1.25b0 wifi server, and RC1 for both firmware and DWC.
-
@ctilley79 This is working well for me. Did you perhaps activate "Disable auto-completion" on the Settings -> General page?
-
That was it. I turned that off and it worked.
-
Would have been nice to know that was a autocomplete dropdown and not a standard dropdown. Gotta love Vue.js
-
I keep getting this error when i try to install it:
Error: M997: In-application programming binary "Duet2CombinedIAP.bin" not found
Trying to run the update on a 1.03 wifi board that's running 3.2-beta4.1 atm.
-
-
@chrishamm said in RepRapFirmware 3.2-RC1 released:
@Exerqtor This file is part of the 3.1.1 bundle here. Upload the included Duet2CombinedIAP.bin on the System page and then update to 3.2-RC1.
Well weird that it had went awol in my /sys
But thanks it sure fixed the issue
-
I tried to flash a firmware on my Duet2 SBC. I flash the file RC1 before with bossa.
If I try to update now or run a M997 S0 I get this:Error: M997: Failed to find firmware file /opt/dsf/sd/sys/Duet2Firmware_SBC.bin
I checked the sys folder. And the file is there
-
@smoki3 said in RepRapFirmware 3.2-RC1 released:
I tried to flash a firmware on my Duet2 SBC. I flash the file RC1 before with bossa.
If I try to update now or run a M997 S0 I get this:Error: M997: Failed to find firmware file /opt/dsf/sd/sys/Duet2Firmware_SBC.bin
I checked the sys folder. And the file is there
Are you certain? The filename has changed minorly from
Duet2Firmware_2SBC.bin
to
Duet2Firmware_SBC.bin
Not the missing "2" before "SBC". After flashing RC1 this file needs to be renamed manually in case you want to flash it again.
-
@wilriker Omg.... Thats it.
But any way I compiled the firmware this morning and the output was still a Duet2Firmware_2SBC.bin file?
-
@smoki3 said in RepRapFirmware 3.2-RC1 released:
@wilriker Omg.... Thats it.
But any way I compiled the firmware this morning and the output was still a Duet2Firmware_2SBC.bin file?
I have just fixed that.
-
Is it just me or is the http rr_status request not working?
-
@smoki3 the SBC version uses /machine/status and not rr_status