-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] MKS_ROBIN2 env missing #25782
Comments
so it is... Here is the original |
We had it at one point: #16270 |
The PR just added the board pins, not the env or variants files.... |
Yes I tried to port some files from old MKS branch .. but receiving some errors while compiling |
see here if it may help |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
When using a MKS_ROBIN2 BOARD , latest Marlin 2.1.x dose not compile ...
PS E:\3D\Arduino\Predator\MKS Robin 2\MKS-Robin2-master\firmware\Marlin-bugfix-2.1.x_Robin2> platformio run --silent -e MKS_ROBIN2
Error: Unknown environment names 'MKS_ROBIN2'. Valid names are 'STM32F103RC_creality_xfer, ........
Bug Timeline
No response
Expected behavior
In file stm32f4.ini there is no env for MKS_ROBIN2 (STM32F407ZET6)
Actual behavior
Error compiling
Steps to Reproduce
Configuration.h setup MKS_ROBIN2 board
#ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_ROBIN2
#endif
compile Marlin with env
[platformio]
src_dir = Marlin
boards_dir = buildroot/share/PlatformIO/boards
default_envs = MKS_ROBIN2
include_dir = Marlin
error...compiling
Version of Marlin Firmware
2.1.x
Printer model
bulding it
Electronics
upgrading
Add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configurations.zip
The text was updated successfully, but these errors were encountered: