Correct M401 / M402 description

This commit is contained in:
Scott Lahteine
2018-03-01 19:10:36 -06:00
parent 23a576faf7
commit 6e08ddce6e
2 changed files with 4 additions and 4 deletions

View File

@ -28,12 +28,12 @@
#include "../../module/probe.h"
/**
* M401: Engage Z Servo endstop if available
* M401: Deploy and activate the Z probe
*/
void GcodeSuite::M401() { DEPLOY_PROBE(); }
/**
* M402: Retract Z Servo endstop if enabled
* M402: Deactivate and stow the Z probe
*/
void GcodeSuite::M402() { STOW_PROBE(); }