Commit f3bbcf53 authored by MagoKimbra's avatar MagoKimbra

Fix pins.h

parent c495ec3c
...@@ -2321,28 +2321,25 @@ ...@@ -2321,28 +2321,25 @@
#define ORIG_X_MIN_PIN 3 #define ORIG_X_MIN_PIN 3
#define ORIG_X_MAX_PIN 2 #define ORIG_X_MAX_PIN 2
#define ORIG_Y_STEP_PIN 60 #define ORIG_Y_STEP_PIN 60
#define ORIG_Y_DIR_PIN 61 #define ORIG_Y_DIR_PIN 61
#define ORIG_Y_ENABLE_PIN 56 #define ORIG_Y_ENABLE_PIN 56
#define ORIG_Y_MIN_PIN 14 #define ORIG_Y_MIN_PIN 14
#define ORIG_Y_MAX_PIN 15 #define ORIG_Y_MAX_PIN 15
#define ORIG_Z_STEP_PIN 46 #define ORIG_Z_STEP_PIN 46
#define ORIG_Z_DIR_PIN 48 #define ORIG_Z_DIR_PIN 48
#define ORIG_Z_ENABLE_PIN 62 #define ORIG_Z_ENABLE_PIN 62
#define ORIG_Z_MIN_PIN 18 #define ORIG_Z_MIN_PIN 18
#define ORIG_Z_MAX_PIN 19 #define ORIG_Z_MAX_PIN 19
// Note that on the Due pin A0 on the board is channel 2 on the ARM chip
#define ORIG_HEATER_0_PIN 10 #define ORIG_HEATER_0_PIN 10
#define ORIG_TEMP_0_PIN 11 // Due analog pin #
#define ORIG_HEATER_BED_PIN 8
#define ORIG_TEMP_BED_PIN 12 // Due analog pin #
#define ORIG_HEATER_1_PIN 9 #define ORIG_HEATER_1_PIN 9
#define ORIG_TEMP_1_PIN 13 // Due analog pin # #define ORIG_HEATER_BED_PIN 8
#define ORIG_TEMP_0_PIN 9 // Due analog pin #
#define ORIG_TEMP_1_PIN 8 // Due analog pin #
#define ORIG_TEMP_BED_PIN 10 // Due analog pin #
#define ORIG_E0_STEP_PIN 26 #define ORIG_E0_STEP_PIN 26
#define ORIG_E0_DIR_PIN 28 #define ORIG_E0_DIR_PIN 28
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment