Fix build MK25S

This commit is contained in:
D.R.racer 2022-05-25 21:00:37 +02:00
parent f3f2086f29
commit d628525a94
1 changed files with 2 additions and 0 deletions

View File

@ -183,7 +183,9 @@ bool IR_sensor::update() {
bool IR_sensor::getFilamentPresent() { return !READ(IR_SENSOR_PIN); }
#ifdef FSENSOR_PROBING
bool IR_sensor::probeOtherType() { return pat9125_probe(); }
#endif
void IR_sensor::settings_init() { Filament_sensor::settings_init_common(); }