Skip to content
Snippets Groups Projects
Commit d34364a0 authored by Fourmi's avatar Fourmi Committed by Scott Lahteine
Browse files

Default TOUCH_MI_DEPLOY_XPOS to min X (#14736)

parent ead6bb26
Branches
Tags
No related merge requests found
...@@ -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
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment