update 2.0.x

MKS Robin Nano-s v1.3 support
This commit is contained in:
Sergey
2021-08-20 12:09:09 +03:00
parent fe39eefab5
commit e30d47d19b
197 changed files with 64771 additions and 687 deletions

View File

@@ -1,16 +0,0 @@
#!/usr/bin/env bash
#
# Build tests for STM32F103RC FYSETC
#
# exit on first failure
set -e
#
# Build with the default configurations
#
use_example_configs "Creality/Ender-3/FYSETC Cheetah 1.2/base"
exec_test $1 $2 "Cheetah 1.2 Configuration" "$3"
# clean up
restore_configs

View File

@@ -9,11 +9,11 @@ set -e
#
# Build with configs included in the PR
#
use_example_configs "Creality/Ender-3 V2"
use_example_configs "Creality/Ender-3 V2/CrealityUI"
opt_enable MARLIN_DEV_MODE
exec_test $1 $2 "Ender 3 v2" "$3"
use_example_configs "Creality/Ender-3 V2"
use_example_configs "Creality/Ender-3 V2/CrealityUI"
opt_disable CLASSIC_JERK
opt_add SDCARD_EEPROM_EMULATION
opt_set TEMP_SENSOR_BED 0

View File

@@ -1,16 +0,0 @@
#!/usr/bin/env bash
#
# Build tests for STM32F103ZE JGAurora A5S A1
#
# exit on first failure
set -e
#
# Build with the default configurations
#
use_example_configs JGAurora/A5S
exec_test $1 $2 "JGAurora/A5S Configuration" "$3"
# clean up
restore_configs

View File

@@ -128,7 +128,7 @@ exec_test $1 $2 "Azteeg X3 | Mixing Extruder (x5) | Gradient Mix | Greek" "$3"
#
# REPRAPWORLD_KEYPAD
#
# Cant find configuration details to get it to compile
# Can't find configuration details to get it to compile
#restore_configs
#opt_enable ULTRA_LCD REPRAPWORLD_KEYPAD REPRAPWORLD_KEYPAD_MOVE_STEP
#exec_test $1 $2 "Stuff" "$3"

View File

@@ -1,15 +0,0 @@
#!/usr/bin/env bash
#
# Build tests for STM32F1 genericSTM32F103RC
#
# exit on first failure
set -e
restore_configs
opt_set MOTHERBOARD BOARD_MKS_ROBIN_LITE SERIAL_PORT 1
opt_enable EEPROM_SETTINGS SDSUPPORT
exec_test $1 $2 "Default Configuration with Fallback SD EEPROM" "$3"
# cleanup
restore_configs

View File

@@ -1,19 +0,0 @@
#!/usr/bin/env bash
#
# Build tests for MKS Robin Pro
#
# exit on first failure
set -e
use_example_configs Mks/Robin_Pro
opt_enable EMERGENCY_PARSER
opt_set SERIAL_PORT 3 \
SDCARD_CONNECTION LCD \
X_DRIVER_TYPE TMC2209 Y_DRIVER_TYPE TMC2130 \
TEMP_SENSOR_BED 1
opt_disable SERIAL_PORT_2 THERMAL_PROTECTION_HOTENDS
exec_test $1 $2 "MKS Robin Pro, TMC Drivers, no thermal protection" "$3"
# cleanup
restore_configs