MKS Robin is a powerful 32-bit 3D printer control board with STM32F103ZET6 . Support Marlin2.0. Support MKS Robin TFT24/28/32... Screens. The motherboard integrates 5 AXIS interface, hot bed, 2 heating heads, 3 NTC100K, 2 MAX31855.Support MKS Robin WIFI for cloud printing.Supports firmware update by SD card…
I am getting errors with serial ports on compile --
In file included from Marlin\src\HAL\STM32\MarlinSPI.h:24,
from Marlin\src\HAL\STM32\MarlinSPI.cpp:26:
Marlin\src\HAL\STM32\HAL.h:65:4: error: #error "SERIAL_PORT must be from 1 to 6. You can also use -1 if the board supports Native USB."
65 | #error "SERIAL_PORT must be from 1 to 6. You can also use -1 if the board supports Native USB."
Not sure if this is a vscode issue or a platform issue or a board/library issue. It was obviously working before as the default config seems to be for -1 or 0. I have tried both with no success. It will compile if I change to value 1 -6 ....
I am getting errors with serial ports on compile --
In file included from Marlin\src\HAL\STM32\MarlinSPI.h:24, from Marlin\src\HAL\STM32\MarlinSPI.cpp:26: Marlin\src\HAL\STM32\HAL.h:65:4: error: #error "SERIAL_PORT must be from 1 to 6. You can also use -1 if the board supports Native USB." 65 | #error "SERIAL_PORT must be from 1 to 6. You can also use -1 if the board supports Native USB."
Not sure if this is a vscode issue or a platform issue or a board/library issue. It was obviously working before as the default config seems to be for -1 or 0. I have tried both with no success. It will compile if I change to value 1 -6 ....