gcode:macros:macro-o101

o101 - Argument List

Lists all macro arguments

Use this macro to test argument values.

Syntax

G65 P101 ...

Parameters

Arguments to test.
Return Value Prints all arguments.

Examples

Test arguments X and Y.

G65 P101 X11 Y22

result:

Argument list:
  1 = ######; A = ######
  2 = ######; B = ######
  3 = ######; C = ######
  4 = ######; I = ######
  5 = ######; J = ######
  6 = ######; K = ######
  7 = ######; D = ######
  8 = ######; E = ######
  9 = ######; F = ######
  10 = ######; G = ######
  11 = ######; H = ######
  12 = ######; L = ######
  13 = ######; M = ######
  14 = ######; N = ######
  15 = ######; O = ######
  16 = 101; P = 101
  17 = ######; Q = ######
  18 = ######; R = ######
  19 = ######; S = ######
  20 = ######; T = ######
  21 = ######; U = ######
  22 = ######; V = ######
  23 = ######; W = ######
  24 = 11; X = 11
  25 = 22; Y = 22
  26 = ######; Z = ######

See also

gcode/macros/macro-o101.txt · Last modified: 2023/01/19 23:00 by 127.0.0.1

Page Tools