SET ADD GCODE PROC TEXT: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
MikeONeill (talk | contribs) Created page with "{{Up}} {{Command|syntax=SET_ADD_GCODE_PROC_TEXT <process number>, <text> |description=:Set Add GCode process text. |param1=<process number>|param1_des..." |
No edit summary |
||
Line 9: | Line 9: | ||
===Example=== | ===Example=== | ||
: | :SET_ADD_GCODE_PROC_TEXT 1, "M01" | ||
[[Category:Procs]] | [[Category:Procs]] |
Revision as of 13:32, 7 March 2024
Command
- SET_ADD_GCODE_PROC_TEXT <process number>, <text>
- Set Add GCode process text.
Parameters
- <process number>
- Process number.
- <text>
- Add GCode Text
Example
- SET_ADD_GCODE_PROC_TEXT 1, "M01"