Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not compiling with MKS_Robin_nano35 for MKS Robin Nano v1.2 #332

Open
metrolan opened this issue Jan 6, 2023 · 2 comments
Open

not compiling with MKS_Robin_nano35 for MKS Robin Nano v1.2 #332

metrolan opened this issue Jan 6, 2023 · 2 comments

Comments

@metrolan
Copy link

metrolan commented Jan 6, 2023

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

I've tried to compile making the changes stated for platformio.ini, Configuration.h and Configuration_adv.h, and I get error:
Error: Build environment 'mks_robin_nano35' is incompatible with BOARD_MKS_ROBIN. Use one of these: mks_robin, mks_robin_maple
Using vscode (Linux) 1.74.2, Platformio core 6.1.5 Home 3.4.3 and Configuration.h, Configuration_adv.h attached.
In PlatformIO selected mks_robin_nano35. Tried mks_robin_nano and mks_robin_nano_maple giving lots of errors.

Is needed any change not mentioned in the readme.md?

Bug Timeline

No response

Expected behavior

I expected to compile without errors.

Actual behavior

It didn't compile

Steps to Reproduce

Use the files mentioned

Version of Marlin Firmware

2.0

Printer model

Two Trees Bluer Plus

Electronics

MKS Robin Nano v1.2

Add-ons

No response

Bed Leveling

None

Your Slicer

None

Host Software

None

Additional information & file uploads

platformio.ini.pdf
Configuration_adv.h.pdf
Configuration.h.pdf

@giordy72
Copy link

giordy72 commented Jan 7, 2023

This works for me with Marln 2.1.2

  • Config.h :
    #define MOTHERBOARD BOARD_MKS_ROBIN_NANO

  • platformio.ini :
    default_envs = mks_robin_nano_v1v2

I hope this help

@metrolan
Copy link
Author

metrolan commented Jan 7, 2023

Thank you.

What did you select to build in PlatformIO?
Using build from mks_robin_nano35 I get this:
Error: Unknown environment names 'mks_robin_nano_v1v2'

Edit: I mean that I have no "mks_robin_nano_v1v2" in the project tasks list of PlatformIO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants