|
@@ -530,7 +530,7 @@
|
530
|
530
|
* Arduino Mega pin assignment
|
531
|
531
|
*
|
532
|
532
|
****************************************************************************************/
|
533
|
|
-#if IS_RAMPS || MB(3DRAG) || MB(AZTEEG_X3) || MB(AZTEEG_X3_PRO)
|
|
533
|
+#if IS_RAMPS || MB(3DRAG) || MB(K8200) || MB(AZTEEG_X3) || MB(AZTEEG_X3_PRO)
|
534
|
534
|
#define KNOWN_BOARD 1
|
535
|
535
|
|
536
|
536
|
//////////////////FIX THIS//////////////
|
|
@@ -546,11 +546,11 @@
|
546
|
546
|
// #define RAMPS_V_1_0
|
547
|
547
|
|
548
|
548
|
|
549
|
|
-#if (IS_RAMPS && !MB(RAMPS_OLD)) || MB(3DRAG) || MB(AZTEEG_X3) || MB(AZTEEG_X3_PRO)
|
|
549
|
+#if (IS_RAMPS && !MB(RAMPS_OLD)) || MB(3DRAG) || MB(K8200) || MB(AZTEEG_X3) || MB(AZTEEG_X3_PRO)
|
550
|
550
|
|
551
|
551
|
#define LARGE_FLASH true
|
552
|
552
|
|
553
|
|
- #if MB(3DRAG)
|
|
553
|
+ #if MB(3DRAG) || MB(K8200)
|
554
|
554
|
#define X_STEP_PIN 54
|
555
|
555
|
#define X_DIR_PIN 55
|
556
|
556
|
#define X_ENABLE_PIN 38
|
|
@@ -661,7 +661,7 @@
|
661
|
661
|
#define FAN_PIN 4 // IO pin. Buffer needed
|
662
|
662
|
#endif
|
663
|
663
|
|
664
|
|
- #if MB(3DRAG) || MB(RAMPS_13_EEF)
|
|
664
|
+ #if MB(3DRAG) || MB(K8200) || MB(RAMPS_13_EEF)
|
665
|
665
|
#define FAN_PIN 8
|
666
|
666
|
#endif
|
667
|
667
|
|
|
@@ -690,7 +690,7 @@
|
690
|
690
|
#endif
|
691
|
691
|
|
692
|
692
|
|
693
|
|
- #if MB(3DRAG)
|
|
693
|
+ #if MB(3DRAG) || MB(K8200)
|
694
|
694
|
#define HEATER_0_PIN 10
|
695
|
695
|
#define HEATER_1_PIN 12
|
696
|
696
|
#define HEATER_2_PIN 6
|
|
@@ -720,7 +720,7 @@
|
720
|
720
|
#if MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF)
|
721
|
721
|
#define HEATER_BED_PIN -1 // NO BED
|
722
|
722
|
#else
|
723
|
|
- #if MB(3DRAG)
|
|
723
|
+ #if MB(3DRAG) || MB(K8200)
|
724
|
724
|
#define HEATER_BED_PIN 9 // BED
|
725
|
725
|
#else
|
726
|
726
|
#define HEATER_BED_PIN 8 // BED
|
|
@@ -813,7 +813,7 @@
|
813
|
813
|
|
814
|
814
|
#endif
|
815
|
815
|
|
816
|
|
- #if MB(3DRAG)
|
|
816
|
+ #if MB(3DRAG) || MB(K8200)
|
817
|
817
|
#define BEEPER -1
|
818
|
818
|
|
819
|
819
|
#define LCD_PINS_RS 27
|
|
@@ -895,7 +895,7 @@
|
895
|
895
|
#define TEMP_2_PIN -1
|
896
|
896
|
#define TEMP_BED_PIN 1 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
|
897
|
897
|
|
898
|
|
-#endif // RAMPS_13_EFB || RAMPS_13_EEB || RAMPS_13_EFF || 3DRAG
|
|
898
|
+#endif // RAMPS_13_EFB || RAMPS_13_EEB || RAMPS_13_EFF || 3DRAG || K8200
|
899
|
899
|
|
900
|
900
|
// SPI for Max6675 Thermocouple
|
901
|
901
|
|
|
@@ -909,7 +909,7 @@
|
909
|
909
|
#define MAX6675_SS 66// Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
|
910
|
910
|
#endif
|
911
|
911
|
|
912
|
|
-#endif // RAMPS_OLD || RAMPS_13_EFB || RAMPS_13_EEB || RAMPS_13_EFF || 3DRAG
|
|
912
|
+#endif // RAMPS_OLD || RAMPS_13_EFB || RAMPS_13_EEB || RAMPS_13_EFF || 3DRAG || K8200
|
913
|
913
|
|
914
|
914
|
/****************************************************************************************
|
915
|
915
|
* Duemilanove w/ ATMega328P pin assignment
|