|
|
@ -123,8 +123,8 @@ |
|
|
|
* Currently Ethernet (-2) is only supported on Teensy 4.1 boards. |
|
|
|
* :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7] |
|
|
|
*/ |
|
|
|
#define SERIAL_PORT_2 1 |
|
|
|
#define BAUDRATE_2 115200 // Enable to override BAUDRATE
|
|
|
|
//#define SERIAL_PORT_2 1
|
|
|
|
//#define BAUDRATE_2 115200 // Enable to override BAUDRATE
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Select a third serial port on the board to use for communication with the host. |
|
|
@ -140,6 +140,7 @@ |
|
|
|
// Choose the name from boards.h that matches your setup
|
|
|
|
#ifndef MOTHERBOARD |
|
|
|
#define MOTHERBOARD BOARD_MKS_ROBIN_NANO |
|
|
|
//#define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V1_3_F4
|
|
|
|
#endif |
|
|
|
|
|
|
|
// Name displayed in the LCD "Ready" message and Info menu
|
|
|
@ -1465,7 +1466,7 @@ |
|
|
|
* RAMPS-based boards use SERVO3_PIN for the first runout sensor. |
|
|
|
* For other boards you may need to define FIL_RUNOUT_PIN, FIL_RUNOUT2_PIN, etc. |
|
|
|
*/ |
|
|
|
#define FILAMENT_RUNOUT_SENSOR |
|
|
|
//#define FILAMENT_RUNOUT_SENSOR
|
|
|
|
#if ENABLED(FILAMENT_RUNOUT_SENSOR) |
|
|
|
#define FIL_RUNOUT_ENABLED_DEFAULT false // Enable the sensor on startup. Override with M412 followed by M500.
|
|
|
|
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
|
|
|
@ -1698,7 +1699,7 @@ |
|
|
|
* Add a bed leveling sub-menu for ABL or MBL. |
|
|
|
* Include a guided procedure if manual probing is enabled. |
|
|
|
*/ |
|
|
|
#define LCD_BED_LEVELING |
|
|
|
//#define LCD_BED_LEVELING
|
|
|
|
|
|
|
|
#if ENABLED(LCD_BED_LEVELING) |
|
|
|
#define MESH_EDIT_Z_STEP 0.025 // (mm) Step size while manually probing Z axis.
|
|
|
@ -2766,8 +2767,8 @@ |
|
|
|
* root of your SD card, together with the compiled firmware. |
|
|
|
*/ |
|
|
|
//#define TFT_CLASSIC_UI
|
|
|
|
#define TFT_COLOR_UI |
|
|
|
//#define TFT_LVGL_UI
|
|
|
|
//#define TFT_COLOR_UI
|
|
|
|
#define TFT_LVGL_UI |
|
|
|
|
|
|
|
#if ENABLED(TFT_LVGL_UI) |
|
|
|
#define MKS_WIFI_MODULE // MKS WiFi module
|
|
|
@ -2811,7 +2812,7 @@ |
|
|
|
//
|
|
|
|
// Touch Screen Settings
|
|
|
|
//
|
|
|
|
#define TOUCH_SCREEN |
|
|
|
//#define TOUCH_SCREEN
|
|
|
|
#if ENABLED(TOUCH_SCREEN) |
|
|
|
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
|
|
|
|
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
|
|
|
|