Remove unimplemented M407 from list of gcodes

This commit is contained in:
Alex Voinea 2023-08-11 08:41:56 +02:00 committed by DRracer
parent 500a6558a5
commit ef63b57dfd
1 changed files with 0 additions and 1 deletions

View File

@ -3941,7 +3941,6 @@ extern uint8_t st_backlash_y;
//!@n M404 - N<dia in mm> 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<delay in cm> 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.