Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/gcode/m-code.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,8 @@ parameter of the INI file) is executed with the optional P and Q values
as its two arguments.

Execution of the G-code file pauses until the external program exits.
If the external program exits with exit code other than '0' gcode program exection is
stopped.
Any valid executable file can be used. The file must be located in the search
path specified in the INI file configuration.
See the <<sub:ini:sec:display,Display>> section for more information on search paths.
Expand Down