Browse Source

💚 Fix Teensy CI test (#23433)

Jason Smith 3 years ago
parent
commit
6fd48a9881
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/tests/teensy31

+ 1
- 1
buildroot/tests/teensy31 View File

14
 # Zero endstops, as with a CNC
14
 # Zero endstops, as with a CNC
15
 #
15
 #
16
 restore_configs
16
 restore_configs
17
-opt_set MOTHERBOARD BOARD_TEENSY31_32
17
+opt_set MOTHERBOARD BOARD_TEENSY31_32 X_HOME_DIR 0 Y_HOME_DIR 0 Z_HOME_DIR 0
18
 opt_disable USE_XMIN_PLUG USE_YMIN_PLUG USE_ZMIN_PLUG
18
 opt_disable USE_XMIN_PLUG USE_YMIN_PLUG USE_ZMIN_PLUG
19
 exec_test $1 $2 "Teensy3.1 with Zero Endstops" "$3"
19
 exec_test $1 $2 "Teensy3.1 with Zero Endstops" "$3"
20
 
20
 

Loading…
Cancel
Save