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
ca5821aa
Commit
ca5821aa
authored
10 years ago
by
Natealus
Browse files
Options
Downloads
Patches
Plain Diff
Made #ifdef DELTA branch instead
Another fellow here gave me the idea to do it this way
parent
04fda6b3
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/pins_AZTEEG_X3_PRO.h
+15
-15
15 additions, 15 deletions
Marlin/pins_AZTEEG_X3_PRO.h
with
15 additions
and
15 deletions
Marlin/pins_AZTEEG_X3_PRO.h
+
15
−
15
View file @
ca5821aa
...
@@ -16,23 +16,23 @@
...
@@ -16,23 +16,23 @@
//
//
//This section is to swap the MIN and MAX pins because the X3 Pro comes with only
//This section is to swap the MIN and MAX pins because the X3 Pro comes with only
//MIN endstops soldered onto the board. Delta code wants the homing endstops to be
//MIN endstops soldered onto the board. Delta code wants the homing endstops to be
//the MAX so I swapped them here. Comment them out with // if you want them original.
//the MAX so I swapped them here.
//Note: I had to solder on the additional MAX Endstop pins to attach a Z-Probe
//endstop switch.
//
//
//#undef X_MIN_PIN
#ifdef DELTA
//#undef X_MAX_PIN
#undef X_MIN_PIN
//#undef Y_MIN_PIN
#undef X_MAX_PIN
//#undef Y_MAX_PIN
#undef Y_MIN_PIN
//#undef Z_MIN_PIN
#undef Y_MAX_PIN
//#undef Z_MAX_PIN
#undef Z_MIN_PIN
#undef Z_MAX_PIN
//#define X_MIN_PIN 2
//#define X_MAX_PIN 3
#define X_MIN_PIN 2
//#define Y_MIN_PIN 15
#define X_MAX_PIN 3
//#define Y_MAX_PIN 14
#define Y_MIN_PIN 15
//#define Z_MIN_PIN 19
#define Y_MAX_PIN 14
//#define Z_MAX_PIN 18
#define Z_MIN_PIN 19
#define Z_MAX_PIN 18
#endif
//
//
#define E2_STEP_PIN 23
#define E2_STEP_PIN 23
...
...
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