Browse Source

Fix BIQU BQ111-A4 pins (#18361)

thisiskeithb 4 years ago
parent
commit
eddd0d91a4
No account linked to committer's email address

+ 9
- 9
Marlin/src/pins/lpc1768/pins_BIQU_BQ111_A4.h View File

@@ -49,19 +49,19 @@
49 49
 //
50 50
 // Steppers
51 51
 //
52
-#define X_STEP_PIN                         P2_0
53
-#define X_DIR_PIN                          P0_5
54
-#define X_ENABLE_PIN                       P0_4
52
+#define X_STEP_PIN                         P2_00
53
+#define X_DIR_PIN                          P0_05
54
+#define X_ENABLE_PIN                       P0_04
55 55
 
56
-#define Y_STEP_PIN                         P2_1
56
+#define Y_STEP_PIN                         P2_01
57 57
 #define Y_DIR_PIN                          P0_11
58 58
 #define Y_ENABLE_PIN                       P0_10
59 59
 
60
-#define Z_STEP_PIN                         P2_2
60
+#define Z_STEP_PIN                         P2_02
61 61
 #define Z_DIR_PIN                          P0_20
62 62
 #define Z_ENABLE_PIN                       P0_19
63 63
 
64
-#define E0_STEP_PIN                        P2_3
64
+#define E0_STEP_PIN                        P2_03
65 65
 #define E0_DIR_PIN                         P0_22
66 66
 #define E0_ENABLE_PIN                      P0_21
67 67
 
@@ -75,10 +75,10 @@
75 75
 //
76 76
 // Heaters / Fans
77 77
 //
78
-#define HEATER_0_PIN                       P2_7
79
-#define HEATER_BED_PIN                     P2_5
78
+#define HEATER_0_PIN                       P2_07
79
+#define HEATER_BED_PIN                     P2_05
80 80
 #ifndef FAN_PIN
81
-  #define FAN_PIN                          P2_4
81
+  #define FAN_PIN                          P2_04
82 82
 #endif
83 83
 
84 84
 //

+ 1
- 0
buildroot/share/tests/DUE-tests View File

@@ -31,6 +31,7 @@ opt_add    EXTUI_EXAMPLE
31 31
 opt_set E0_AUTO_FAN_PIN 8
32 32
 opt_set EXTRUDER_AUTO_FAN_SPEED 100
33 33
 opt_set TEMP_SENSOR_CHAMBER 3
34
+opt_add TEMP_CHAMBER_PIN 6
34 35
 opt_set HEATER_CHAMBER_PIN 45
35 36
 exec_test $1 $2 "RAMPS4DUE_EFB with ABL (Bilinear), EXTENSIBLE_UI, S-Curve, many options."
36 37
 

+ 1
- 0
buildroot/share/tests/rambo-tests View File

@@ -18,6 +18,7 @@ opt_set TEMP_SENSOR_BED 2
18 18
 opt_set TEMP_SENSOR_PROBE 1
19 19
 opt_add TEMP_PROBE_PIN 12
20 20
 opt_set TEMP_SENSOR_CHAMBER 3
21
+opt_add TEMP_CHAMBER_PIN 3
21 22
 opt_add HEATER_CHAMBER_PIN 45
22 23
 opt_set GRID_MAX_POINTS_X 16
23 24
 opt_set FANMUX0_PIN 53

Loading…
Cancel
Save