Kaynağa Gözat

Fix Archim 1, add Archim 1&2 tests

Scott Lahteine 3 yıl önce
ebeveyn
işleme
82ac8a1e76

+ 1
- 1
Marlin/src/HAL/DUE/fastio.h Dosyayı Görüntüle

477
 #define DIO91_PIN 15
477
 #define DIO91_PIN 15
478
 #define DIO91_WPORT PIOB
478
 #define DIO91_WPORT PIOB
479
 
479
 
480
-#if ARDUINO_SAM_ARCHIM
480
+#ifdef ARDUINO_SAM_ARCHIM
481
 
481
 
482
   #define DIO92_PIN 11
482
   #define DIO92_PIN 11
483
   #define DIO92_WPORT PIOC
483
   #define DIO92_WPORT PIOC

+ 1
- 1
Marlin/src/pins/pins.h Dosyayı Görüntüle

483
 #elif MB(ULTRATRONICS_PRO)
483
 #elif MB(ULTRATRONICS_PRO)
484
   #include "sam/pins_ULTRATRONICS_PRO.h"        // SAM3X8E                                env:DUE env:DUE_debug
484
   #include "sam/pins_ULTRATRONICS_PRO.h"        // SAM3X8E                                env:DUE env:DUE_debug
485
 #elif MB(ARCHIM1)
485
 #elif MB(ARCHIM1)
486
-  #include "sam/pins_ARCHIM1.h"                 // SAM3X8E                                env:DUE env:DUE_debug
486
+  #include "sam/pins_ARCHIM1.h"                 // SAM3X8E                                env:DUE_archim env:DUE_archim_debug
487
 #elif MB(ARCHIM2)
487
 #elif MB(ARCHIM2)
488
   #include "sam/pins_ARCHIM2.h"                 // SAM3X8E                                env:DUE_archim env:DUE_archim_debug
488
   #include "sam/pins_ARCHIM2.h"                 // SAM3X8E                                env:DUE_archim env:DUE_archim_debug
489
 #elif MB(ALLIGATOR)
489
 #elif MB(ALLIGATOR)

+ 15
- 0
buildroot/tests/DUE-tests Dosyayı Görüntüle

35
 opt_set HEATER_CHAMBER_PIN 45
35
 opt_set HEATER_CHAMBER_PIN 45
36
 exec_test $1 $2 "RAMPS4DUE_EFB with ABL (Bilinear), ExtUI, S-Curve, many options."
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
 restore_configs
41
 restore_configs
39
 opt_set MOTHERBOARD BOARD_RADDS
42
 opt_set MOTHERBOARD BOARD_RADDS
40
 opt_enable USE_XMAX_PLUG USE_YMAX_PLUG ENDSTOPPULLUPS BLTOUCH AUTO_BED_LEVELING_BILINEAR \
43
 opt_enable USE_XMAX_PLUG USE_YMAX_PLUG ENDSTOPPULLUPS BLTOUCH AUTO_BED_LEVELING_BILINEAR \
60
 opt_set NUM_SERVOS 1
63
 opt_set NUM_SERVOS 1
61
 opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER BEEP_ON_FEEDRATE_CHANGE POWER_LOSS_RECOVERY
64
 opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER BEEP_ON_FEEDRATE_CHANGE POWER_LOSS_RECOVERY
62
 exec_test $1 $2 "RAMPS4DUE_EEF with SWITCHING_EXTRUDER, POWER_LOSS_RECOVERY"
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"

Loading…
İptal
Kaydet