GCode Interpreter
I was able to compile the GCode Interpreter Arduino files but they only compile correctly when I select Boards - Arduino Duemilanove. This sounds correct, however, to upload the file, I need to specify either Arduino Due (Programming Port) or the Arduino Due (Native USB Port). When I select this, I get a lot of errors in the code. Obviously the code is fine as it compiles correctly when selecting the Arduino Duemilanove. If I just select the Arduino Duemilanove and specify the correct COM port, I get the following error: avrdude: stk500_getsync(): not in sync: resp=0x00
Has anyone compiled this using the Arduino Due and selecting either the Programming Port or the Native USB Port? If so, how did you do it so I can follow the same steps?