-
-
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
[FR] Anycubic Kobra Neo Firmware files #27525
Comments
Duplicate of MarlinFirmware/Configurations#649 |
and duplicate of #25266 |
You cannot create config files for hardware that is not yet supported. |
I am sorry if my question seems stupid but my knowledge around programming and firmware is very limited. Could you someone explain how come this hardware isn't supported ? or what it would take for this board to be supported by Marlin ? This board comes stock with a Marlin config so I thought it would be possible to just change the configuration.h file and compile to get a running firmware.bin |
Stock Marlin uses platformio to build firmware. Platformio has extremely limited (community added) support for Hc32f460kct6 processor. At present only two board are supported with this chip Anycubic got around this by using the commercial compiler Keil and just bypassed platformio entirely. So firstly this board needs to be added to Marlin, this includes the boards pin.h file (which is provided) I know at present that these do not support tmc stepper drivers or FLASH_EEPROM_EMULATION, your board needs both of these, so minimally these features need added. Then there is the display, once again this is a non supported display. The entire display code needs to be backported into main marlin branch The machine also seems to have custom leveling hardware.. this would also need backported into stock marlin. Only once this is done can a working Configuration files be added |
Okay! thank you for the detailed answer. I did try to compile with Keil compiler and managed to do so but the printer started having weirds behaviours once I installed the firmware such as requiring a minimum temp of 230 C before extruding eventhough the configuration.h file clearly asks for 170 C. At that point I figured it was a problem with Keil and that VSCode was a better option. I guess we're back to the drawing board. Thanks again |
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. |
Is your feature request related to a problem? Please describe.
I've been searching for a month now how to upgrade an customize my Anycubic Kobra Neo firmware but can't seem to find any set of files that I can compile. There are currently no files available to work with the TriGorilla GenV3.0.6 board online.
Are you looking for hardware support?
Board is the TriGorilla Gen V3.0.6
Describe the feature you want
I would like a Marlin configuration with which I can work and change the configuration.h file to modify my firmware
Additional context
No response
The text was updated successfully, but these errors were encountered: