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
3b34fbd4
Commit
3b34fbd4
authored
5 years ago
by
thisiskeithb
Committed by
Scott Lahteine
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update BTT002 pins (#16591)
parent
a05a65e7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h
+9
-16
9 additions, 16 deletions
Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h
with
9 additions
and
16 deletions
Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h
+
9
−
16
View file @
3b34fbd4
...
...
@@ -36,20 +36,12 @@
// Ignore temp readings during development.
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
//
// Servos
//
#define SERVO0_PIN PC3
//
// Limit Switches
//
#define X_MIN_PIN PD3
#define X_MAX_PIN PD3
#define Y_MIN_PIN PD2
#define Y_MAX_PIN PD2
#define Z_MIN_PIN PD1
#define Z_MAX_PIN PD1
#define X_STOP_PIN PD3
#define Y_STOP_PIN PD2
#define Z_STOP_PIN PD1 // Shares J4 connector with PC3
//
// Z Probe must be this pin
...
...
@@ -159,17 +151,18 @@
//
// Temperature Sensors
//
#define TEMP_0_PIN PA0 // T1 <-> E0
#define TEMP_1_PIN PA1 // T2 <-> E1
#define TEMP_BED_PIN PA2 // T0 <-> Bed
#define TEMP_0_PIN PA2 // T0 <-> E0
#define TEMP_1_PIN PA0 // T1 <-> E1
#define TEMP_BED_PIN PA1 // T2 <-> Bed
#define TEMP_PROBE_PIN PC3 // Shares J4 connector with PD1
//
// Heaters / Fans
//
#define HEATER_0_PIN PE6 // Heater0
#define HEATER_BED_PIN PE5 // Hotbed
#define FAN_PIN PB
9
// Fan
0
#define FAN1_PIN PB
8
// Fan
1
#define FAN_PIN PB
8
// Fan
1
#define FAN1_PIN PB
9
// Fan
0
// HAL SPI1 pins
#define CUSTOM_SPI_PINS
...
...
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