Browse Source

Fix BIGTREE_SKR_PRO tests

Scott Lahteine 5 years ago
parent
commit
6ec89031ee
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      buildroot/share/tests/BIGTREE_SKR_PRO-tests

+ 2
- 2
buildroot/share/tests/BIGTREE_SKR_PRO-tests View File

23
 opt_set E0_AUTO_FAN_PIN PC10
23
 opt_set E0_AUTO_FAN_PIN PC10
24
 opt_set E1_AUTO_FAN_PIN PC11
24
 opt_set E1_AUTO_FAN_PIN PC11
25
 opt_set E2_AUTO_FAN_PIN PC12
25
 opt_set E2_AUTO_FAN_PIN PC12
26
-opt_set BLTOUCH Z_SAFE_HOMING
27
 opt_set X_DRIVER_TYPE TMC2209
26
 opt_set X_DRIVER_TYPE TMC2209
28
 opt_set Y_DRIVER_TYPE TMC2130
27
 opt_set Y_DRIVER_TYPE TMC2130
29
-exec_test $1 $2 "BigTreeTech SKR Pro 3 Extruders, Auto-Fan, BLTOUCH, and mixed TMC drivers"
28
+opt_enable BLTOUCH EEPROM_SETTINGS AUTO_BED_LEVELING_3POINT Z_SAFE_HOMING
29
+exec_test $1 $2 "BigTreeTech SKR Pro 3 Extruders, Auto-Fan, BLTOUCH, mixed TMC drivers"
30
 
30
 
31
 # clean up
31
 # clean up
32
 restore_configs
32
 restore_configs

Loading…
Cancel
Save