Page 8 of 15

Re: How to install the firmware for GT2560

Posted: Sat Feb 11, 2017 5:54 pm
by bang
Congratulations :) @ kovac_00

Re: How to install the firmware for GT2560

Posted: Sun Feb 19, 2017 6:18 pm
by TITI44
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'

Re: How to install the firmware for GT2560

Posted: Tue Feb 21, 2017 10:29 am
by bang
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

Re: How to install the firmware for GT2560

Posted: Mon Mar 06, 2017 1:25 am
by Mindzhius
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?

Re: How to install the firmware for GT2560

Posted: Tue Mar 14, 2017 9:26 am
by JBJBJB82
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

Re: How to install the firmware for GT2560

Posted: Tue Mar 14, 2017 2:30 pm
by bang
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.

Re: How to install the firmware for GT2560

Posted: Fri Mar 17, 2017 6:54 pm
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 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.

Re: How to install the firmware for GT2560

Posted: Fri Mar 17, 2017 8:14 pm
by cRaZyT
@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.

Re: How to install the firmware for GT2560

Posted: Fri Mar 24, 2017 7:03 pm
by zurferjoe
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 ,

Re: How to install the firmware for GT2560

Posted: Fri Apr 21, 2017 9:53 pm
by Jeroen
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);