Firmware for geeetech 3D printers

Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: firmware for geeeteh 3D printers

Post by Mark »

you need to calibrate the X/Y/Z/E steps/mm of your axis, compare the actual moving distance with the target one, and then increase or decrease those values:
#define DEFAULT_AXIS_STEPS_PER_UNIT {78.74, 78.74, 2560, 95}
ddepuy75
Posts: 2
Joined: Thu Mar 10, 2016 11:27 am

Re: firmware for geeeteh 3D printers

Post by ddepuy75 »

I have an i3 Prusa. Arduino is asking to slect board type of sanguino. I do not see that board listed. I can't compile my sketch into my Rumba board. I run windows 10 and am trying arduino 1.0.1.
Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: firmware for geeeteh 3D printers

Post by Mark »

did you set the xorrect rumba board type in the firmware? and select the Mega2560 in the arduino.
csd32129
Posts: 3
Joined: Thu Mar 17, 2016 10:26 am

Re: firmware for geeeteh 3D printers

Post by csd32129 »

Having problems with the I3 pro C (GT2560) fireware.
First I downloaded your latest firmware:
http://www.geeetech.com/forum/download/file.php?id=1555
I had to change this line:
from: #define INVERT_X_DIR false
to: #define INVERT_X_DIR true
Please fix this in your download so other don't have the problem.
I still can't get the heatbed to turn on. It's not a hardware problem. I have already replaced the GT2560 and heatbed. The temp reads correctly and the bed heats when plugged into extruder 2 plug. It must be a firmware problem. What should I try?
Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: firmware for geeeteh 3D printers

Post by Mark »

the firmware you download is not the latest one, just find the one for your printer here:
http://www.geeetech.com/forum/viewtopic ... 20&t=17046
"The temp reads correctly and the bed heats when plugged into extruder 2 plug. It must be a firmware problem."
And you might need to check out this link first:
http://www.geeetech.com/forum/viewtopic ... 19&t=17039
csd32129
Posts: 3
Joined: Thu Mar 17, 2016 10:26 am

Re: firmware for geeeteh 3D printers

Post by csd32129 »

Mark wrote:the firmware you download is not the latest one, just find the one for your printer here:
http://www.geeetech.com/forum/viewtopic ... 20&t=17046
"The temp reads correctly and the bed heats when plugged into extruder 2 plug. It must be a firmware problem."
And you might need to check out this link first:
http://www.geeetech.com/forum/viewtopic ... 19&t=17039
From your link I used this file quoted from the page you linked to:
"5) I3 pro C

I3 pro C (GT2560)
Marlin_GT2560-PI3_Pro_C.zip
Marlin_GT2560-PI3_Pro_C.zip
(299.21 KiB) Downloaded 1012 times"

Please post the direct link to the firmware to "Geeetech i3 pro C dual extruder 3D printer" this printer ->http://www.geeetech.com/unassembledgeee ... p-927.html
ddepuy75
Posts: 2
Joined: Thu Mar 10, 2016 11:27 am

Re: firmware for geeeteh 3D printers

Post by ddepuy75 »

Play around with your axis directions. 1 or -1 on your problem axis. Try doing an invert of true or false in the motor directions. I finally got mine right today.
csd32129
Posts: 3
Joined: Thu Mar 17, 2016 10:26 am

Re: firmware for geeeteh 3D printers

Post by csd32129 »

My heatbed was not working and it turned out to be a PSU problem. One of the 12v outputs was not working. I just moved the wire to an output that was working and the heatbed powered on correctly. PSU check should be added to the troubleshooting list. Since everything else was working it wasn't apparent that I should check that.
Sam72
Posts: 2
Joined: Fri Apr 08, 2016 9:52 pm

Re: firmware for geeeteh 3D printers

Post by Sam72 »

Hello,

please, can you check your file and load back when your correctly sentence ? for

5) I3 pro C

I3 pro C (GT2560)

Marlin_GT2560-PI3_Pro_C.zip
Marlin_GT2560-PI3_Pro_C.zip
(299.21 KiB) Downloaded 1242 times ?????

Because it has a lot of errors in your code and we don't use our printer 3d with bugs.

Below, the code error with your file MARLIN.(I just dowload in your website and i checking )

Arduino : 1.6.8 (Windows 7), Carte : "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 [enabled by default]

#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 [enabled by default]

#define Y_MAX_PIN -1

^

sketch\pins.h:1369:0: note: this is the location of the previous definition

#define Y_MAX_PIN 28

^

............
............

^

temperature.cpp:665: error: this is the insn:

(insn 98 97 100 4 (set (reg/v:SF 103 [ pid_input ])

(mem:SF (post_inc:HI (reg:HI 146 [ ivtmp.209 ])) [4 MEM[base: _110, offset: 0B]+0 S4 A8])) sketch\temperature.cpp:449 99 {*movsf}

(expr_list:REG_INC (reg:HI 146 [ ivtmp.209 ])

(nil)))

sketch\temperature.cpp:665: confused by earlier errors, bailing out

exit status 1
unable to find a register to spill in class 'POINTER_REGS'

Ce rapport pourrait être plus détaillé avec
l'option "Afficher les résultats détaillés de la compilation"
activée dans Fichier -> Préférences.


Thank's
Sam72
Posts: 2
Joined: Fri Apr 08, 2016 9:52 pm

Re: firmware for geeeteh 3D printers

Post by Sam72 »

Hello,

Please can you check your file for Marlin_GT2560-PI3_Pro_C.zip because when i want, download in my GT2560 your file MARLIN, the software show me a lot of error in the code and i don't use my printer

So can you check your file and load back in your website ?

Thank's
Locked