Skip to content

Commit

Permalink
Added Azteeg X3 board.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikZalm committed Sep 24, 2013
1 parent d8c2c81 commit 0dca49a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
// 64 = STB V1.1
// 65 = Azteeg X1
// 66 = Melzi with ATmega1284 (MaKr3d version)
// 67 = Azteeg X3
// 7 = Ultimaker
// 71 = Ultimaker (Older electronics. Pre 1.5.4. This is rare)
// 77 = 3Drag Controller
Expand Down
15 changes: 10 additions & 5 deletions Marlin/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
* Arduino Mega pin assignment
*
****************************************************************************************/
#if MOTHERBOARD == 3 || MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 35 || MOTHERBOARD == 77
#if MOTHERBOARD == 3 || MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 35 || MOTHERBOARD == 77 || MOTHERBOARD == 67
#define KNOWN_BOARD 1

//////////////////FIX THIS//////////////
Expand All @@ -314,7 +314,7 @@
// #define RAMPS_V_1_0


#if MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 35 || MOTHERBOARD == 77
#if MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 35 || MOTHERBOARD == 77 || MOTHERBOARD == 67

#define LARGE_FLASH true

Expand Down Expand Up @@ -392,7 +392,7 @@
#define LED_PIN 13
#endif

#if MOTHERBOARD == 33 || MOTHERBOARD == 35
#if MOTHERBOARD == 33 || MOTHERBOARD == 35 || MOTHERBOARD == 67
#define FAN_PIN 9 // (Sprinter config)
#else
#define FAN_PIN 4 // IO pin. Buffer needed
Expand Down Expand Up @@ -420,7 +420,7 @@
#define HEATER_0_PIN 10 // EXTRUDER 1
#endif

#if MOTHERBOARD == 33
#if MOTHERBOARD == 33 || MOTHERBOARD == 67
#define HEATER_1_PIN -1
#else
#define HEATER_1_PIN 9 // EXTRUDER 2 (FAN On Sprinter)
Expand Down Expand Up @@ -492,7 +492,12 @@
#define SDSS 53
#define SDCARDDETECT -1
#define KILL_PIN 41

#elif defined(LCD_I2C_VIKI)
#define BTN_EN1 22 //reverse if the encoder turns the wrong way.
#define BTN_EN2 7
#define BTN_ENC -1
#define SDSS 53
#define SDCARDDETECT 49
#else
//arduino pin which triggers an piezzo beeper
#define BEEPER 33 // Beeper on AUX-4
Expand Down

0 comments on commit 0dca49a

Please sign in to comment.