Skip to content

Commit

Permalink
Standalone FYSETC S6 test
Browse files Browse the repository at this point in the history
In preparation for removing this *super basic* board config.
  • Loading branch information
thisiskeithb committed Jul 30, 2024
1 parent cbfb6c0 commit 6a37dcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildroot/tests/STM32F446VE_fysetc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
# exit on first failure
set -e

# Build examples
# Build basic FYSETC S6 configuration
restore_configs
use_example_configs FYSETC/S6
opt_enable MEATPACK_ON_SERIAL_PORT_1
opt_set Y_DRIVER_TYPE TMC2209 Z_DRIVER_TYPE TMC2130
opt_set MOTHERBOARD BOARD_FYSETC_S6_V2_0 SERIAL_PORT -1 BAUDRATE 115200 TEMP_SENSOR_BED 0 \
DEFAULT_AXIS_STEPS_PER_UNIT '{ 80, 80, 400, 400 }' Y_DRIVER_TYPE TMC2209 Z_DRIVER_TYPE TMC2130
opt_enable MEATPACK_ON_SERIAL_PORT_1 EEPROM_SETTINGS SDSUPPORT
exec_test $1 $2 "FYSETC S6 Example" "$3"

#
Expand Down

0 comments on commit 6a37dcf

Please sign in to comment.