Fix Archim 1, add Archim 1&2 tests
This commit is contained in:
parent
3b42e0263a
commit
aecf545446
@ -477,7 +477,7 @@
|
||||
#define DIO91_PIN 15
|
||||
#define DIO91_WPORT PIOB
|
||||
|
||||
#if ARDUINO_SAM_ARCHIM
|
||||
#ifdef ARDUINO_SAM_ARCHIM
|
||||
|
||||
#define DIO92_PIN 11
|
||||
#define DIO92_WPORT PIOC
|
||||
|
@ -483,7 +483,7 @@
|
||||
#elif MB(ULTRATRONICS_PRO)
|
||||
#include "sam/pins_ULTRATRONICS_PRO.h" // SAM3X8E env:DUE env:DUE_debug
|
||||
#elif MB(ARCHIM1)
|
||||
#include "sam/pins_ARCHIM1.h" // SAM3X8E env:DUE env:DUE_debug
|
||||
#include "sam/pins_ARCHIM1.h" // SAM3X8E env:DUE_archim env:DUE_archim_debug
|
||||
#elif MB(ARCHIM2)
|
||||
#include "sam/pins_ARCHIM2.h" // SAM3X8E env:DUE_archim env:DUE_archim_debug
|
||||
#elif MB(ALLIGATOR)
|
||||
|
@ -35,6 +35,9 @@ opt_add TEMP_CHAMBER_PIN 6
|
||||
opt_set HEATER_CHAMBER_PIN 45
|
||||
exec_test $1 $2 "RAMPS4DUE_EFB with ABL (Bilinear), ExtUI, S-Curve, many options."
|
||||
|
||||
#
|
||||
# RADDS with BLTouch, ABL(B), 3 x Z auto-align
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_RADDS
|
||||
opt_enable USE_XMAX_PLUG USE_YMAX_PLUG ENDSTOPPULLUPS BLTOUCH AUTO_BED_LEVELING_BILINEAR \
|
||||
@ -60,3 +63,15 @@ opt_set EXTRUDERS 2
|
||||
opt_set NUM_SERVOS 1
|
||||
opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER BEEP_ON_FEEDRATE_CHANGE POWER_LOSS_RECOVERY
|
||||
exec_test $1 $2 "RAMPS4DUE_EEF with SWITCHING_EXTRUDER, POWER_LOSS_RECOVERY"
|
||||
|
||||
#
|
||||
# Test Archim 1
|
||||
#
|
||||
use_example_configs UltiMachine/Archim1
|
||||
exec_test $1 $2 "Archim 1 base configuration"
|
||||
|
||||
#
|
||||
# Test Archim 2
|
||||
#
|
||||
use_example_configs UltiMachine/Archim2
|
||||
exec_test $1 $2 "Archim 2 base configuration"
|
||||
|
Loading…
Reference in New Issue
Block a user