Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
eddd0d91
Unverified
Commit
eddd0d91
authored
4 years ago
by
thisiskeithb
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix BIQU BQ111-A4 pins (#18361)
parent
d8c3aed0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Marlin/src/pins/lpc1768/pins_BIQU_BQ111_A4.h
+9
-9
9 additions, 9 deletions
Marlin/src/pins/lpc1768/pins_BIQU_BQ111_A4.h
buildroot/share/tests/DUE-tests
+1
-0
1 addition, 0 deletions
buildroot/share/tests/DUE-tests
buildroot/share/tests/rambo-tests
+1
-0
1 addition, 0 deletions
buildroot/share/tests/rambo-tests
with
11 additions
and
9 deletions
Marlin/src/pins/lpc1768/pins_BIQU_BQ111_A4.h
+
9
−
9
View file @
eddd0d91
...
...
@@ -49,19 +49,19 @@
//
// Steppers
//
#define X_STEP_PIN P2_0
#define X_DIR_PIN P0_5
#define X_ENABLE_PIN P0_4
#define X_STEP_PIN P2_0
0
#define X_DIR_PIN P0_
0
5
#define X_ENABLE_PIN P0_
0
4
#define Y_STEP_PIN P2_1
#define Y_STEP_PIN P2_
0
1
#define Y_DIR_PIN P0_11
#define Y_ENABLE_PIN P0_10
#define Z_STEP_PIN P2_2
#define Z_STEP_PIN P2_
0
2
#define Z_DIR_PIN P0_20
#define Z_ENABLE_PIN P0_19
#define E0_STEP_PIN P2_3
#define E0_STEP_PIN P2_
0
3
#define E0_DIR_PIN P0_22
#define E0_ENABLE_PIN P0_21
...
...
@@ -75,10 +75,10 @@
//
// Heaters / Fans
//
#define HEATER_0_PIN P2_7
#define HEATER_BED_PIN P2_5
#define HEATER_0_PIN P2_
0
7
#define HEATER_BED_PIN P2_
0
5
#ifndef FAN_PIN
#define FAN_PIN P2_4
#define FAN_PIN P2_
0
4
#endif
//
...
...
This diff is collapsed.
Click to expand it.
buildroot/share/tests/DUE-tests
+
1
−
0
View file @
eddd0d91
...
...
@@ -31,6 +31,7 @@ opt_add EXTUI_EXAMPLE
opt_set E0_AUTO_FAN_PIN 8
opt_set EXTRUDER_AUTO_FAN_SPEED 100
opt_set TEMP_SENSOR_CHAMBER 3
opt_add TEMP_CHAMBER_PIN 6
opt_set HEATER_CHAMBER_PIN 45
exec_test
$1
$2
"RAMPS4DUE_EFB with ABL (Bilinear), EXTENSIBLE_UI, S-Curve, many options."
...
...
This diff is collapsed.
Click to expand it.
buildroot/share/tests/rambo-tests
+
1
−
0
View file @
eddd0d91
...
...
@@ -18,6 +18,7 @@ opt_set TEMP_SENSOR_BED 2
opt_set TEMP_SENSOR_PROBE 1
opt_add TEMP_PROBE_PIN 12
opt_set TEMP_SENSOR_CHAMBER 3
opt_add TEMP_CHAMBER_PIN 3
opt_add HEATER_CHAMBER_PIN 45
opt_set GRID_MAX_POINTS_X 16
opt_set FANMUX0_PIN 53
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment