Page 29 of 39
Re: Firmware for geeetech 3D printers
Posted: Thu Jan 25, 2018 10:17 pm
by keyser187
id like to convert this printer into a BIN!!!!!!!!!!!!
Re: Firmware for geeetech 3D printers
Posted: Sat Jan 27, 2018 4:36 am
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
Re: Firmware for geeetech 3D printers
Posted: Mon Jan 29, 2018 7:42 pm
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?
Re: Firmware for geeetech 3D printers
Posted: Fri Feb 02, 2018 5:32 pm
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
Re: Firmware for geeetech 3D printers
Posted: Sat Feb 03, 2018 2:53 pm
by William
You can try uploading your firmware via Arduino 1.0.1
Re: Firmware for geeetech 3D printers
Posted: Sun Feb 04, 2018 12:36 pm
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?)
Re: Firmware for geeetech 3D printers
Posted: Sun Feb 04, 2018 2:08 pm
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
Re: Firmware for geeetech 3D printers
Posted: Mon Feb 05, 2018 4:44 pm
by William
Re: Firmware for geeetech 3D printers
Posted: Tue Feb 06, 2018 12:18 pm
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.
Re: Firmware for geeetech 3D printers
Posted: Wed Feb 21, 2018 3:20 am
by RolandTruter
How Do I convert the hex file to bin file?