mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-30 21:58:06 +00:00
Fix teensy35 tests
This commit is contained in:
parent
d61e7dd685
commit
99eedf77b5
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@ exec_test $1 $2 "Sled Z Probe with Linear leveling" "$3"
|
|||
# Test MAGNETIC_PARKING_EXTRUDER with LCD
|
||||
#
|
||||
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
|
||||
exec_test $1 $2 "MAGNETIC_PARKING_EXTRUDER with LCD" "$3"
|
||||
exec_test $1 $2 "PARKING_EXTRUDER with LCD" "$3"
|
||||
|
||||
#
|
||||
# Mixing Extruder
|
||||
|
|
Loading…
Reference in a new issue