Browse Source

Fix teensy35 tests

Scott Lahteine 3 years ago
parent
commit
9372aa99af
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      buildroot/tests/teensy35-tests

+ 2
- 2
buildroot/tests/teensy35-tests View File

@@ -55,9 +55,9 @@ exec_test $1 $2 "Sled Z Probe with Linear leveling" "$3"
55 55
 # Test MAGNETIC_PARKING_EXTRUDER with LCD
56 56
 #
57 57
 restore_configs
58
-opt_set MOTHERBOARD BOARD_TEENSY35_36 EXTRUDERS 2 TEMP_SENSOR_1 1 SOL0_PIN 29
58
+opt_set MOTHERBOARD BOARD_TEENSY35_36 EXTRUDERS 2 TEMP_SENSOR_1 1 SOL0_PIN 29 EXTRUDERS 2
59 59
 opt_enable PARKING_EXTRUDER ULTIMAKERCONTROLLER
60
-exec_test $1 $2 "MAGNETIC_PARKING_EXTRUDER with LCD" "$3"
60
+exec_test $1 $2 "PARKING_EXTRUDER with LCD" "$3"
61 61
 
62 62
 #
63 63
 # Mixing Extruder

Loading…
Cancel
Save