Skip to content

Commit

Permalink
✨ M820 Report temporary M810-M819 macros
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Nov 2, 2024
1 parent 50d5d3b commit 1261aea
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions _gcode/M810-M819.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ brief: Set/execute one of ten G-code macros
author: Speaka

codes: [ M810, M811, M812, M813, M814, M815, M816, M817, M818, M819 ]
related: [ M820 ]

requires: GCODE_MACROS

Expand Down
23 changes: 23 additions & 0 deletions _gcode/M820.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
tag: m0820
title: Report G-code macros
brief: Report all assigned G-code macros
author: thinkyhead

codes: [ M820 ]
related: [ M810, M811, M812, M813, M814, M815, M816, M817, M818, M819 ]

requires: GCODE_MACROS
since: 2.1.3

example:
- pre: Report assigned macros
code: |
> M820
Stored macros
M810 M300 S880 P200|M300 S220 P500
M811 G28|G29|G1 Z10
---

Report all macros defined by the commands `M810` through `M819`.

0 comments on commit 1261aea

Please sign in to comment.