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
d34364a0
Commit
d34364a0
authored
Jul 27, 2019
by
Fourmi
Committed by
Scott Lahteine
Jul 27, 2019
Browse files
Options
Downloads
Patches
Plain Diff
Default TOUCH_MI_DEPLOY_XPOS to min X (#14736)
parent
ead6bb26
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/src/module/probe.cpp
+1
-1
1 addition, 1 deletion
Marlin/src/module/probe.cpp
with
1 addition
and
1 deletion
Marlin/src/module/probe.cpp
+
1
−
1
View file @
d34364a0
...
@@ -108,7 +108,7 @@ float zprobe_zoffset; // Initialized by settings.load()
...
@@ -108,7 +108,7 @@ float zprobe_zoffset; // Initialized by settings.load()
// Move to the magnet to unlock the probe
// Move to the magnet to unlock the probe
void
run_deploy_moves_script
()
{
void
run_deploy_moves_script
()
{
#ifndef TOUCH_MI_DEPLOY_XPOS
#ifndef TOUCH_MI_DEPLOY_XPOS
#define TOUCH_MI_DEPLOY_XPOS
0
#define TOUCH_MI_DEPLOY_XPOS
X_MIN_POS
#elif TOUCH_MI_DEPLOY_XPOS > X_MAX_BED
#elif TOUCH_MI_DEPLOY_XPOS > X_MAX_BED
TemporaryGlobalEndstopsState
unlock_x
(
false
);
TemporaryGlobalEndstopsState
unlock_x
(
false
);
#endif
#endif
...
...
...
...
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