| m0412 |
Filament Runout |
Get/set filament runout detection parameters |
thinkyhead |
FILAMENT_RUNOUT_SENSOR |
2.0.0 |
control |
|
| Requires `FILAMENT_RUNOUT_SENSOR`. |
| Parameter `D` requires `FILAMENT_RUNOUT_DISTANCE_MM`. |
| Parameter `H` requires `HOST_ACTION_COMMANDS`. |
|
| tag |
optional |
description |
values |
| D |
true |
Set the filament runout distance. |
|
|
| tag |
optional |
description |
values |
| H |
true |
Flag to enable or disable host handling of a filament runout. |
|
|
| tag |
optional |
description |
values |
| S |
true |
Flag to enable or disable Filament Runout Detection. If omitted, the current enabled state will be reported. |
|
|
| tag |
optional |
description |
values |
| R |
true |
Flag to reset the filament runout sensor. Not needed with `S`. |
|
|
|
| pre |
code |
| Enable (and reset) filament runout detection |
M412 S1 |
|
| pre |
code |
| Disable filament runout detection |
M412 S0 |
|
| pre |
code |
| Report filament runout state |
M412
Filament runout ON
|
|
| pre |
code |
| Set filament runout distance |
M412 D35 ; requires FILAMENT_RUNOUT_DISTANCE_MM
M412
Filament runout ON
Filament runout distance (mm): 35
|
|
|