Firmware for geeetech 3D printers

Locked
bang
Posts: 402
Joined: Wed Dec 28, 2016 2:12 pm

Re: Firmware for geeetech 3D printers

Post 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...
saponino
Posts: 2
Joined: Wed Feb 22, 2017 5:40 am

Re: Firmware for geeetech 3D pro B printers dual extruder

Post 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
bang
Posts: 402
Joined: Wed Dec 28, 2016 2:12 pm

Re: Firmware for geeetech 3D pro B printers dual extruder

Post 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.
saponino
Posts: 2
Joined: Wed Feb 22, 2017 5:40 am

Re: Firmware for geeetech 3D printers

Post 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
elsirbruno
Posts: 1
Joined: Wed Mar 08, 2017 6:55 am

Re: Firmware for geeetech 3D printers

Post by elsirbruno »

Hello.

i downloaded "Marlin-PI3_Pro_B" and now my x axis only goes right... no more left :shock:

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
Rv8
Posts: 65
Joined: Thu Mar 09, 2017 1:26 am

Re: Firmware for geeetech 3D printers

Post 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 !
Stoned_Stew
Posts: 5
Joined: Wed Mar 01, 2017 3:50 am

Re: Firmware for geeetech 3D printers

Post 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.
Rv8
Posts: 65
Joined: Thu Mar 09, 2017 1:26 am

Re: Firmware for geeetech 3D printers

Post 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 :)
techevil
Posts: 3
Joined: Thu Mar 23, 2017 12:15 am

Re: Firmware for geeetech 3D printers

Post 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?
Paratwa
Posts: 2
Joined: Wed Apr 05, 2017 5:00 am

Re: Firmware for geeetech 3D printers

Post 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
Locked