Fixed #if for Ultimaker.
This commit is contained in:
parent
830972ce3c
commit
279d00da9f
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#define PROTOCOL_VERSION "1.0"
|
#define PROTOCOL_VERSION "1.0"
|
||||||
|
|
||||||
#ifdef MOTHERBOARD == 7
|
#if MOTHERBOARD == 7 || MOTHERBOARD == 71
|
||||||
#define MACHINE_NAME "Ultimaker"
|
#define MACHINE_NAME "Ultimaker"
|
||||||
#define FIRMWARE_URL "http://firmware.ultimaker.com"
|
#define FIRMWARE_URL "http://firmware.ultimaker.com"
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user