️ Add PROBE_PT_LAST_STOW

This commit is contained in:
Scott Lahteine
2020-12-11 18:15:36 -06:00
committed by Scott Lahteine
parent 9ffd3ed2e4
commit 0da0aa9b2e
3 changed files with 4 additions and 3 deletions

View File

@@ -33,6 +33,7 @@
enum ProbePtRaise : uint8_t {
PROBE_PT_NONE, // No raise or stow after run_z_probe
PROBE_PT_STOW, // Do a complete stow after run_z_probe
PROBE_PT_LAST_STOW, // Stow for sure, even in BLTouch HS mode
PROBE_PT_RAISE, // Raise to "between" clearance after run_z_probe
PROBE_PT_BIG_RAISE // Raise to big clearance after run_z_probe
};