|
@@ -35,6 +35,9 @@ opt_add TEMP_CHAMBER_PIN 6
|
35
|
35
|
opt_set HEATER_CHAMBER_PIN 45
|
36
|
36
|
exec_test $1 $2 "RAMPS4DUE_EFB with ABL (Bilinear), ExtUI, S-Curve, many options."
|
37
|
37
|
|
|
38
|
+#
|
|
39
|
+# RADDS with BLTouch, ABL(B), 3 x Z auto-align
|
|
40
|
+#
|
38
|
41
|
restore_configs
|
39
|
42
|
opt_set MOTHERBOARD BOARD_RADDS
|
40
|
43
|
opt_enable USE_XMAX_PLUG USE_YMAX_PLUG ENDSTOPPULLUPS BLTOUCH AUTO_BED_LEVELING_BILINEAR \
|
|
@@ -60,3 +63,15 @@ opt_set EXTRUDERS 2
|
60
|
63
|
opt_set NUM_SERVOS 1
|
61
|
64
|
opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER BEEP_ON_FEEDRATE_CHANGE POWER_LOSS_RECOVERY
|
62
|
65
|
exec_test $1 $2 "RAMPS4DUE_EEF with SWITCHING_EXTRUDER, POWER_LOSS_RECOVERY"
|
|
66
|
+
|
|
67
|
+#
|
|
68
|
+# Test Archim 1
|
|
69
|
+#
|
|
70
|
+use_example_configs UltiMachine/Archim1
|
|
71
|
+exec_test $1 $2 "Archim 1 base configuration"
|
|
72
|
+
|
|
73
|
+#
|
|
74
|
+# Test Archim 2
|
|
75
|
+#
|
|
76
|
+use_example_configs UltiMachine/Archim2
|
|
77
|
+exec_test $1 $2 "Archim 2 base configuration"
|