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
94fd8c75
Commit
94fd8c75
authored
10 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Plain Diff
Merge pull request #1556 from thinkyhead/enhanced_g29
Enhanced G29
parents
0e074d40
6d9e9a6b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Marlin/Configuration.h
+3
-3
3 additions, 3 deletions
Marlin/Configuration.h
Marlin/Marlin_main.cpp
+320
-172
320 additions, 172 deletions
Marlin/Marlin_main.cpp
with
323 additions
and
175 deletions
Marlin/Configuration.h
+
3
−
3
View file @
94fd8c75
...
...
@@ -428,9 +428,9 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
// these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
// X and Y offsets must be integers
#define X_PROBE_OFFSET_FROM_EXTRUDER -25
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35
#define X_PROBE_OFFSET_FROM_EXTRUDER -25
// -left +right
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29
// -front +behind
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35
// -below (always!)
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z before homing (G28) for Probe Clearance.
// Be sure you have this distance over your Z_MAX_POS in case
...
...
This diff is collapsed.
Click to expand it.
Marlin/Marlin_main.cpp
+
320
−
172
View file @
94fd8c75
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