Browse Source

Fix CN Controls 12 styling

Indrek Ardel 8 years ago
parent
commit
c8f2dd7cd5
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      Marlin/pins_CNCONTROLS_12.h

+ 5
- 5
Marlin/pins_CNCONTROLS_12.h View File

32
 #define E0_STEP_PIN           57
32
 #define E0_STEP_PIN           57
33
 #define E0_DIR_PIN            55
33
 #define E0_DIR_PIN            55
34
 #define HEATER_0_PIN          11
34
 #define HEATER_0_PIN          11
35
-#define TEMP_0_PIN            0   // ANALOG INPUT !!
35
+#define TEMP_0_PIN             0  // ANALOG INPUT !!
36
 
36
 
37
 #define E1_ENABLE_PIN         60
37
 #define E1_ENABLE_PIN         60
38
 #define E1_STEP_PIN           61
38
 #define E1_STEP_PIN           61
39
 #define E1_DIR_PIN            62
39
 #define E1_DIR_PIN            62
40
 #define HEATER_1_PIN           9
40
 #define HEATER_1_PIN           9
41
-#define TEMP_1_PIN             9  // 9 for tool3 -> 13 for chambertemp
41
+#define TEMP_1_PIN             9  // 9 for tool2 -> 13 for chambertemp
42
 
42
 
43
 #define E2_ENABLE_PIN         44
43
 #define E2_ENABLE_PIN         44
44
 #define E2_STEP_PIN           46
44
 #define E2_STEP_PIN           46
86
 #define LCD_SCREEN_ROT_180
86
 #define LCD_SCREEN_ROT_180
87
 
87
 
88
 // The encoder and click button
88
 // The encoder and click button
89
-#define BTN_EN1 36
90
-#define BTN_EN2 34
91
-#define BTN_ENC 38
89
+#define BTN_EN1               36
90
+#define BTN_EN2               34
91
+#define BTN_ENC               38
92
 
92
 
93
 // Hardware buttons for manual movement of XYZ
93
 // Hardware buttons for manual movement of XYZ
94
 #define SHIFT_OUT             42
94
 #define SHIFT_OUT             42

Loading…
Cancel
Save