Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eigenMarlin 1.1.3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eigenlab
eigenMarlin 1.1.3
Commits
e3283ca7
Commit
e3283ca7
authored
Oct 24, 2017
by
Pol
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restored original mapping for X_MAX_PIN, moved physical pin'
parent
a3042c51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Marlin/Configuration.h
Marlin/Configuration.h
+1
-1
Marlin/pins_RAMPS.h
Marlin/pins_RAMPS.h
+1
-1
No files found.
Marlin/Configuration.h
View file @
e3283ca7
...
...
@@ -646,7 +646,7 @@
*/
#define X_PROBE_OFFSET_FROM_EXTRUDER 15 // X offset: -left +right [of the nozzle]
#define Y_PROBE_OFFSET_FROM_EXTRUDER 15 // Y offset: -front +behind [the nozzle]
#define Z_PROBE_OFFSET_FROM_EXTRUDER -9.
6
// Z offset: -below +above [the nozzle]
#define Z_PROBE_OFFSET_FROM_EXTRUDER -9.
1
// Z offset: -below +above [the nozzle]
// X and Y axis travel speed (mm/m) between probes
#define XY_PROBE_SPEED 8000
...
...
Marlin/pins_RAMPS.h
View file @
e3283ca7
...
...
@@ -71,7 +71,7 @@
//
#define X_MIN_PIN 3
#ifndef X_MAX_PIN
#define X_MAX_PIN
3 // REMAPPED over X_MIN_PIN for inverting x axis
#define X_MAX_PIN
2
#endif
#define Y_MIN_PIN 14
#define Y_MAX_PIN 15
...
...
Pol
@pol
mentioned in issue
#1 (closed)
·
Oct 24, 2017
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment