Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzatar committed Jan 27, 2022
1 parent 105de25 commit 8f9e9ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ The images should be added to gcode file when slicing, and MKS has developed the

default_envs = mks_robin_nano35

- Configuation.h:
- Configuration.h:
#define SERIAL_PORT 3
#define MKS_ROBIN_TFT35
#define MOTHERBOARD BOARD_MKS_ROBIN_NANO
#define TFT_LVGL_UI
#define TOUCH_SCREEN

- Configuation_adv.h:
- Configuration_adv.h:
//#define USB_FLASH_DRIVE_SUPPORT
//#define MULTI_VOLUME

Expand All @@ -61,14 +61,14 @@ The images should be added to gcode file when slicing, and MKS has developed the

default_envs = mks_robin_nano35

- Configuation.h:
- Configuration.h:
#define SERIAL_PORT 3
#define MKS_TS35_V2_0
#define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
#define TFT_LVGL_UI
#define TOUCH_SCREEN

- Configuation_adv.h:
- Configuration_adv.h:
//#define USB_FLASH_DRIVE_SUPPORT
//#define MULTI_VOLUME

Expand All @@ -85,14 +85,14 @@ The images should be added to gcode file when slicing, and MKS has developed the

default_envs = mks_robin_nano_v3_usb_flash_drive

- Configuation.h:
- Configuration.h:
#define SERIAL_PORT -1
#define MKS_TS35_V2_0
#define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V3
#define TFT_LVGL_UI
#define TOUCH_SCREEN

- Configuation_adv.h:
- Configuration_adv.h:
After 2021.6.7, you can use the multi-volume function.
Use the TF card and USB disk together:
#define USB_FLASH_DRIVE_SUPPORT
Expand Down Expand Up @@ -124,15 +124,15 @@ The images should be added to gcode file when slicing, and MKS has developed the

default_envs = mks_eagle_usb_flash_drive

- Configuation.h:
- Configuration.h:

#define SERIAL_PORT -1
#define MKS_TS35_V2_0
#define MOTHERBOARD BOARD_MKS_EAGLE
#define TFT_LVGL_UI
#define TOUCH_SCREEN

- Configuation_adv.h:
- Configuration_adv.h:
After 2021.6.7, you can use the multi-volume function.
Use the TF card and USB disk together:
#define USB_FLASH_DRIVE_SUPPORT
Expand Down

0 comments on commit 8f9e9ae

Please sign in to comment.