From 3105ebc562040c8aecf8f510a455272bde97fc12 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri, 10 Apr 2015 15:05:00 -0700
Subject: [PATCH] Restore M928, M999

---
 Documentation/GCodes.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/GCodes.md b/Documentation/GCodes.md
index f7813830db..e7b21b7603 100644
--- a/Documentation/GCodes.md
+++ b/Documentation/GCodes.md
@@ -126,6 +126,8 @@ M362 - SCARA calibration: Move to cal-position PsiA (0 deg calibration)
 M363 - SCARA calibration: Move to cal-position PsiB (90 deg calibration - steps per degree)
 M364 - SCARA calibration: Move to cal-position PSIC (90 deg to Theta calibration position)
 M365 - SCARA calibration: Scaling factor, X, Y, Z axis
+M928 - Start SD logging (M928 filename.g) - ended by M29
+M999 - Restart after being stopped by error
 ```
 
 # Comments
-- 
GitLab