Allow Zero Endstops (e.g., for CNC) (#21120)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
19c38f1a8a
commit
e6bf89e82b
@ -10,6 +10,14 @@ restore_configs
|
||||
opt_set MOTHERBOARD BOARD_TEENSY31_32
|
||||
exec_test $1 $2 "Teensy3.1 with default config" "$3"
|
||||
|
||||
#
|
||||
# Zero endstops, as with a CNC
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_TEENSY31_32
|
||||
opt_disable USE_XMIN_PLUG USE_YMIN_PLUG USE_ZMIN_PLUG
|
||||
exec_test $1 $2 "Teensy3.1 with Zero Endstops" "$3"
|
||||
|
||||
#
|
||||
# Test many features together
|
||||
#
|
||||
|
Reference in New Issue
Block a user