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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
cc5f1d47
Commit
cc5f1d47
authored
Feb 24, 2014
by
ErikZalm
Browse files
Options
Downloads
Plain Diff
Merge pull request #772 from ellensp/Marlin_v1
Updated gen3+ board pins names to current convention
parents
d3fcc28e
c9c83a45
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/pins.h
+6
-5
6 additions, 5 deletions
Marlin/pins.h
with
6 additions
and
5 deletions
Marlin/pins.h
+
6
−
5
View file @
cc5f1d47
...
@@ -1781,8 +1781,8 @@
...
@@ -1781,8 +1781,8 @@
#define Z_DIR_PIN 28
#define Z_DIR_PIN 28
#define Z_STOP_PIN 30
#define Z_STOP_PIN 30
#define E_STEP_PIN 17
#define E
0
_STEP_PIN 17
#define E_DIR_PIN 21
#define E
0
_DIR_PIN 21
#define LED_PIN -1
#define LED_PIN -1
...
@@ -1793,15 +1793,16 @@
...
@@ -1793,15 +1793,16 @@
#define HEATER_0_PIN 12 // (extruder)
#define HEATER_0_PIN 12 // (extruder)
#define HEATER_
1
_PIN
16 // (bed)
#define HEATER_
BED
_PIN 16 // (bed)
#define X_ENABLE_PIN 19
#define X_ENABLE_PIN 19
#define Y_ENABLE_PIN 24
#define Y_ENABLE_PIN 24
#define Z_ENABLE_PIN 29
#define Z_ENABLE_PIN 29
#define E_ENABLE_PIN
13
#define E
0
_ENABLE_PIN 13
#define TEMP_0_PIN 0 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 33 extruder)
#define TEMP_0_PIN 0 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 33 extruder)
#define TEMP_1_PIN
5 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed)
#define TEMP_1_PIN
-1
#define TEMP_2_PIN -1
#define TEMP_2_PIN -1
#define TEMP_BED_PIN 5 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed)
#define SDPOWER -1
#define SDPOWER -1
#define SDSS 4
#define SDSS 4
#define HEATER_2_PIN -1
#define HEATER_2_PIN -1
...
...
...
...
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