Skip to content
Snippets Groups Projects
Commit 0fad9535 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Add comment to M412

parent f9b6c504
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment