How to install the firmware for GT2560

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

Re: How to install the firmware for GT2560

Post by bang » Sat Feb 11, 2017 5:54 pm

Congratulations :) @ kovac_00

TITI44
Posts: 1
Joined: Sun Feb 19, 2017 6:14 pm

Re: How to install the firmware for GT2560

Post by TITI44 » Sun Feb 19, 2017 6:18 pm

Je voulais modifier le sens des axes et je me suis trompé de firmware.
Je veux installer le bon et j'ai le message suivant :
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:
/Users/thierryballester/Downloads/Arduino.app/Contents/Java/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'

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

Re: How to install the firmware for GT2560

Post by bang » Tue Feb 21, 2017 10:29 am

TITI44 wrote:Je voulais modifier le sens des axes et je me suis trompé de firmware.
Je veux installer le bon et j'ai le message suivant :
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:
/Users/thierryballester/Downloads/Arduino.app/Contents/Java/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'
Download the right firmware for your printer from here:
viewtopic.php?f=20&t=17046
And remember to use Arduino 1.0.1 to upload it:
http://www.geeetech.com/wiki/images/a/a ... indows.zip

Mindzhius
Posts: 1
Joined: Mon Mar 06, 2017 1:20 am

Re: How to install the firmware for GT2560

Post by Mindzhius » Mon Mar 06, 2017 1:25 am

Hello,
I bought a geeetech i3 pro b acrylic printer, I assembled it and tried to connect it to PC and failed. I did what user manual told to, but no luck. I tried to reflash firmware but no lock too. Arduino 1.0.1 throws me many errors after waiting for about 10 minutes. Can anyone help me?
Attachments
firmware fail.png
firmware fail.png (237.01 KiB) Viewed 20285 times

JBJBJB82
Posts: 1
Joined: Tue Feb 16, 2016 8:07 am

Re: How to install the firmware for GT2560

Post by JBJBJB82 » Tue Mar 14, 2017 9:26 am

Hi, I have designed and built a core xy printer with the GT2560 Rev A+ board. Can I use a current Arduino version (1.8.1) to upload firmware or does I need to use Arduino v1.0.1?. What firmware can I use to customize, can I use a current Marlin version from Github (1.0.2-1) or does I need to use the one from Geeetech website (Marlin-Marlin v1)? Thank you in advance

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

Re: How to install the firmware for GT2560

Post by bang » Tue Mar 14, 2017 2:30 pm

JBJBJB82 wrote:Hi, I have designed and built a core xy printer with the GT2560 Rev A+ board. Can I use a current Arduino version (1.8.1) to upload firmware or does I need to use Arduino v1.0.1?. What firmware can I use to customize, can I use a current Marlin version from Github (1.0.2-1) or does I need to use the one from Geeetech website (Marlin-Marlin v1)? Thank you in advance
Maybe you can use the one from Github if you are gonna customize.

Stoned_Stew
Posts: 5
Joined: Wed Mar 01, 2017 3:50 am

Re: How to install the firmware for GT2560

Post by Stoned_Stew » Fri Mar 17, 2017 6:54 pm

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 to verify the script, however i get the following error message.

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!

Can someone explain what i need to do to fix these issues please?

I have tried changing 'fpos_t' to 'fpost' as per a workaround i found but this seems to cause cascading errors as a result.
As i have no coding experience i am now stuck at a point where i need to modify the firmware to get the best from this printer!
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.

cRaZyT
Posts: 16
Joined: Wed Jan 18, 2017 3:19 am

Re: How to install the firmware for GT2560

Post by cRaZyT » Fri Mar 17, 2017 8:14 pm

@Stoned_Stew,
your Arduino version(1.8.1) does not work with the downloaded firmware.
Try it with Arduino 1.0.1 that should work.

zurferjoe
Posts: 6
Joined: Fri Mar 17, 2017 9:29 pm

Re: How to install the firmware for GT2560

Post by zurferjoe » Fri Mar 24, 2017 7:03 pm

Hi Folks , newbie trying to get the Software installed ,nothing new to you people ! I have got the Arduino 1.0.1 Windows ,for Geeetch , downloaded I pull up the Arduino no problem , press Tools (takes forever ) Select port, select board ,starts downloading and goes from green to orange and black !! Ist telling e ist wrong ! But whats wrong ? Hope you can give me a clue ,

Jeroen
Posts: 3
Joined: Fri Apr 21, 2017 9:22 pm

Re: How to install the firmware for GT2560

Post by Jeroen » Fri Apr 21, 2017 9:53 pm

Hi,Can someone help me? I have a aluminum I3 sanguinololu printer and I follow the suggestions at this post and http://domoticx.com/prusa-i3-geeetech-f ... guinololu/.

But it is not working. By checking the sketch i get the error: getpos_t'has not been declared
And in yellow: void getpos(fpos_t* pos);

Locked