Fixed #if for Ultimaker.
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user