我买了一个新的“MKS GEN_L V1.0”,我正在尝试用 Marlin 1.1.X 配置它。我换了configuration.h
以前的主板:
#define BOARD_RAMPS_13_EFB 33 //RAMPS 1.3 (Power outputs:Hotend,Fan,Bed)
到
#define BOARD_MKS_GEN_L 53 //MKS GEN L
.
我收到此错误:
pins.h:268: error: #error "**Unknown MOTHERBOARD value set in Configuration.h**"
#error "Unknown MOTHERBOARD value set in Configuration.h"
^
In file included from sketch\MarlinConfig.h:42:0,
from sketch\G26_Mesh_Validation_Tool.cpp:27:
SanityCheck.h:58: error: #error "MOTHERBOARD is required. Please update your configuration."
#error "MOTHERBOARD is required. Please update your configuration."
^
SanityCheck.h:786: error: #error "**Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined.**"
#error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined."
^
SanityCheck.h:942: error: #error "**LCD_BED_LEVELING requires an LCD controller.**"
#error "LCD_BED_LEVELING requires an LCD controller."
^
SanityCheck.h:1084: error: #error "**HEATER_0_PIN not defined for this board.**"
#error "HEATER_0_PIN not defined for this board."
^
exit status 1
#error "Unknown MOTHERBOARD value set in Configuration.h"