diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index 3b915306c..876d8e26d 100644 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -212,6 +212,10 @@ * M365 - SCARA calibration: Scaling factor, X, Y, Z axis * ************* SCARA End *************** * + * ************ Custom codes - This can change to suit future G-code regulations + * M851 - Set probe's Z offset (mm above extruder -- The value will always be negative) + + * M928 - Start SD logging (M928 filename.g) - ended by M29 * M999 - Restart after being stopped by error *