EINY -> EINSY

This commit is contained in:
PavelSindler 2017-11-27 18:47:48 +01:00
parent 016fa409eb
commit bd748bc986
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
#define CUSTOM_MENDEL_NAME "Prusa i3 MK3"
// Electronics
#define MOTHERBOARD BOARD_EINY_0_4a
#define MOTHERBOARD BOARD_EINSY_0_4a
// Uncomment the below for the E3D PT100 temperature sensor (with or without PT100 Amplifier)

View File

@ -8,9 +8,9 @@
#define BOARD_RAMBO_MINI_1_0 200 // Rambo-mini 1.0 - 200 (orig 102)
#define BOARD_RAMBO_MINI_1_3 203 // Rambo-mini 1.3 - 203 (orig 302)
#define BOARD_EINY_0_3a 303 // EINY 0.3a - 303 (orig 300)
#define BOARD_EINY_0_4a 304 // EINY 0.4a - 304 (orig 299)
#define BOARD_EINY_0_5a 305 // EINY 0.5a - 305 (orig 298)
#define BOARD_EISNY_0_3a 303 // EINY 0.3a - 303 (orig 300)
#define BOARD_EINSY_0_4a 304 // EINY 0.4a - 304 (orig 299)
#define BOARD_EINSY_0_5a 305 // EINY 0.5a - 305 (orig 298)
#define MB(board) (MOTHERBOARD==BOARD_##board)
#define IS_RAMPS (MB(RAMPS_OLD) || MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF))