Skip to content

Commit

Permalink
Fix Ultratronics PINS
Browse files Browse the repository at this point in the history
  • Loading branch information
MagoKimbra committed Nov 22, 2016
1 parent d41184b commit 7904608
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions MK4duo/src/boards/705.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

// Y AXIS
#define ORIG_Y_STEP_PIN 22
#define ORIG_Y_DIR_PIN 23
#define ORIG_Y_DIR_PIN 9
#define ORIG_Y_ENABLE_PIN 33
#define ORIG_Y_MIN_PIN 12
#define ORIG_Y_MAX_PIN 11
Expand Down Expand Up @@ -66,14 +66,14 @@
#define ORIG_HEATER_BED_PIN 2
#define ORIG_HEATER_0_PIN 3
#define ORIG_HEATER_1_PIN 8
#define ORIG_HEATER_2_PIN 7
#define ORIG_HEATER_2_PIN 6
#define ORIG_HEATER_3_PIN 9

#define ORIG_TEMP_BED_PIN 0 // ANALOG NUMBERING
#define ORIG_TEMP_0_PIN 1 // ANALOG NUMBERING
#define ORIG_TEMP_1_PIN 2 // ANALOG NUMBERING
#define ORIG_TEMP_2_PIN 3 // ANALOG NUMBERING
#define ORIG_TEMP_3_PIN 4 // ANALOG NUMBERING
#define ORIG_TEMP_BED_PIN 6 // ANALOG NUMBERING
#define ORIG_TEMP_0_PIN 7 // ANALOG NUMBERING
#define ORIG_TEMP_1_PIN 5 // ANALOG NUMBERING
#define ORIG_TEMP_2_PIN 4 // ANALOG NUMBERING
#define ORIG_TEMP_3_PIN 3 // ANALOG NUMBERING

// SPI for Max6675 or Max31855 Thermocouple
#define MAX31855_SS0 65
Expand Down

2 comments on commit 7904608

@MagoKimbra
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok...
I read that many have had problems with MK4duo with ultratronics and instead with repetier not. So I checked repetier for pins and I found this data ... So how is this possible?

@MagoKimbra
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only Y DIR is wrong?

Please sign in to comment.