From ef63b57dfdb7a94f3190b9cc74523e893e1fe4b7 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Fri, 11 Aug 2023 08:41:56 +0200 Subject: [PATCH] Remove unimplemented M407 from list of gcodes --- Firmware/Marlin_main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index 7a633894a5..c08cc3d2e0 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -3941,7 +3941,6 @@ extern uint8_t st_backlash_y; //!@n M404 - N Enter the nominal filament width (3mm, 1.75mm ) or will display nominal filament width without parameters //!@n M405 - Turn on Filament Sensor extrusion control. Optional D to set delay in centimeters between sensor and extruder //!@n M406 - Turn off Filament Sensor extrusion control -//!@n M407 - Displays measured filament diameter //!@n M500 - stores parameters in EEPROM //!@n M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily). //!@n M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.