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
71527119
Unverified
Commit
71527119
authored
4 years ago
by
George Fu
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update FYSETC AIO II TMC UART pins (#18749)
parent
c5b3031c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/pins/stm32f1/pins_FYSETC_AIO_II.h
+9
-4
9 additions, 4 deletions
Marlin/src/pins/stm32f1/pins_FYSETC_AIO_II.h
with
9 additions
and
4 deletions
Marlin/src/pins/stm32f1/pins_FYSETC_AIO_II.h
+
9
−
4
View file @
71527119
...
...
@@ -84,7 +84,7 @@
#define E0_DIR_PIN PC14
#define E0_ENABLE_PIN PC13
#if HAS_TMC
220x
#if HAS_TMC
_UART
/**
* TMC2208/TMC2209 stepper drivers
...
...
@@ -97,9 +97,14 @@
#define Y_HARDWARE_SERIAL Serial1
#define Z_HARDWARE_SERIAL Serial1
#define E0_HARDWARE_SERIAL Serial1
#define TMC_SERIAL_MULTIPLEXER
#define SERIAL_MUL_PIN1 PB13
#define SERIAL_MUL_PIN2 PB12
// The 4xTMC2209 module doesn't have a serial multiplexer and
// needs to set *_SLAVE_ADDRESS in Configuration_adv.h for X,Y,Z,E0
#if HAS_DRIVER(TMC2208)
#define TMC_SERIAL_MULTIPLEXER
#define SERIAL_MUL_PIN1 PB13
#define SERIAL_MUL_PIN2 PB12
#endif
#endif
...
...
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