Note Macro execution in Gcode Console
-
It would be nice to be able to see which macros have been executed and in what order in the Gcode Console. Just a note: "M98 MacroName" or similar.
-
What exactly do you mean by this? When you run a macro file on DWC it is already logged:
7:40:51 AM M98 P"0:/macros/testfile"
To see more in detail which files are executed, you'd have to enable debugging for the GCodes module which will tell you which codes are executed by what file (I think).
-
You could use a M117 as the last line of the macro.
-
Or, even better, something like M118 P3 S"Finished executing your macro file"