0
0
Fork 0
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:
Mike Bignell 2023-01-07 05:54:35 +00:00 committed by GitHub
parent 62507cf54b
commit 29202d5561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,8 @@
#define BOARD_INFO_NAME "Melzi"
#endif
#define IS_MELZI 1
#ifndef FAN_PIN
#define FAN_PIN 4
#endif