PAT9125 finally able to turn off
This commit is contained in:
parent
3290723169
commit
52554d72c4
1 changed files with 4 additions and 0 deletions
|
@ -5993,10 +5993,14 @@ case 404: //M404 Enter the nominal filament width (3mm, 1.75mm ) N<3.0> or disp
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
|
#ifdef HAVE_PAT9125_SENSOR
|
||||||
fsensor_enable();
|
fsensor_enable();
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
|
#ifdef HAVE_PAT9125_SENSOR
|
||||||
fsensor_disable();
|
fsensor_disable();
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue