Browse Source

💚 Fix Teensy CI test (#23433)

vanilla_fb_2.0.x
Jason Smith 2 years ago
committed by Scott Lahteine
parent
commit
2faf4e2a99
  1. 2
      buildroot/tests/teensy31

2
buildroot/tests/teensy31

@ -14,7 +14,7 @@ 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_set MOTHERBOARD BOARD_TEENSY31_32 X_HOME_DIR 0 Y_HOME_DIR 0 Z_HOME_DIR 0
opt_disable USE_XMIN_PLUG USE_YMIN_PLUG USE_ZMIN_PLUG
exec_test $1 $2 "Teensy3.1 with Zero Endstops" "$3"

Loading…
Cancel
Save