Browse Source

Fix teensy35 tests

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
9372aa99af
  1. 4
      buildroot/tests/teensy35-tests

4
buildroot/tests/teensy35-tests

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

Loading…
Cancel
Save