From 6c285930cb439a59b5d97b95c5cbcddbedf45f78 Mon Sep 17 00:00:00 2001
From: Philip Schell <github.com@blubbfish.net>
Date: Wed, 28 Jan 2015 23:57:22 +0100
Subject: [PATCH] Fixing wrong pin to heater extruder 2 <-> 3

Extruder 2 and 3 was swapped
---
 Marlin/pins_MEGATRONICS_3.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/pins_MEGATRONICS_3.h b/Marlin/pins_MEGATRONICS_3.h
index 1ceb89aab5..2cf0a8907d 100644
--- a/Marlin/pins_MEGATRONICS_3.h
+++ b/Marlin/pins_MEGATRONICS_3.h
@@ -46,8 +46,8 @@
 #define KILL_PIN -1
 
 #define HEATER_0_PIN 2
-#define HEATER_1_PIN 8
-#define HEATER_2_PIN 9
+#define HEATER_1_PIN 9
+#define HEATER_2_PIN 8
 #define HEATER_BED_PIN 10
 #define FAN_PIN 6
 #define FAN2_PIN 7
-- 
GitLab