Merge pull request #114 from PavelSindler/MK3

EINY -> EINSY
This commit is contained in:
PavelSindler 2017-11-27 18:48:31 +01:00 committed by GitHub
commit f8f32b605d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@
#define CUSTOM_MENDEL_NAME "Prusa i3 MK3" #define CUSTOM_MENDEL_NAME "Prusa i3 MK3"
// Electronics // 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) // 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_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_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_EISNY_0_3a 303 // EINY 0.3a - 303 (orig 300)
#define BOARD_EINY_0_4a 304 // EINY 0.4a - 304 (orig 299) #define BOARD_EINSY_0_4a 304 // EINY 0.4a - 304 (orig 299)
#define BOARD_EINY_0_5a 305 // EINY 0.5a - 305 (orig 298) #define BOARD_EINSY_0_5a 305 // EINY 0.5a - 305 (orig 298)
#define MB(board) (MOTHERBOARD==BOARD_##board) #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)) #define IS_RAMPS (MB(RAMPS_OLD) || MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF))