Firmware for geeetech 3D printers
Re: Firmware for geeetech 3D printers
id like to convert this printer into a BIN!!!!!!!!!!!!
-
- Posts: 0
- Joined: Sat Jan 06, 2018 3:35 am
Re: Firmware for geeetech 3D printers
Does anyone have the firmware of the i3 m201 version 1.0.5 in bin (not .hex)format or have the correct hex file installation instruction that does not corrupt the lcd printer system. please put de link
Re: Firmware for geeetech 3D printers
GTM32?Not gtm32 pro vb?arakenlotufo wrote: Sat Jan 27, 2018 4:36 am Does anyone have the firmware of the i3 m201 version 1.0.5 in bin (not .hex)format or have the correct hex file installation instruction that does not corrupt the lcd printer system. please put de link
-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: Firmware for geeetech 3D printers
Hi I wnat to add the 3d toch Bed leveling sensor to my Geeetech Prusia i3 B.
So I downloaded the Marlin-PI3_Pro_B_3DTouch firmware, and loaded it into arduino 1.8.5.
Before I write my code to the GT2560 I first tried a verify of the code. I got the folowing error:
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch\SdFile.h:27:0,
from sketch\cardreader.h:8,
from sketch\Marlin_main.cpp:44:
SdBaseFile.h:38: error: using typedef-name 'fpos_t' after 'struct'
struct fpos_t {
^
In file included from sketch\Marlin.h:10:0,
from sketch\Marlin_main.cpp:30:
c:\arduino\arduino-1.8.5\hardware\tools\avr\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here
__extension__ typedef long long fpos_t;
^
exit status 1
using typedef-name 'fpos_t' after 'struct'
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
please help me on this
kind regards,
Joris
So I downloaded the Marlin-PI3_Pro_B_3DTouch firmware, and loaded it into arduino 1.8.5.
Before I write my code to the GT2560 I first tried a verify of the code. I got the folowing error:
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch\SdFile.h:27:0,
from sketch\cardreader.h:8,
from sketch\Marlin_main.cpp:44:
SdBaseFile.h:38: error: using typedef-name 'fpos_t' after 'struct'
struct fpos_t {
^
In file included from sketch\Marlin.h:10:0,
from sketch\Marlin_main.cpp:30:
c:\arduino\arduino-1.8.5\hardware\tools\avr\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here
__extension__ typedef long long fpos_t;
^
exit status 1
using typedef-name 'fpos_t' after 'struct'
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
please help me on this
kind regards,
Joris
Re: Firmware for geeetech 3D printers
You can try uploading your firmware via Arduino 1.0.1
-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: Firmware for geeetech 3D printers
Hi William,
Thanks, this works. Why do we need such an old version of the arduino software?
Is the firmware also this old?
Why not use the new marlin 1.1.7 ( latest stable version?)
Thanks, this works. Why do we need such an old version of the arduino software?
Is the firmware also this old?
Why not use the new marlin 1.1.7 ( latest stable version?)
Re: Firmware for geeetech 3D printers
@molekuul, GT2560 is now supported in branch bugfix-1.1.x of the main Marlin repo: https://github.com/MarlinFirmware/Marli ... gfix-1.1.x You just need to pick example_configurations/Geeetech/GT2560/Configuration.h and adapt it according to the comments in the source and the docs in http://marlinfw.org/. This can be a good reference: https://www.geeetech.com/forum/viewtopic.php?t=19846
With the latest version, you can use Arduino 1.8.5, no need to stick wih 1.0.1. See https://github.com/MarlinFirmware/Marlin/issues/2966.
This is the one I am using for a Geeetech Prusa i3 Pro B with GT2560 Rev A+ and without a probe: https://github.com/FreeJaus/Marlin/blob ... guration.h I have not tested the BLTOUCH version, yet: https://github.com/FreeJaus/Marlin/blob ... guration.h
With the latest version, you can use Arduino 1.8.5, no need to stick wih 1.0.1. See https://github.com/MarlinFirmware/Marlin/issues/2966.
This is the one I am using for a Geeetech Prusa i3 Pro B with GT2560 Rev A+ and without a probe: https://github.com/FreeJaus/Marlin/blob ... guration.h I have not tested the BLTOUCH version, yet: https://github.com/FreeJaus/Marlin/blob ... guration.h
Re: Firmware for geeetech 3D printers
Thanks for sharing!1138 wrote: Sun Feb 04, 2018 2:08 pm @molekuul, GT2560 is now supported in branch bugfix-1.1.x of the main Marlin repo: https://github.com/MarlinFirmware/Marli ... gfix-1.1.x You just need to pick example_configurations/Geeetech/GT2560/Configuration.h and adapt it according to the comments in the source and the docs in http://marlinfw.org/. This can be a good reference: https://www.geeetech.com/forum/viewtopic.php?t=19846
With the latest version, you can use Arduino 1.8.5, no need to stick wih 1.0.1. See https://github.com/MarlinFirmware/Marlin/issues/2966.
This is the one I am using for a Geeetech Prusa i3 Pro B with GT2560 Rev A+ and without a probe: https://github.com/FreeJaus/Marlin/blob ... guration.h I have not tested the BLTOUCH version, yet: https://github.com/FreeJaus/Marlin/blob ... guration.h
-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: Firmware for geeetech 3D printers
[quote=William post_id=82457 time=1517820263 user_id=51382]
Thanks for sharing!
[/quote]
You are welcome!
The BLTOUCH version is tested now. I had reversed the connector of the sensor, there was nothing wrong with the config :S.
Thanks for sharing!
[/quote]
You are welcome!
The BLTOUCH version is tested now. I had reversed the connector of the sensor, there was nothing wrong with the config :S.
-
- Posts: 2
- Joined: Thu Nov 02, 2017 8:01 pm
Re: Firmware for geeetech 3D printers
How Do I convert the hex file to bin file?