0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-16 22:37:35 +00:00

Standalone FYSETC S6 test

In preparation for removing this *super basic* board config.
This commit is contained in:
thisiskeithb 2024-05-29 20:47:38 -07:00
parent 73159facd8
commit a77991e4ec
No known key found for this signature in database
GPG key ID: 563DA16B756772CE

View file

@ -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"
#