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

Missing anet10 compiler #95

Open
permawheelie opened this issue Feb 19, 2019 · 3 comments
Open

Missing anet10 compiler #95

permawheelie opened this issue Feb 19, 2019 · 3 comments

Comments

@permawheelie
Copy link

missing_anet10

Not sure if this has been posted, but I created this account in hopes of solving this issue. I am trying to get marlin configurator to work for the first time (new to all this) and am running into possibly simple problems that are preventing me from loading marlin 1.1.9 onto my Anet A8. From what I have seen, there needs to be an anet10 compiler in this list, as to properly compile for my specific board (the stock A8 board) I don't know how to do that and would appreciate any and all help

@yet-another-average-joe
Copy link

yet-another-average-joe commented Feb 22, 2019

Hi

there's no specific compiler. The compiler is always the same : GCC : GNU C Compiler, that you will find in many IDE's (Integrated Development Environments), including marlin-config. What you see here is only "precompiler directives", that will say to the precompiler : "prepare code for this hardware".

[EDIT] forgot to say : Anet 10 seems to be powered with a "Sangino_atmega1281p". (to be verified). But it is unclear : 8 or 10 ?

IMHO, begining with with marlin-config is not the best idea. You'd better try with Arduino IDE, and learn some basics with. Compiling and flashing with Arduino IDE, you will understand what marlin-config does. You will find a huge amount of tutorials on the web and on Youtube. After a few hours, go back to marlin-config, and it will become obvious to you. You don't need to speek C. You just need to understand what a precompiler+compiler do. 1 or 2 entertaining hours.

I cannot speek in place of akajes. I hope everything's fine for him. But we had no news for a while... As explained by the developper of Marlin (thinkyhead), akajes has no direct help nor colalboration for marlin-config development. You will find an interview with thinkyhead by Thomas SanLaderer (maybe august 2018). This is sad... marlin-config is great.

https://www.youtube.com/watch?v=QJx75PWE6dQ

@RudyBenner
Copy link

Use Metzi

@Radu10
Copy link

Radu10 commented Apr 24, 2019

Hello All ,i just buy a Anet A6 , and just try to update the firmware with copile ,,Sangino_atmega1281p'' and is not working .
I will try now with Metzi,

@edit
image
Not working with Metzi

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

4 participants