Version 3.6.0-beta.2 now available
-
I'm happy to announce the availability of our next prerelease version 3.6.0-beta.2. Highlights of this version include bug fixes for the new input shaping implementation, a new WiFi server version which addresses potential connectivity issues, and various other improvements.
Please check the upgrade notes as always before upgrading or consider using ReleaseMgr to check for breaking changes. Release notes are available for:
The corresponding files for standalone mode are availalbe here. Users in SBC mode can upgrade using
M997 S2 F"unstable"
followed byM997 S2
(only supported with the Bookworm-based RPi image) or using the usualapt update/upgrade
path.If you encounter a problem, please open a new thread with
[3.6.0-beta.2]
in the title. -
-
Hi @chrishamm, I just noticed in the Git tree that the tag 3.6.0-beta.2 is pointing to a commit in the 3.5-dev branch (72d85117). Maybe the intended commit was 4cc23ddc in the 3.6-dev branch? Both have "Tidied up M307 processing" as message.
-
@leone thanks for pointing this out. I shall need to delete the release and re-create it to fix this. EDIT: done.
-
Quick questions regarding 3.6.0 Beta.2 on a DUET6HC
Are the M260.1/M260.2 commands available on this beta version as stated in the doc ?
If YES: May I use simulateously
1-DuetWebControl through wifi for console operation
2-io0 serial IO connected t to a custom CNC-Pendant like board
3-io1 serial IO connected to an adapter talking to a modbus device (BLDC controller)io0:I would send gcode command (M105, M409.... GXXX) through io0
io1:General idea is to keep spindle section electically isolated from DUET to avoid mass loops, since currents (both DUET 48V with NEMA23) and 400W BLDC are pretty high and cabling is quite complex, while having complete gcode control over BLDC (speed, CW/CCW, stall ....)
What is the max baud rate for each interface when used ?
is there any bottleneck/precaution to use this somewhat serial IO demanding configuration?
Of course I will carefully test all this and report any issue and/or success.
If NO or partially available, how long will I have to wait (project planning, I have no killing deadline ) ?
Many thanks for your help
-
Do we know what was changed between 3.6.0-beta.2+2 and 3.6.0-beta.2+3?
Unfortunately I cant find any posts when I use the search with "3.6.0-beta.2+3" even though I can physically see a post with that string in the title https://forum.duet3d.com/topic/37032/rrf-3-6-0-beta2-3-corexy-kinematics-seem-to-be-broken
It might be a good practice to post each Alpha/Beta+X version to the pinned thread as I almost missed B2+3 and the search doesn't seem to be able to find it for some reason.
-
@Notepad B2+3 is not an "official release" it is a test build for a particular problem. Those changes (which may not be complete) will probably end up (and be documented) in 3.6.0-beta.3
-
@gloomyandy
That makes sense. I was mostly in the mindset that testing each +X version might identify unexpected behaviours by the small fixes of each unofficial version -
@Notepad That may or not be a good idea, I know that with the stm32 fork (that I look after), interim builds are not always for general use (they often contain experimental fixes and/or additional debug checks etc). Also the time needed to produce/document/test a full release build is quite considerable so I suspect that is why the Duet folks do not post the full details.. So if you do use an interim build use it with care (even more so than with a "beta release") and don't be too surprised if you hit problems, if you do hit a problem it is probably worth reporting it though.
-
@gloomyandy Not to worry, most of our farm is still using the stable 3.5.x.
I do however have about 5 machines dedicated to testing Alpha/Beta + quick fixes/interim builds for the sole use of trying to find what breaks in the firmware so we can provide diag logs to help with the firmware development process.Plus you never know if a small change has broken something elsewhere, that may only crop up if a machine has been running for X hours before it can manifest
-
@Notepad there is now a +4 build at https://www.dropbox.com/scl/fo/ga0jqwfksechhukg2uiz8/AOV3DR8z1C0UWczc8Rx25gE?rlkey=4saeh9luddndvxbhb0kdaqugr&dl=0.
I usually update the "<next release> (in preparation)" notes at https://github.com/Duet3D/RepRapFirmware/wiki/Changelog-RRF-3.x-Beta#reprapfirmware-360-beta3-in-preparation when I make changes, but I don't record the temporary version numbers there.