GET ADD GCODE PROC TEXT: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Created page with "{{Up}} {{Command|syntax=GET_ADD_GCODE_PROC_TEXT <process number>, <text> |description=:Get Add GCode process text. |param1=<process number>|param1_des..."
 
No edit summary
Line 9: Line 9:


===Example===
===Example===
:GET_ADD_GCODE_UTIL_PROC_TEXT 2, "M01"
:GET_ADD_GCODE_UTIL_PROC_TEXT 2, a$


[[Category:Procs]]
[[Category:Procs]]

Revision as of 15:41, 22 April 2022

Up

Command

GET_ADD_GCODE_PROC_TEXT <process number>, <text>


Get Add GCode process text.

Parameters

<process number>
Process number.
<text>
Add GCode Text

Example

GET_ADD_GCODE_UTIL_PROC_TEXT 2, a$