Skip to content

Commit

Permalink
Merge pull request #1432 from blubbfish/patch-1
Browse files Browse the repository at this point in the history
Fixing wrong pin to heater extruder 2 <-> 3
  • Loading branch information
thinkyhead committed Jan 29, 2015
2 parents 34377ee + 6c28593 commit 45805c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/pins_MEGATRONICS_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45805c2

Please sign in to comment.