MarlinFirmware / Configurations

Configurations for Marlin Firmware

Home Page:https://marlinfw.org

Repository from Github https://github.comMarlinFirmware/ConfigurationsRepository from Github https://github.comMarlinFirmware/Configurations

marlin will not acknowledge the robin nano v3.1

adowg67 opened this issue · comments

so I try to compile marlin but VS code "build" says I do not have a motherboard even thought it is listed in boards.h AND #define in Configuration.h. Im sotrry , but this isnt fun anymore/

This is not a support channel

This Issue Queue is for Marlin Configuration bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.

In saying that the most common cause of this error is user error

You should have:
#define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V3_1

not any of the following common errors:

#define BOARD_MKS_ROBIN_NANO_V3_1
or
#define MKS_ROBIN_NANO_V3_1
or
#define MOTHERBOARD MKS_ROBIN_NANO_V3_1
or any other typos

Sometimes marlin can say no motherboard after a whole lot of other errors. You need to look at the first error first