Macro not found errors
-
I've loaded 2 macros loadzprobe.g and parkzprobe.g to run from my slicer start scripts. I can run these macros by right clicking on the macro and selecting run Macro and they execute ok. I then go to the command line and enter M98 P"loadzprobe.g" and get a macro not found error. I get the error on both macros and when I try to print a file I get an error. What am I doing wrong? Running 3.4
-
GCode files placed in the Macros folder will not be found using M98 P"loadzprobe.g" - you need to use the full path.
Or you can do what I do. I put such files in the SYS folder so a simple M98 works fine. I then put a M98 in a file in the Macros folder if I want to be able to run that code from the DWC macro buttons.
Frederick
-
Thanks, corrected and working properly now.