Fix BIQU BQ111-A4 pins (#18361)

This commit is contained in:
thisiskeithb 2020-06-19 16:14:22 -07:00 committed by GitHub
parent d8c3aed038
commit eddd0d91a4
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 9 deletions

View file

@ -49,19 +49,19 @@
// //
// Steppers // Steppers
// //
#define X_STEP_PIN P2_0 #define X_STEP_PIN P2_00
#define X_DIR_PIN P0_5 #define X_DIR_PIN P0_05
#define X_ENABLE_PIN P0_4 #define X_ENABLE_PIN P0_04
#define Y_STEP_PIN P2_1 #define Y_STEP_PIN P2_01
#define Y_DIR_PIN P0_11 #define Y_DIR_PIN P0_11
#define Y_ENABLE_PIN P0_10 #define Y_ENABLE_PIN P0_10
#define Z_STEP_PIN P2_2 #define Z_STEP_PIN P2_02
#define Z_DIR_PIN P0_20 #define Z_DIR_PIN P0_20
#define Z_ENABLE_PIN P0_19 #define Z_ENABLE_PIN P0_19
#define E0_STEP_PIN P2_3 #define E0_STEP_PIN P2_03
#define E0_DIR_PIN P0_22 #define E0_DIR_PIN P0_22
#define E0_ENABLE_PIN P0_21 #define E0_ENABLE_PIN P0_21
@ -75,10 +75,10 @@
// //
// Heaters / Fans // Heaters / Fans
// //
#define HEATER_0_PIN P2_7 #define HEATER_0_PIN P2_07
#define HEATER_BED_PIN P2_5 #define HEATER_BED_PIN P2_05
#ifndef FAN_PIN #ifndef FAN_PIN
#define FAN_PIN P2_4 #define FAN_PIN P2_04
#endif #endif
// //

View file

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

View file

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