Page 17 of 39
Re: Firmware for geeetech 3D printers
Posted: Tue Feb 21, 2017 10:25 am
by bang
Eloy wrote:Hello, I have a P i3 x PRO and I need the new firmware for that. Where can I download it?
Is it posible to make a copy of the original firmware before the upgrade?
Sorry for my English
Regards
Eloy
Hi,Eloy
Here it is:
download/file.php?id=1589
And i don't think it is possible for your second question...
Re: Firmware for geeetech 3D pro B printers dual extruder
Posted: Wed Feb 22, 2017 5:47 am
by saponino
Hello, i have Geeetech Prusa i3 Prob with that i have upgrade with dual extruder but it doesn't work. i do not know if i need to update also a firmware to enable second extruder.
I find firmware for dual extruder for Prusa Pro x, Pro A but not for pro B.
Please help me ?
Thanks in advance for support
Re: Firmware for geeetech 3D pro B printers dual extruder
Posted: Wed Feb 22, 2017 2:57 pm
by bang
saponino wrote:Hello, i have Geeetech Prusa i3 Prob with that i have upgrade with dual extruder but it doesn't work. i do not know if i need to update also a firmware to enable second extruder.
I find firmware for dual extruder for Prusa Pro x, Pro A but not for pro B.
Please help me ?
Thanks in advance for support
Actually,you can download the firmware for ProC(GT2560 version) directly.
Re: Firmware for geeetech 3D printers
Posted: Thu Feb 23, 2017 5:16 am
by saponino
good. i installed the firmware of pro c and not it is ok. It works with dual extruder also on pro B.
thanks
Re: Firmware for geeetech 3D printers
Posted: Wed Mar 08, 2017 6:59 am
by elsirbruno
Hello.
i downloaded "Marlin-PI3_Pro_B" and now my x axis only goes right... no more left
i haven't changed anything on the config.
The display shows "endstops hit: X"
I fixed it. -->
Code: Select all
#ifndef ENDSTOPPULLUPS
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
// #define ENDSTOPPULLUP_XMAX
// #define ENDSTOPPULLUP_YMAX
// #define ENDSTOPPULLUP_ZMAX
#define ENDSTOPPULLUP_XMIN <--------------------------
// #define ENDSTOPPULLUP_YMIN
// #define ENDSTOPPULLUP_ZMIN
#endif
Re: Firmware for geeetech 3D printers
Posted: Thu Mar 09, 2017 2:01 am
by Rv8
Hello,
I have the Prusa I3 Pro B with GT2560 board and I search the last new firmware, can someone could give me a link to download it please ?
My firmware version is marlin V1.0.2 when I use repetier host 1.6.2
Thanks a lot !
Re: Firmware for geeetech 3D printers
Posted: Sat Mar 11, 2017 5:14 am
by Stoned_Stew
I am trying to setup my new i3 X printer and firmware.
I downloaded the I3_pro_X.zip from
https://www.geeetech.com/forum/viewtopi ... 20&t=17046
I have not yet modified the script but only just tried uploading to the printer (to make sure i'm doing it properly), however i get the following error message.
From what i can tell most of this file is just confirming change from the pre-installed firmware.
But there are also a few errors scattered through the log... I really have no idea what im doing with this kind off stuff, except altering steps etc for setup/calibration as per instructions and youtube videos!
Is this ok and did it upload correctly?
Because it says 'exit status 1' i kind of assumed the exit status 1 meant it canceled the compilation/upload?
Can someone explain what i need to do to fix these issues please?
Arduino: 1.8.1 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch\Marlin.h:23:0,
from sketch\BlinkM.cpp:5:
sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
#define X_MAX_PIN -1
^
sketch\pins.h:1363:0: note: this is the location of the previous definition
#define X_MAX_PIN 24
^
sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined
#define Y_MAX_PIN -1
^
sketch\pins.h:1369:0: note: this is the location of the previous definition
#define Y_MAX_PIN 28
^
sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined
#define Z_MAX_PIN -1
^
sketch\pins.h:1375:0: note: this is the location of the previous definition
#define Z_MAX_PIN 32
^
In file included from sketch\Marlin.h:23:0,
from sketch\ConfigurationStore.cpp:1:
sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
#define X_MAX_PIN -1
^
sketch\pins.h:1363:0: note: this is the location of the previous definition
#define X_MAX_PIN 24
^
sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined
#define Y_MAX_PIN -1
^
sketch\pins.h:1369:0: note: this is the location of the previous definition
#define Y_MAX_PIN 28
^
sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined
#define Z_MAX_PIN -1
^
sketch\pins.h:1375:0: note: this is the location of the previous definition
#define Z_MAX_PIN 32
^
In file included from sketch\Marlin.h:23:0,
from sketch\thermistortables.h:4,
from sketch\Configuration.h:792,
from C:\Users\User\Downloads\3D Print software\I3_pro_X\I3_pro_X\Marlin\Marlin.ino:33:
sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
#define X_MAX_PIN -1
^
sketch\pins.h:1363:0: note: this is the location of the previous definition
#define X_MAX_PIN 24
^
sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined
#define Y_MAX_PIN -1
^
sketch\pins.h:1369:0: note: this is the location of the previous definition
#define Y_MAX_PIN 28
^
sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined
#define Z_MAX_PIN -1
^
sketch\pins.h:1375:0: note: this is the location of the previous definition
#define Z_MAX_PIN 32
^
In file included from sketch\Marlin.h:23:0,
from sketch\MarlinSerial.cpp:23:
sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
#define X_MAX_PIN -1
^
sketch\pins.h:1363:0: note: this is the location of the previous definition
#define X_MAX_PIN 24
^
sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined
#define Y_MAX_PIN -1
^
sketch\pins.h:1369:0: note: this is the location of the previous definition
#define Y_MAX_PIN 28
^
sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined
#define Z_MAX_PIN -1
^
sketch\pins.h:1375:0: note: this is the location of the previous definition
#define Z_MAX_PIN 32
^
In file included from sketch\Marlin.h:23:0,
from sketch\Marlin_main.cpp:30:
sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
#define X_MAX_PIN -1
^
sketch\pins.h:1363:0: note: this is the location of the previous definition
#define X_MAX_PIN 24
^
sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined
#define Y_MAX_PIN -1
^
sketch\pins.h:1369:0: note: this is the location of the previous definition
#define Y_MAX_PIN 28
^
sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined
#define Z_MAX_PIN -1
^
sketch\pins.h:1375:0: note: this is the location of the previous definition
#define Z_MAX_PIN 32
^
sketch\Marlin_main.cpp:2667:36: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
LCD_MESSAGEPGM(MACHINE_NAME" "MSG_OFF".");
^
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:\program files (x86)\arduino\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.
Re: Firmware for geeetech 3D printers
Posted: Sun Mar 19, 2017 1:27 am
by Rv8
Hello,
I'm sorry but for the moment I can't help noboby, but maybe you could help me ?
I have the Prusa I3 Pro B with GT2560 board and I search the last new firmware, can someone could give me a link to download it please ?
My firmware version is marlin V1.0.2 when I use repetier host 1.6.2
I thank you

Re: Firmware for geeetech 3D printers
Posted: Mon Mar 27, 2017 11:59 am
by techevil
I'm getting the same compile errors when I try to upload or even just verify the firmware download. is this just a bad firmware revision? should we just keep checking for a new update?
Re: Firmware for geeetech 3D printers
Posted: Wed Apr 05, 2017 5:02 am
by Paratwa
I bought this printer:
https://www.geeetech.com/geeetech-prusa ... p-997.html
I'm seeking the firmware for this printer, where can i find it?
The update via easyprint doesnt work.....
Thomas