From 784be56e994b85d015424c48b6f84a931732ed8c Mon Sep 17 00:00:00 2001 From: esenapaj Date: Sun, 24 Jul 2016 00:53:35 +0900 Subject: [PATCH] Follow-up the PR #4353 (General cleanup: enum) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ・Update description of M111 --- Marlin/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index f8b8e0df3..4f2db6d6c 100644 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -168,7 +168,7 @@ * Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling * IF AUTOTEMP is enabled, S B F. Exit autotemp by any M109 without F * M110 - Set the current line number - * M111 - Set debug flags with S. See flag bits defined in Marlin.h. + * M111 - Set debug flags with S. See flag bits defined in enum.h. * M112 - Emergency stop * M113 - Get or set the timeout interval for Host Keepalive "busy" messages * M114 - Output current position to serial port