Browse Source

Whitespace, M200 test label

Scott Lahteine 4 years ago
parent
commit
65104b7d78
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      Marlin/src/core/boards.h
  2. 1
    1
      buildroot/share/tests/STM32F103CB_malyan-tests

+ 2
- 2
Marlin/src/core/boards.h View File

300
 #define BOARD_GTM32_MINI              4022  // STM32F103VET6 controller
300
 #define BOARD_GTM32_MINI              4022  // STM32F103VET6 controller
301
 #define BOARD_GTM32_MINI_A30          4023  // STM32F103VET6 controller
301
 #define BOARD_GTM32_MINI_A30          4023  // STM32F103VET6 controller
302
 #define BOARD_GTM32_REV_B             4024  // STM32F103VET6 controller
302
 #define BOARD_GTM32_REV_B             4024  // STM32F103VET6 controller
303
-#define BOARD_MKS_ROBIN_E3D           4025  // MKS Robin E3D(STM32F103RCT6)
304
-#define BOARD_MKS_ROBIN_E3            4026  // MKS Robin E3(STM32F103RCT6)
303
+#define BOARD_MKS_ROBIN_E3D           4025  // MKS Robin E3D (STM32F103RCT6)
304
+#define BOARD_MKS_ROBIN_E3            4026  // MKS Robin E3 (STM32F103RCT6)
305
 #define BOARD_MALYAN_M300             4027  // STM32F070-based delta
305
 #define BOARD_MALYAN_M300             4027  // STM32F070-based delta
306
 
306
 
307
 //
307
 //

+ 1
- 1
buildroot/share/tests/STM32F103CB_malyan-tests View File

7
 set -e
7
 set -e
8
 
8
 
9
 use_example_configs Malyan/M200
9
 use_example_configs Malyan/M200
10
-exec_test $1 $2 "Default Configuration"
10
+exec_test $1 $2 "Malyan M200"
11
 
11
 
12
 # cleanup
12
 # cleanup
13
 restore_configs
13
 restore_configs

Loading…
Cancel
Save