Followup to probe_at_point change (#15342)

This commit is contained in:
Robby Candra
2019-09-25 14:29:10 +07:00
committed by Scott Lahteine
parent 149e9b733e
commit 9c288a682d
3 changed files with 6 additions and 6 deletions

View File

@ -277,7 +277,7 @@ void GcodeSuite::G34() {
// After this operation the z position needs correction
set_axis_is_not_at_home(Z_AXIS);
// Stow the probe, as the last call to probe_pt(...) left
// Stow the probe, as the last call to probe_at_point(...) left
// the probe deployed if it was successful.
STOW_PROBE();