Firmware for geeetech 3D printers

Locked
keyser187
Posts: 28
Joined: Mon Jan 22, 2018 9:28 am

Re: Firmware for geeetech 3D printers

Post by keyser187 »

id like to convert this printer into a BIN!!!!!!!!!!!!
arakenlotufo
Posts: 0
Joined: Sat Jan 06, 2018 3:35 am

Re: Firmware for geeetech 3D printers

Post by arakenlotufo »

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
User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Firmware for geeetech 3D printers

Post by William »

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
GTM32?Not gtm32 pro vb?
-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!
molekuul
Posts: 0
Joined: Sun Jan 28, 2018 5:52 pm

Re: Firmware for geeetech 3D printers

Post by molekuul »

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
User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Firmware for geeetech 3D printers

Post by William »

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!
molekuul
Posts: 0
Joined: Sun Jan 28, 2018 5:52 pm

Re: Firmware for geeetech 3D printers

Post by molekuul »

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?)
1138
Posts: 0
Joined: Sun Feb 04, 2018 1:41 pm

Re: Firmware for geeetech 3D printers

Post by 1138 »

@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
User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Firmware for geeetech 3D printers

Post by William »

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
Thanks for sharing!
-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!
1138
Posts: 0
Joined: Sun Feb 04, 2018 1:41 pm

Re: Firmware for geeetech 3D printers

Post by 1138 »

[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.
RolandTruter
Posts: 2
Joined: Thu Nov 02, 2017 8:01 pm

Re: Firmware for geeetech 3D printers

Post by RolandTruter »

How Do I convert the hex file to bin file?
Locked