Page 14 of 39

Re: Firmware for geeetech 3D printers

Posted: Mon Jan 02, 2017 4:05 am
by NicoFR
Don't know how familiar you are with coding ?

Have a look at : SERIAL_ECHO / SERIAL_ECHOLN / SERIAL_ECHOPGM

SERIAL_ECHO to trace some value, same with LN, but force a carriage return, and PGM to print const char.

Re: Firmware for geeetech 3D printers

Posted: Tue Jan 03, 2017 12:32 am
by lar3ry
Thanks.
I'm fairly familiar with coding, though C++ is fairly recent for me. A few years ago, I helped out a fair amount on the Arduino forum. This 3D printing firmware is an order of magnitude larger, and spread out over way more files than the usual stuff I play with.

You've just saved me a lot of work wading through macros, etc.

Re: Firmware for geeetech 3D printers

Posted: Thu Jan 05, 2017 6:07 am
by travis2017
hi all i have down loaded Arduino 1.0.1 and marlin p13 pro b but when I select the marlin ion file there are no pop ups just one pop up with marlin written on it is there a step I am missing or do I have the rong Arduino program manly I have a geeetech i3 prob and the x axis needs to be reverced thank you travis

Re: Firmware for geeetech 3D printers

Posted: Thu Jan 05, 2017 7:50 am
by travis2017
ive got it but now when I go to compile and load the printer it comes up with error in orange down below the tabs

Re: Firmware for geeetech 3D printers

Posted: Thu Jan 05, 2017 8:39 am
by gaurav
I have a me creator 2 mini.
Can someone please point me to the correct firmware (exact link) for the same?
I tried downloading and burning the firmware given under Me Creator 2 but that is not working.

Appreciate your help.

Re: Firmware for geeetech 3D printers

Posted: Thu Jan 05, 2017 9:33 am
by lar3ry
travis2017 wrote:ive got it but now when I go to compile and load the printer it comes up with error in orange down below the tabs
What error are you getting?

Re: Firmware for geeetech 3D printers

Posted: Thu Jan 05, 2017 10:39 am
by travis2017
Arduino: 1.8.0 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560

exit status 1
using typedef-name 'fpos_t' after 'struct'

Re: Firmware for geeetech 3D printers

Posted: Thu Jan 05, 2017 11:05 am
by travis2017
Arduino: 1.8.0 (Windows 10), 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\trav an mon\Downloads\3d\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: Thu Jan 05, 2017 11:30 am
by bang
travis2017 wrote:hi all i have down loaded Arduino 1.0.1 and marlin p13 pro b but when I select the marlin ion file there are no pop ups just one pop up with marlin written on it is there a step I am missing or do I have the rong Arduino program manly I have a geeetech i3 prob and the x axis needs to be reverced thank you travis
Hi,
You need Arduino 1.0.1,and select all the files in the folder then drag them together into Arduino.
I guess the error will be eliminated after that.

Re: Firmware for geeetech 3D printers

Posted: Thu Jan 05, 2017 3:59 pm
by travis2017
thanx bang I thort I had 1.01 but your rite all fixed auto home works fine now with tha stock settings thank you so much your a champ