Explorar el Código

💚 Fix Teensy CI test (#23433)

Jason Smith hace 2 años
padre
commit
6fd48a9881
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      buildroot/tests/teensy31

+ 1
- 1
buildroot/tests/teensy31 Ver fichero

@@ -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
 

Loading…
Cancelar
Guardar