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
4efaef70
Commit
4efaef70
authored
Nov 6, 2017
by
Jason Hitesman
Committed by
Scott Lahteine
Nov 6, 2017
Browse files
Options
Downloads
Patches
Plain Diff
[2.0.x] Fix archim2 SSDS define (#8278)
* Fix SSDS define * Update pins_ARCHIM2.h
parent
c5d95d31
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/pins/pins_ARCHIM2.h
+7
-1
7 additions, 1 deletion
Marlin/src/pins/pins_ARCHIM2.h
with
7 additions
and
1 deletion
Marlin/src/pins/pins_ARCHIM2.h
+
7
−
1
View file @
4efaef70
...
...
@@ -112,6 +112,13 @@
#define HEATER_2_PIN 8 // D8 PC22 FET_PWM5
#define HEATER_BED_PIN 9 // D9 PC21 BED_PWM
//
// Misc. Functions
//
#define SDSS 87 // D87 PA29 CS
//////////////////////////
// LCDs and Controllers //
//////////////////////////
...
...
@@ -127,7 +134,6 @@
#define LCD_PINS_D7 34 // D34 PC2_PWML0
#define SD_DETECT_PIN 2 // D2 PB25_TIOA0
#define SDSS 87 // D87 PA29 CS
// Buttons on AUX-2
#define BTN_EN1 60 // D60 PA3_TIOB1
...
...
...
...
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