浏览代码

💚 Fix Teensy CI test (#23433)

Jason Smith 2 年前
父节点
当前提交
6fd48a9881
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      buildroot/tests/teensy31

+ 1
- 1
buildroot/tests/teensy31 查看文件

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
 

正在加载...
取消
保存