Ver código fonte

💚 Fix Teensy CI test (#23433)

Jason Smith 2 anos atrás
pai
commit
6fd48a9881
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      buildroot/tests/teensy31

+ 1
- 1
buildroot/tests/teensy31 Ver arquivo

@@ -14,7 +14,7 @@ exec_test $1 $2 "Teensy3.1 with default config" "$3"
14 14
 # Zero endstops, as with a CNC
15 15
 #
16 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 18
 opt_disable USE_XMIN_PLUG USE_YMIN_PLUG USE_ZMIN_PLUG
19 19
 exec_test $1 $2 "Teensy3.1 with Zero Endstops" "$3"
20 20
 

Carregando…
Cancelar
Salvar