Skip to content

Commit

Permalink
disable MAG_MOUNTED_PROBE_SERVO_NR by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp committed Jan 8, 2025
1 parent 1e36254 commit 4a2f753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a2f753

Please sign in to comment.