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
e0227f21
Commit
e0227f21
authored
7 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Fix *_CS_PIN for RAMPS_FD
Fix #9778
parent
e65a853c
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/pins_RAMPS_FD_V1.h
+6
-6
6 additions, 6 deletions
Marlin/src/pins/pins_RAMPS_FD_V1.h
with
6 additions
and
6 deletions
Marlin/src/pins/pins_RAMPS_FD_V1.h
+
6
−
6
View file @
e0227f21
...
@@ -63,42 +63,42 @@
...
@@ -63,42 +63,42 @@
#define X_STEP_PIN 63
#define X_STEP_PIN 63
#define X_DIR_PIN 62
#define X_DIR_PIN 62
#define X_ENABLE_PIN 48
#define X_ENABLE_PIN 48
#ifdef X_CS_PIN
#if
n
def X_CS_PIN
#define X_CS_PIN 68
#define X_CS_PIN 68
#endif
#endif
#define Y_STEP_PIN 65
#define Y_STEP_PIN 65
#define Y_DIR_PIN 64
#define Y_DIR_PIN 64
#define Y_ENABLE_PIN 46
#define Y_ENABLE_PIN 46
#ifdef Y_CS_PIN
#if
n
def Y_CS_PIN
#define Y_CS_PIN 60
#define Y_CS_PIN 60
#endif
#endif
#define Z_STEP_PIN 67
#define Z_STEP_PIN 67
#define Z_DIR_PIN 66
#define Z_DIR_PIN 66
#define Z_ENABLE_PIN 44
#define Z_ENABLE_PIN 44
#ifdef Z_CS_PIN
#if
n
def Z_CS_PIN
#define Z_CS_PIN 58
#define Z_CS_PIN 58
#endif
#endif
#define E0_STEP_PIN 36
#define E0_STEP_PIN 36
#define E0_DIR_PIN 28
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 42
#define E0_ENABLE_PIN 42
#ifdef E0_CS_PIN
#if
n
def E0_CS_PIN
#define E0_CS_PIN 67
#define E0_CS_PIN 67
#endif
#endif
#define E1_STEP_PIN 43
#define E1_STEP_PIN 43
#define E1_DIR_PIN 41
#define E1_DIR_PIN 41
#define E1_ENABLE_PIN 39
#define E1_ENABLE_PIN 39
#ifdef E1_CS_PIN
#if
n
def E1_CS_PIN
#define E1_CS_PIN 61
#define E1_CS_PIN 61
#endif
#endif
#define E2_STEP_PIN 32
#define E2_STEP_PIN 32
#define E2_DIR_PIN 47
#define E2_DIR_PIN 47
#define E2_ENABLE_PIN 45
#define E2_ENABLE_PIN 45
#ifdef E2_CS_PIN
#if
n
def E2_CS_PIN
#define E2_CS_PIN 59
#define E2_CS_PIN 59
#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