Add NOZZLE_AS_PROBE (no probe offsets) (#15929)
This commit is contained in:
committed by
Scott Lahteine
parent
9c021158e5
commit
1c9ccce520
@ -358,7 +358,7 @@ bool set_probe_deployed(const bool deploy) {
|
||||
// Make room for probe to deploy (or stow)
|
||||
// Fix-mounted probe should only raise for deploy
|
||||
// unless PAUSE_BEFORE_DEPLOY_STOW is enabled
|
||||
#if ENABLED(FIX_MOUNTED_PROBE) && DISABLED(PAUSE_BEFORE_DEPLOY_STOW)
|
||||
#if EITHER(FIX_MOUNTED_PROBE, NOZZLE_AS_PROBE) && DISABLED(PAUSE_BEFORE_DEPLOY_STOW)
|
||||
const bool deploy_stow_condition = deploy;
|
||||
#else
|
||||
constexpr bool deploy_stow_condition = true;
|
||||
|
Reference in New Issue
Block a user