Ps-on / PS-off Duet3 6HC
-
@heartleander81 that's why the M80 is in our config.g..
-
@oozebot to time I doun't have M80 in the config.g.
M999 is not executed because the board is busy. The next step would be M999 but it will not be executed -
I think that an M999 cannot be executed by a macro. I commented out all M999 and the macro is running. I added an G4 S5 and then M98 P "config.g" after the M80, which works. I only get 2 error messages that read as follows.
Warning: Board 20 does not have input handle 3000
Warning: Board 20 does not have input handle 1000what are the warnings and how can you turn them off?
if boards[0].vIn.current < 22 M291 R"Turn on power" P":-)" S1 T5 M80 G4 S4 M98 P"config.g" else M291 R"Turn off power" P" Zzzz" S1 T5 M81 S1 ; Power off 24v power supply
-
@heartleander81 I just tested with a single line macro that only contains "M999" and it is properly restarting. This is on 3.4b4 but I'm certain it works on 3.3 as well.
-
@oozebot i use RFF 3.4b4. Can you test the complet macro without M98 but with M999?
-
@heartleander81 said in Ps-on / PS-off Duet3 6HC:
@oozebot i use RFF 3.4b4. Can you test the complet macro without M98 but with M999?
I do believe the status becomes busy when M98 is run. I can try to test this soon, but just started a job on the printer I was testing with.
-
I have create a single line macro with M999 in it and at my System doun't work it.
DWC say Work and Do nothing. After write in console M999 is all normal
-
@oozebot OK. On my system, a Macro with M999 comes busy. With M98 P "config.g" it runs except for 2 warnings regarding the toolboard
Sorry in the last Post i doun't mean status work, I mean status busy. Sorry my english is not the best
XD
-
@heartleander81 The toolboard will cause a few warnings.. Glad you found a work-around. I'm not sure why M999 isn't working from a macro. It seems to be working fine for us..
-
@oozebot Yes, I get 2 warnings when loading the config. It doesn't seem to matter. Will start a test print with it tomorrow. Unfortunately, I don't know why M999 doesn't work for me in the macro.