Replies: 2 comments 2 replies
-
SD_PROCEDURE_DEPTH (M32) is disabled in current precompiled versions; you can enable it in Configuration_adv.h file and compile a custom build or request a version with SD_PROCEDURE_DEPTH enabled. https://github.com/mriscoc/Special_Configurations#how-to-request-a-custom-build |
Beta Was this translation helpful? Give feedback.
2 replies
-
Respect space chars |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am trying to use the M32 command to call within a program another gcode file as a sub routine and then to continue execute the rest of the code. I want to use this method instead of M808, in order to keep the code smaller, tidy and able to make corrections easier than having a huge file with multiple M808 loops.
Tried to use the M32 command with no luck. What I did:
Created a master gcode file (FILE1.gcode) in root.
The 2nd file (subroutine, FILE2.gcode, also in root) was called inside file1
I had this error:
echo:Unknown command: "M32 P!FILE2~1.GCO"
Tried with long filenames, in root, in sub directory, with /, nothing
In Configuration.h, in SD CARD section, is uncomment:
#define SDSUPPORT // Ender Configs
What am I doing wrong?
Can anyone please post some code, as an example?
Is it needed to give any special command at the end of the file that was called, in order to return to the master program?
Thank you,
Tom
Beta Was this translation helpful? Give feedback.
All reactions