Browse Source

Fix BIQU BQ111-A4 pins (#18361)

thisiskeithb 5 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
 //
49
 //
50
 // Steppers
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
 #define Y_DIR_PIN                          P0_11
57
 #define Y_DIR_PIN                          P0_11
58
 #define Y_ENABLE_PIN                       P0_10
58
 #define Y_ENABLE_PIN                       P0_10
59
 
59
 
60
-#define Z_STEP_PIN                         P2_2
60
+#define Z_STEP_PIN                         P2_02
61
 #define Z_DIR_PIN                          P0_20
61
 #define Z_DIR_PIN                          P0_20
62
 #define Z_ENABLE_PIN                       P0_19
62
 #define Z_ENABLE_PIN                       P0_19
63
 
63
 
64
-#define E0_STEP_PIN                        P2_3
64
+#define E0_STEP_PIN                        P2_03
65
 #define E0_DIR_PIN                         P0_22
65
 #define E0_DIR_PIN                         P0_22
66
 #define E0_ENABLE_PIN                      P0_21
66
 #define E0_ENABLE_PIN                      P0_21
67
 
67
 
75
 //
75
 //
76
 // Heaters / Fans
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
 #ifndef FAN_PIN
80
 #ifndef FAN_PIN
81
-  #define FAN_PIN                          P2_4
81
+  #define FAN_PIN                          P2_04
82
 #endif
82
 #endif
83
 
83
 
84
 //
84
 //

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

31
 opt_set E0_AUTO_FAN_PIN 8
31
 opt_set E0_AUTO_FAN_PIN 8
32
 opt_set EXTRUDER_AUTO_FAN_SPEED 100
32
 opt_set EXTRUDER_AUTO_FAN_SPEED 100
33
 opt_set TEMP_SENSOR_CHAMBER 3
33
 opt_set TEMP_SENSOR_CHAMBER 3
34
+opt_add TEMP_CHAMBER_PIN 6
34
 opt_set HEATER_CHAMBER_PIN 45
35
 opt_set HEATER_CHAMBER_PIN 45
35
 exec_test $1 $2 "RAMPS4DUE_EFB with ABL (Bilinear), EXTENSIBLE_UI, S-Curve, many options."
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
 opt_set TEMP_SENSOR_PROBE 1
18
 opt_set TEMP_SENSOR_PROBE 1
19
 opt_add TEMP_PROBE_PIN 12
19
 opt_add TEMP_PROBE_PIN 12
20
 opt_set TEMP_SENSOR_CHAMBER 3
20
 opt_set TEMP_SENSOR_CHAMBER 3
21
+opt_add TEMP_CHAMBER_PIN 3
21
 opt_add HEATER_CHAMBER_PIN 45
22
 opt_add HEATER_CHAMBER_PIN 45
22
 opt_set GRID_MAX_POINTS_X 16
23
 opt_set GRID_MAX_POINTS_X 16
23
 opt_set FANMUX0_PIN 53
24
 opt_set FANMUX0_PIN 53

Loading…
Cancel
Save