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
efb0491d
Commit
efb0491d
authored
Feb 16, 2015
by
Scott Lahteine
Browse files
Options
Downloads
Plain Diff
Merge branch 'Development' into issue_1499
Merging latest upstream changes
parents
978d114c
961998cf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Marlin/pins_3DRAG.h
+2
-0
2 additions, 0 deletions
Marlin/pins_3DRAG.h
Marlin/pins_MEGATRONICS_3.h
+14
-0
14 additions, 0 deletions
Marlin/pins_MEGATRONICS_3.h
with
16 additions
and
0 deletions
Marlin/pins_3DRAG.h
+
2
−
0
View file @
efb0491d
...
...
@@ -4,6 +4,8 @@
#include
"pins_RAMPS_13.h"
#define Z_ENABLE_PIN 63
#define X_MAX_PIN 2
#define Y_MAX_PIN 15
#define Z_MAX_PIN -1
...
...
This diff is collapsed.
Click to expand it.
Marlin/pins_MEGATRONICS_3.h
+
14
−
0
View file @
efb0491d
...
...
@@ -8,6 +8,20 @@
#define LARGE_FLASH true
// Servo support
#ifdef NUM_SERVOS
#define SERVO0_PIN 46 //AUX3-6
#if NUM_SERVOS > 1
#define SERVO1_PIN 47 //AUX3-5
#if NUM_SERVOS > 2
#define SERVO2_PIN 48 //AUX3-4
#if NUM_SERVOS > 3
#define SERVO2_PIN 49 //AUX3-3
#endif
#endif
#endif
#endif
#define X_STEP_PIN 58
#define X_DIR_PIN 57
#define X_ENABLE_PIN 59
...
...
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