MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

marlin will not acknowledge the robin nano v3.1 #1027

Closed adowg67 closed 4 months ago

adowg67 commented 4 months ago

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/

ellensp commented 4 months ago

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.

ellensp commented 4 months ago

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