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