Advertisement
rootiest

PRINT.cfg

Jan 30th, 2023
859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.24 KB | None | 0 0
  1. # allow console output
  2. [respond]
  3.  
  4. [gcode_macro PRINT]
  5. # Set to 117 for display output, 118 for console output
  6. variable_output: 118
  7. gcode:
  8.    {% set msg = params.MSG|default('')|string %}
  9.     # output to display:
  10.     M{output} {msg}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement