Browse Source

Default TOUCH_MI_DEPLOY_XPOS to min X (#14736)

pull/1/head
Fourmi 5 years ago
committed by Scott Lahteine
parent
commit
d34364a086
  1. 2
      Marlin/src/module/probe.cpp

2
Marlin/src/module/probe.cpp

@ -108,7 +108,7 @@ float zprobe_zoffset; // Initialized by settings.load()
// Move to the magnet to unlock the probe
void run_deploy_moves_script() {
#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
TemporaryGlobalEndstopsState unlock_x(false);
#endif

Loading…
Cancel
Save