From 4a2f753c231498f69136b5492a4cf7c661a44093 Mon Sep 17 00:00:00 2001 From: ellensp <530024+ellensp@users.noreply.github.com> Date: Fri, 29 Nov 2024 23:30:01 +1300 Subject: [PATCH] disable MAG_MOUNTED_PROBE_SERVO_NR by default --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 3ddc34912631..4f6a6a890c0c 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1541,7 +1541,7 @@ * 2) The apropriate X,Y,Z moves are executed for a deploy or stow operation * 3) The servo is set to the stowed position */ - #define MAG_MOUNTED_PROBE_SERVO_NR 0 // Set to servo number to use + //#define MAG_MOUNTED_PROBE_SERVO_NR 0 // Set to servo number to use #ifdef MAG_MOUNTED_PROBE_SERVO_NR #define MAG_MOUNTED_PROBE_SERVO_ANGLES { 90, 0 } // Mag servo Deploy and Stow angles #endif