Skip to content

Commit

Permalink
Add BTT SKR CR6 board (MarlinFirmware#20522)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz authored and zillarob committed Feb 25, 2021
1 parent d62c54e commit 0210e12
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions buildroot/tests/STM32F103RE_btt_USB-tests
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,17 @@ opt_enable CR10_STOCKDISPLAY \
opt_disable NOZZLE_TO_PROBE_OFFSET
exec_test $1 $2 "BigTreeTech SKR CR6 PROBE_ACTIVATION_SWITCH, Probe Tare" "$3"

restore_configs
opt_set MOTHERBOARD BOARD_BTT_SKR_CR6
opt_set SERIAL_PORT -1
opt_set SERIAL_PORT_2 2
opt_set TEMP_SENSOR_BED 1
opt_enable CR10_STOCKDISPLAY \
NOZZLE_AS_PROBE Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN Z_SAFE_HOMING \
PROBE_ACTIVATION_SWITCH PROBE_TARE PROBE_TARE_ONLY_WHILE_INACTIVE \
PROBING_HEATERS_OFF PREHEAT_BEFORE_PROBING
opt_disable NOZZLE_TO_PROBE_OFFSET
exec_test $1 $2 "BigTreeTech SKR CR6 PROBE_ACTIVATION_SWITCH, Probe Tare" "$3"

# clean up
restore_configs

0 comments on commit 0210e12

Please sign in to comment.