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
12d21e64
Commit
12d21e64
authored
5 years ago
by
BigIronGuru
Committed by
Scott Lahteine
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update G34 for non-BLTouch probes (#14380)
parent
5986194c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/gcode/calibrate/G34_M422.cpp
+3
-9
3 additions, 9 deletions
Marlin/src/gcode/calibrate/G34_M422.cpp
with
3 additions
and
9 deletions
Marlin/src/gcode/calibrate/G34_M422.cpp
+
3
−
9
View file @
12d21e64
...
...
@@ -38,10 +38,6 @@
#include
"../../module/probe.h"
#endif
#if ENABLED(BLTOUCH)
#include
"../../feature/bltouch.h"
#endif
#if HAS_LEVELING
#include
"../../feature/bedlevel/bedlevel.h"
#endif
...
...
@@ -279,11 +275,9 @@ void GcodeSuite::G34() {
// After this operation the z position needs correction
set_axis_is_not_at_home
(
Z_AXIS
);
#if BOTH(BLTOUCH, BLTOUCH_HS_MODE)
// In BLTOUCH HS mode, the pin is still deployed at this point.
// The upcoming G28 means travel, so it is better to stow the pin.
bltouch
.
_stow
();
#endif
// Stow the probe, as the last call to probe_pt(...) left
// the probe deployed if it was successful.
STOW_PROBE
();
// Home Z after the alignment procedure
process_subcommands_now_P
(
PSTR
(
"G28 Z"
));
...
...
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