Browse Source

Defer test of Lulzbot UI for now

Scott Lahteine 4 years ago
parent
commit
541a9f2b85
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      buildroot/share/tests/DUE-tests

+ 2
- 2
buildroot/share/tests/DUE-tests View File

@@ -40,14 +40,14 @@ restore_configs
40 40
 opt_set MOTHERBOARD BOARD_RADDS
41 41
 opt_enable USE_XMAX_PLUG USE_YMAX_PLUG BLTOUCH AUTO_BED_LEVELING_BILINEAR \
42 42
            Z_TRIPLE_STEPPER_DRIVERS Z_TRIPLE_ENDSTOPS Z_STEPPER_AUTO_ALIGN ENDSTOPPULLUPS
43
-           LULZBOT_TOUCH_UI LCD_ALEPHOBJECTS_CLCD_UI OTHER_PIN_LAYOUT
43
+           #LULZBOT_TOUCH_UI LCD_ALEPHOBJECTS_CLCD_UI OTHER_PIN_LAYOUT
44 44
 opt_add Z2_MAX_ENDSTOP_INVERTING false
45 45
 opt_add Z3_MAX_ENDSTOP_INVERTING false
46 46
 pins_set ramps/RAMPS X_MAX_PIN -1
47 47
 pins_set ramps/RAMPS Y_MAX_PIN -1
48 48
 opt_add Z2_MAX_PIN 2
49 49
 opt_add Z3_MAX_PIN 3
50
-exec_test $1 $2 "RADDS with Lulzbot Touch UI, Bilinear ABL, Triple-Z and Z Auto-align."
50
+exec_test $1 $2 "RADDS with ABL (Bilinear), Z_TRIPLE_STEPPER_DRIVERS and Z_STEPPER_AUTO_ALIGN"
51 51
 
52 52
 #
53 53
 # Test SWITCHING_EXTRUDER

Loading…
Cancel
Save