Add comment to M412

This commit is contained in:
Scott Lahteine 2020-07-04 16:24:31 -05:00
parent f9b6c504df
commit 0fad9535d1

View File

@ -29,6 +29,12 @@
/**
* M412: Enable / Disable filament runout detection
*
* Parameters
* R : Reset the runout sensor
* S<bool> : Reset and enable/disable the runout sensor
* H<bool> : Enable/disable host handling of filament runout
* D<linear> : Extra distance to continue after runout is triggered
*/
void GcodeSuite::M412() {
if (parser.seen("RS"