Skip to content

Commit

Permalink
remove fil_runout_state
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Terentiev <[email protected]>
  • Loading branch information
Sergey1560 committed Jan 3, 2023
1 parent 965c4f2 commit c99f852
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,6 @@
#define PS_ON_PIN PE5
#endif

#ifdef PRINTER_NAME_FB5
#define FIL_RUNOUT_LEVEL LOW
#endif

#ifdef PRINTER_NAME_FB4S
#define FIL_RUNOUT_LEVEL HIGH
#endif

#ifndef FIL_RUNOUT_LEVEL
#define FIL_RUNOUT_LEVEL HIGH
#endif

#if HAS_FSMC_TFT
#undef TFT_BUFFER_SIZE
#define TFT_BUFFER_SIZE 480*8
Expand Down

0 comments on commit c99f852

Please sign in to comment.