mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
🩹 Fix missing IS_MELZI (#25190)
This commit is contained in:
parent
62507cf54b
commit
29202d5561
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
#define BOARD_INFO_NAME "Melzi"
|
||||
#endif
|
||||
|
||||
#define IS_MELZI 1
|
||||
|
||||
#ifndef FAN_PIN
|
||||
#define FAN_PIN 4
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue