From bd4bfbe58622352f6da7be93b4eb0c8868a0c370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BChn?= Date: Fri, 19 Jul 2019 16:15:12 +0200 Subject: [PATCH] Added M862 details --- Firmware/Marlin_main.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index 0415b2bf..0e5850b9 100755 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -7285,6 +7285,24 @@ Sigma_Exit: //! ### M862 - Print checking // ---------------------------------------------- + /*! + Checks the parameters of the printer and gcode and performs compatibility check + + - M862.1 [ P | Q ] + + - M862.2 [ P | Q ] + + - M862.3 [ P | Q ] + + - M862.4 [ P | Q] + + - M862.5 [ P | Q] + + + When run with P<> argument, the check is performed against the input value. + When run with Q argument, the current value is shown. + + */ case 862: // M862: print checking float nDummy; uint8_t nCommand;