From 342d8e92ab0927059198c5175520d2d2c353a345 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Sat, 11 Nov 2023 12:20:58 +0100 Subject: [PATCH] Update doxygen M709 --- Firmware/Marlin_main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index b37818402..054aa3448 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -8583,7 +8583,7 @@ Sigma_Exit: /*! ### M709 - MMU power & reset M709: MMU power & reset - The MK3S cannot not power off the MMU, but we can en- and disable the MMU and will be also stored in EEPROM. + The MK3S cannot not power off the MMU, but we can en- and disable the MMU. The new state of the MMU is stored in printer's EEPROM - i.e. if you disable the MMU via M709, it will not be activated after the printer resets. #### Usage @@ -8600,6 +8600,8 @@ Sigma_Exit: M709 X1 - toggle the MMU's reset pin (hardware reset) + M709 X42 - erase MMU EEPROM + M709 S1 - enable MMU M709 S0 - disable MMU