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
1f45cb0a
Commit
1f45cb0a
authored
12 years ago
by
Johann Rocholl
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in MANUAL_HOME_POSITION (plural S missing) and improve comments.
parent
fcd9de72
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Marlin/Configuration.h
+2
-2
2 additions, 2 deletions
Marlin/Configuration.h
Marlin/Configuration_adv.h
+1
-1
1 addition, 1 deletion
Marlin/Configuration_adv.h
with
3 additions
and
3 deletions
Marlin/Configuration.h
+
2
−
2
View file @
1f45cb0a
...
...
@@ -256,8 +256,8 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
// The position of the homing switches
//#define MANUAL_HOME_POSITIONS // If defined,
manualy programed locations
will be used
//#define BED_CENTER_AT_0_0 // If defined the center of the bed is
defined as (0,
0)
//#define MANUAL_HOME_POSITIONS // If defined,
MANUAL_*_HOME_POS below
will be used
//#define BED_CENTER_AT_0_0 // If defined
,
the center of the bed is
at (X=0, Y=
0)
//Manual homing switch locations:
#define MANUAL_X_HOME_POS 0
...
...
This diff is collapsed.
Click to expand it.
Marlin/Configuration_adv.h
+
1
−
1
View file @
1f45cb0a
...
...
@@ -78,7 +78,7 @@
//// AUTOSET LOCATIONS OF LIMIT SWITCHES
//// Added by ZetaPhoenix 09-15-2012
#ifdef MANUAL_HOME_POSITION //Use manual limit switch locations
#ifdef MANUAL_HOME_POSITION
S
//
Use manual limit switch locations
#define X_HOME_POS MANUAL_X_HOME_POS
#define Y_HOME_POS MANUAL_Y_HOME_POS
#define Z_HOME_POS MANUAL_Z_HOME_POS
...
...
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