Skip to content

Commit

Permalink
Update printer_operation.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored Jun 13, 2021
1 parent 5708db5 commit 321a2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/extui/mks_ui/printer_operation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void filament_pin_setup() {
}

void filament_check() {
#if (PIN_EXISTS(MT_DET_1) || PIN_EXISTS(MT_DET_2) || PIN_EXISTS(MT_DET_3))
#if ANY_PIN(MT_DET_1, MT_DET_2, MT_DET_3)
const int FIL_DELAY = 20;
#endif
#if PIN_EXISTS(MT_DET_1)
Expand Down

0 comments on commit 321a2fa

Please sign in to comment.