Hello,
I tried to compile Firmware for A10M_marlin1.1.8 with 3dtouch support. But i get Always same errors also tried Arduino 1.8.3 and 1.8.9 also same errors.(There is Arduino Beta 1.9.0 too (some Virus inside ?), because of this didn't installed)).
Do you get Errors too? Should i ignore this errors?
Thanks all.
Niyoki
A10M_marlin1.1.8 & Arduino 1.8.5 errors:
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:28:0,
from sketch\MarlinConfig.h:38,
from sketch\configuration_store.h:26,
from sketch\configuration_store.cpp:190:
sketch\configuration_store.cpp: In static member function 'static bool MarlinSettings::Fixed_parameter_load()':
sketch\configuration_store.cpp:857:19: warning: unknown escape sequence: '\F'
SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);
^
sketch\serial.h:60:40: note: in expansion of macro 'SERIAL_PROTOCOLPAIR'
#define SERIAL_ECHOPAIR(pre,value) SERIAL_PROTOCOLPAIR(pre, value)
^
sketch\configuration_store.cpp:857:3: note: in expansion of macro 'SERIAL_ECHOPAIR'
SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);
^
A10M_marlin1.1.8 & Arduino 1.8.5
-
- Posts: 12
- Joined: Mon Dec 31, 2018 10:02 am
Re: A10M_marlin1.1.8 & Arduino 1.8.5
im attempting to update the firmware as well on my A10 using the guides provided, using the 1.1.8 firmare and arduino 1.8.5 i get this
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Code: Select all
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
Sketch uses 125520 bytes (49%) of program storage space. Maximum is 253952 bytes.
Global variables use 5007 bytes (61%) of dynamic memory, leaving 3185 bytes for local variables. Maximum is 8192 bytes.
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
An error occurred while uploading the sketch
"Show verbose output during compilation"
option enabled in File -> Preferences.
Re: A10M_marlin1.1.8 & Arduino 1.8.5
Hello @Mad Monkey ,
I had this too with another 3d Printer and Laptop-PC. Like vert's explanation, solution for my case was a shorter usb cable and after choosing right board also mouse click-select right com-port.
Regards
Niyoki
I had this too with another 3d Printer and Laptop-PC. Like vert's explanation, solution for my case was a shorter usb cable and after choosing right board also mouse click-select right com-port.
Regards
Niyoki
Re: A10M_marlin1.1.8 & Arduino 1.8.5
Hi Niyoki,
I had the same problem as you, I could solve it by going in "Arduino (version 1.8.7) / Tools / Monitor serie" and by selecting 250000 baud under Windows 10
Hoping it will work for you
I had the same problem as you, I could solve it by going in "Arduino (version 1.8.7) / Tools / Monitor serie" and by selecting 250000 baud under Windows 10
Hoping it will work for you