Problem with firmaware Geeetech Rostock mini G2 & G2s pro
Problem with firmaware Geeetech Rostock mini G2 & G2s pro
Hello everyone, my problem is the following change of computer and when verifying the firmware gives me error and tells me this
#if ENABLED (M100_FREE_MEMORY_WATCHER)
extern char * __brkval;
extern size_t __heap_start, __heap_end, __flp;
extern char __bss_end;
and the screen gives me squares.
I am using Arduino 1.8.10
What can i do
#if ENABLED (M100_FREE_MEMORY_WATCHER)
extern char * __brkval;
extern size_t __heap_start, __heap_end, __flp;
extern char __bss_end;
and the screen gives me squares.
I am using Arduino 1.8.10
What can i do
Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro
in the orange band says this
missing binary operator before token ¨ (¨
missing binary operator before token ¨ (¨
Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro
Hi,From the description of your description, it should be caused by the failure of the firmware brush.
You can get it from here:http://www.geeetech.com/forum/viewtopic ... 20&t=17046
Select your corresponding firmware to download and update.
Arduino can use some of the previous versions.
You can get it from here:http://www.geeetech.com/forum/viewtopic ... 20&t=17046
Select your corresponding firmware to download and update.
Arduino can use some of the previous versions.
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro
I already tested with all firmware for delta g2 & G2s and now I get this error attached screenshot.
- Attachments
-
- error arduino.jpg (115.5 KiB) Viewed 9509 times
Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro
maybe the previous one doesn't look good
I put an enlarged image again
I put an enlarged image again
- Attachments
-
- error arduino2.jpg (63.47 KiB) Viewed 9509 times
Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro
Hi, I just did a related search. If you don't want to use the old version of Arduino, you may need to
:replace All Replace all fpos_t with f_pos_t
Note that when you replace Replace All, select "Search all Sketch Tabs"
The specific source is here: https://reprap.org/forum/read.php?146,691608
I hope this can help you.
:replace All Replace all fpos_t with f_pos_t
Note that when you replace Replace All, select "Search all Sketch Tabs"
The specific source is here: https://reprap.org/forum/read.php?146,691608
I hope this can help you.
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro
thanks, idilio try it
Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro
with what you told me fix the problem, thanks