Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
6bfae5de
Unverified
Commit
6bfae5de
authored
Feb 25, 2020
by
InsanityAutomation
Committed by
GitHub
Feb 25, 2020
Browse files
Options
Downloads
Patches
Plain Diff
Fix SKR 1.4 Turbo SD_DETECT_PIN (#16955)
parent
3e685777
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
+9
-6
9 additions, 6 deletions
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
with
9 additions
and
6 deletions
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
+
9
−
6
View file @
6bfae5de
...
...
@@ -150,11 +150,6 @@
#define TEMP_1_PIN P0_23_A0 // A2 (T2) - (69) - TEMP_1_PIN
#define TEMP_BED_PIN P0_25_A2 // A0 (T0) - (67) - TEMP_BED_PIN
//
// Include common SKR pins
//
#include
"pins_BTT_SKR_common.h"
//
// Software SPI pins for TMC2130 stepper drivers
//
...
...
@@ -264,7 +259,10 @@
#define LCD_PINS_D4 P1_20
#define LCD_SDSS P0_16 // (16) J3-7 & AUX-4
#if SD_CONNECTION_IS(LCD)
#define SD_DETECT_PIN P1_31 // (49) (NOT 5V tolerant)
#endif
#if ENABLED(FYSETC_MINI_12864)
#define DOGLCD_CS P1_18
...
...
@@ -329,3 +327,8 @@
* P0_27 (57) (Open collector)
* P0_28 (58) (Open collector)
*/
//
// Include common SKR pins
//
#include
"pins_BTT_SKR_common.h"
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