Pre-release 3.5 beta 2 now available
-
@Diamondback
No issues with that macro on duet2 standalone -
@Diamondback looks like it's dropping the
w
SBC or standalone? -
@jay_s_uk 6HC standalone
-
Ok, so in 3.5b1+ things work fine.
M98 P"0:/macros/TEST" 0 1 2 3
Since I have a bunch of different builds between b1 and b2, will now trying to figure out where thing broke.
-
Ok, @dc42 it looks like this happened at some point after you implemented the setting of individual array elements.
The initial test that you provided to me (3.5beta1+ (2023-01-26 14:16:10)) works correctly, however, another test version (with the same dropbox name for some reason) that you provided to me later as part of the Z/extruder issues (3.5beta1+ (2023-01-30 09:10:34)) has the issue already.
So I guess something between these two dates causes it. -
@Diamondback please attach that file to a post, I think there jmy be something odd about it.Scratch that, I've managed to reproduce a similar issue. It's connected with using CRLF as the line ending.
-
@Diamondback please try the new RRF binary at https://www.dropbox.com/sh/tbxi2wz9olqe5cl/AAA1gvCp05XS7G1t0qxAV3yQa?dl=0.
-
@dc42 This seems to work now, thanks a lot!
-
I remember that @joergs5 was working on a robot kinematic K13. Is it available in the 3.5beta version?
-
@dc42
Is there any news on restoring the old error handling in the case of a heater fault ? -
@Ghazi I'm sorry, development will take longer, as I changed the internal algorithms. So it will not be included in 3.5.
The original method was to iterate inverse kinematics solutions. But a few % of the solutions didn't iterate correctly, i.e. the solution will fail, ruining the print. The solution now is to calculate inverse kinematics for all possible solutions and will give an answer in every situation. But this change will take a while.
-
We tested this 3.5 beta 2 in our 6XD + several 1LCs machine in SBC mode, and it gives constant SPI reseting.
Going back to 3.4.5 stable version revert the normal behaviour of the printer.
All firmware on the boards in the beta 2 are been updated, just in case it needs to be same version than mainboard.
-
@DIY-O-Sphere said in Pre-release 3.5 beta 2 now available:
@dc42
Is there any news on restoring the old error handling in the case of a heater fault ?What aspect of the old error handling is it that you want, that can't be achieved using the event system?
-
@Marcossf thanks for your report. I've asked @chrishamm to look into this.
For now the 3.5beta builds of expansion boards are compatible with RRF 3.4 on the main board, and vice versa. This will change in a future beta release.
-
@dc42
This topic is really getting annoying.
I expect the firmware to shut down the system as announced here."Currently, RRF does not attempt to turn off power to the whole machine in the case of machines with firmware controlled power supplies if the user does not respond to the heater fault. We plan to reinstate this or a similar function in release 3.5"
-
@DIY-O-Sphere This sounds easy enough to handle yourself with the use of daemon.g?
-
-
@DIY-O-Sphere What do you want to say with that?
I'd simply write a piece of code for daemon that checks if a heater has been in fault state for some time and if it does, turn off the power supply.
Even if I don't really see why you'd want to do that, you clearly appear have a use case for it and it it's easy enough to add? -
@Marcossf Please can you share your config and/or the M122 output after a SPI reset.
-
Hi @chrishamm
Our config file is not going to clarify anything for you as it makes calls to several other files that it loads from where there are hundreds of variables.
We would have to figure out a way to get an M122 out because when it connects and disconnects it does it often, with no time to see what is going on. I think we have a console log where we can see it, but it never connects stable, not even once. I'll look for it.
With version 3.4.5 it works perfectly.
Sorry I can't give you more clues.