Skip to content

Commit

Permalink
Allow 4 fan animation frames (MarlinFirmware#12772)
Browse files Browse the repository at this point in the history
  • Loading branch information
kAdonis authored and thinkyhead committed Jan 3, 2019
1 parent d9cf5e4 commit 637fb20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/lcd/dogm/dogm_Statusscreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@
#undef STATUS_FAN_FRAMES
#elif !defined(STATUS_FAN_FRAMES)
#define STATUS_FAN_FRAMES 2
#elif STATUS_FAN_FRAMES > 3
#error "Only 3 fan animation frames currently supported."
#elif STATUS_FAN_FRAMES > 4
#error "A maximum of 4 fan animation frames is currently supported."
#endif

//
Expand Down

0 comments on commit 637fb20

Please sign in to comment.