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
aae02827
Commit
aae02827
authored
6 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic pins changes
parent
64c493ad
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Marlin/src/pins/pins_FELIX2.h
+2
-2
2 additions, 2 deletions
Marlin/src/pins/pins_FELIX2.h
Marlin/src/pins/pins_MKS_BASE.h
+1
-1
1 addition, 1 deletion
Marlin/src/pins/pins_MKS_BASE.h
Marlin/src/pins/pins_MKS_GEN_13.h
+26
-26
26 additions, 26 deletions
Marlin/src/pins/pins_MKS_GEN_13.h
with
29 additions
and
29 deletions
Marlin/src/pins/pins_FELIX2.h
+
2
−
2
View file @
aae02827
...
...
@@ -34,7 +34,7 @@
// Heaters / Fans
//
// Power outputs EFBF or EFBE
#define MOSFET_D_PIN 7
#define MOSFET_D_PIN
7
#include
"pins_RAMPS.h"
...
...
@@ -51,7 +51,7 @@
//
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
#define SD_DETECT_PIN 6
#define SD_DETECT_PIN
6
#endif // NEWPANEL && ULTRA_LCD
...
...
This diff is collapsed.
Click to expand it.
Marlin/src/pins/pins_MKS_BASE.h
+
1
−
1
View file @
aae02827
...
...
@@ -36,7 +36,7 @@
// Heaters / Fans
//
// Power outputs EFBF or EFBE
#define MOSFET_D_PIN 7
#define MOSFET_D_PIN
7
#define CASE_LIGHT_PIN 2
...
...
This diff is collapsed.
Click to expand it.
Marlin/src/pins/pins_MKS_GEN_13.h
+
26
−
26
View file @
aae02827
...
...
@@ -39,7 +39,7 @@
// Heaters / Fans
//
// Power outputs EFBF or EFBE
#define MOSFET_D_PIN 7
#define MOSFET_D_PIN
7
//
// PSU / SERVO
...
...
@@ -47,8 +47,8 @@
// If POWER_SUPPLY is specified, always hijack Servo 3
//
#if POWER_SUPPLY > 0
#define SERVO3_PIN -1
#define PS_ON_PIN 4
#define SERVO3_PIN
-1
#define PS_ON_PIN
4
#endif
#include
"pins_RAMPS.h"
...
...
@@ -100,45 +100,45 @@
// VIKI2 12-wire lead
//
// orange/white SDCD
#define SD_DETECT_PIN 49
// orange/white
SDCD
#define SD_DETECT_PIN
49
// white ENCA
#define BTN_EN1 35
// white
ENCA
#define BTN_EN1
35
// green ENCB
#define BTN_EN2 37
// green
ENCB
#define BTN_EN2
37
// purple ENCBTN
#define BTN_ENC 31
// purple
ENCBTN
#define BTN_ENC
31
// brown A0
#define DOGLCD_A0 27
// brown
A0
#define DOGLCD_A0
27
// green/white LCS
#define DOGLCD_CS 29
// green/white
LCS
#define DOGLCD_CS
29
// 50 gray MISO
// 51 yellow MOSI
// 52 orange SCK
// 50 gray MISO
// 51 yellow MOSI
// 52 orange SCK
// blue SDCS
//#define SDSS
53
// blue
SDCS
//#define SDSS 53
//
// VIKI2 4-wire lead
//
// blue BTN
#define KILL_PIN 23
// blue
BTN
#define KILL_PIN
23
// green BUZZER
#define BEEPER_PIN 25
// green
BUZZER
#define BEEPER_PIN
25
// yellow RED-LED
// yellow
RED-LED
#define STAT_LED_RED_PIN 16
// white BLUE-LED
// white
BLUE-LED
#define STAT_LED_BLUE_PIN 17
#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