|
|
@ -5921,7 +5921,7 @@ void kill()
|
|
|
|
#ifdef FILAMENT_RUNOUT_SENSOR
|
|
|
|
#ifdef FILAMENT_RUNOUT_SENSOR
|
|
|
|
void filrunout()
|
|
|
|
void filrunout()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if filrunoutEnqued == false {
|
|
|
|
if (filrunoutEnqued == false) {
|
|
|
|
filrunoutEnqued = true;
|
|
|
|
filrunoutEnqued = true;
|
|
|
|
enqueuecommand("M600");
|
|
|
|
enqueuecommand("M600");
|
|
|
|
}
|
|
|
|
}
|
|
|
|