Firmware for geeetech 3D printers
-
- Posts: 13
- Joined: Wed May 10, 2017 7:25 pm
Re: Firmware for geeetech 3D printers
I have uploaded the firmware but now all that i have is 2 bars of blocks showing om my lcd screen and a high pitch whistle all the time the printer has power or plugged into usb
I tried ro redo firmware but says it has error
Help would be apreciated
Thanks
Chris
I tried ro redo firmware but says it has error
Help would be apreciated
Thanks
Chris
Re: Firmware for geeetech 3D printers
The files you provide are wrong.
I have an i3c pro C printer with firmware 1.0.02,
I am updated with the firmare you provide on the web and now the version that appears is the Marlin 1.0.
And worse the x-axis direction has been reversed, disabling the printer.
6) Firmware for I3 pro C
I3 pro C (GT2560)
Marlin_GT2560-PI3_Pro_C.zip
Marlin_GT2560-PI3_Pro_C.zip
(299.21 KiB) Downloaded 6261 times
I3 pro C (ramps)
PI3B-Ramp14-2E.rar
PI3B-Ramp14-2E.rar
(268.97 KiB) Downloaded 1683 times "
I have an i3c pro C printer with firmware 1.0.02,
I am updated with the firmare you provide on the web and now the version that appears is the Marlin 1.0.
And worse the x-axis direction has been reversed, disabling the printer.
"
6) Firmware for I3 pro C
I3 pro C (GT2560)
Marlin_GT2560-PI3_Pro_C.zip
Marlin_GT2560-PI3_Pro_C.zip
(299.21 KiB) Downloaded 6261 times
I3 pro C (ramps)
PI3B-Ramp14-2E.rar
PI3B-Ramp14-2E.rar
(268.97 KiB) Downloaded 1683 times "
Re: Firmware for geeetech 3D printers
Hi,as to the wrong direction,you need to modify some values in your firmware.And you can refer to this post:http://www.geeetech.com/forum/viewtopic ... 17&t=17037Niko2pat wrote:The files you provide are wrong.
I have an i3c pro C printer with firmware 1.0.02,
I am updated with the firmare you provide on the web and now the version that appears is the Marlin 1.0.
And worse the x-axis direction has been reversed, disabling the printer![]()
.
"
6) Firmware for I3 pro C
I3 pro C (GT2560)
Marlin_GT2560-PI3_Pro_C.zip
Marlin_GT2560-PI3_Pro_C.zip
(299.21 KiB) Downloaded 6261 times
I3 pro C (ramps)
PI3B-Ramp14-2E.rar
PI3B-Ramp14-2E.rar
(268.97 KiB) Downloaded 1683 times "
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Firmware for geeetech 3D printers
Hello guys,
So i builded my prusa i3 pro b few months ago and printed little bit with it and haven't used it for a while now. I noticed that marlin has released stable 1.1 version firmware and i think that is it possible to update my printer firmware to 1.1 without problems, or does it need somekind of special geeetech firmware to work properly?
So i builded my prusa i3 pro b few months ago and printed little bit with it and haven't used it for a while now. I noticed that marlin has released stable 1.1 version firmware and i think that is it possible to update my printer firmware to 1.1 without problems, or does it need somekind of special geeetech firmware to work properly?
Re: Firmware for geeetech 3D printers
I have noticed that marlin has released 1.1 version.Artsi wrote:Hello guys,
So i builded my prusa i3 pro b few months ago and printed little bit with it and haven't used it for a while now. I noticed that marlin has released stable 1.1 version firmware and i think that is it possible to update my printer firmware to 1.1 without problems, or does it need somekind of special geeetech firmware to work properly?
I think you can update the firmware to your printer and if you want make it work, you have to modify the parameters of the Marlin firmware.
And i hope you use our firmware for Pro B in a while time.
if we test the firmware with Marlin 1.0.1, we'll let you know!

-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Firmware for geeetech 3D printers
What parameters i need to change and why? What are differences in these firmwares? I'm just curious and i'm interested in these coding thingsWilliam wrote:I have noticed that marlin has released 1.1 version.Artsi wrote:Hello guys,
So i builded my prusa i3 pro b few months ago and printed little bit with it and haven't used it for a while now. I noticed that marlin has released stable 1.1 version firmware and i think that is it possible to update my printer firmware to 1.1 without problems, or does it need somekind of special geeetech firmware to work properly?
I think you can update the firmware to your printer and if you want make it work, you have to modify the parameters of the Marlin firmware.
And i hope you use our firmware for Pro B in a while time.
if we test the firmware with Marlin 1.0.1, we'll let you know!

Re: Firmware for geeetech 3D printers
hello,
with this config file for Marlin 1.1 my Geetech Prusa I 3 Works fine
please watch out in this config File is Changed the Temp Sensor for E3DV6 Hotend.
#define TEMP_SENSOR_0 5 // for E3DV6 standart ist 1
#define HEATER_0_MAXTEMP 290 // e3dv6 was 275
the next part is i have enabled Autobed Leveling with a inductive sensor and Invertet the Z-Min input Port
#define Z_MIN_ENDSTOP_INVERTING true
#define Z_MIN_PROBE_ENDSTOP_INVERTING true
#define AUTO_BED_LEVELING_BILINEAR
please set the steps to fit to your printer i use a wade extruder so my E0 Steps are very hight and a TR8 X8 Z axis so the Z Stepps very low i think this are the original settings
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2560,93}
and this my settings
#define DEFAULT_AXIS_STEPS_PER_UNIT {80.15,80.30,399.24,820} // andy
please Change this to fit to your Printer before you use this config file i give no warranty
and last the lcd language is German
#define LCD_LANGUAGE de
regards
with this config file for Marlin 1.1 my Geetech Prusa I 3 Works fine
please watch out in this config File is Changed the Temp Sensor for E3DV6 Hotend.
#define TEMP_SENSOR_0 5 // for E3DV6 standart ist 1
#define HEATER_0_MAXTEMP 290 // e3dv6 was 275
the next part is i have enabled Autobed Leveling with a inductive sensor and Invertet the Z-Min input Port
#define Z_MIN_ENDSTOP_INVERTING true
#define Z_MIN_PROBE_ENDSTOP_INVERTING true
#define AUTO_BED_LEVELING_BILINEAR
please set the steps to fit to your printer i use a wade extruder so my E0 Steps are very hight and a TR8 X8 Z axis so the Z Stepps very low i think this are the original settings
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2560,93}
and this my settings
#define DEFAULT_AXIS_STEPS_PER_UNIT {80.15,80.30,399.24,820} // andy
please Change this to fit to your Printer before you use this config file i give no warranty
and last the lcd language is German

#define LCD_LANGUAGE de
regards
- Attachments
-
- Configuration.zip
- (19.8 KiB) Downloaded 564 times
Re: Firmware for geeetech 3D printers
I think lots of parameters of the firmware is same as the firmware 1.0 version.Artsi wrote:What parameters i need to change and why? What are differences in these firmwares? I'm just curious and i'm interested in these coding thingsWilliam wrote:I have noticed that marlin has released 1.1 version.Artsi wrote:Hello guys,
So i builded my prusa i3 pro b few months ago and printed little bit with it and haven't used it for a while now. I noticed that marlin has released stable 1.1 version firmware and i think that is it possible to update my printer firmware to 1.1 without problems, or does it need somekind of special geeetech firmware to work properly?
I think you can update the firmware to your printer and if you want make it work, you have to modify the parameters of the Marlin firmware.
And i hope you use our firmware for Pro B in a while time.
if we test the firmware with Marlin 1.0.1, we'll let you know!
Now, i don't read the Marlin firmware version 1.1 specifically.
Maybe others can help you
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Firmware for geeetech 3D printers
MadScientist wrote:I have edited latest Marlin-RC8 1.1.0 firmware to fit it in MeCreator 2 and GT2560 Rev.B board. Feel free to try it, but remember it is a release candidate – use with caution! I used Arduino 1.8.1.
I appreciate your feedback.
Hi MadScientist,
Updatated To Marlin 1.1.1 with this file. Should the values changed to values below?
Before I update to new version, I would like to have a fallback to "original" firmware.
Does anybody know the difference between firmware from this thread and installed ver 1.0.3?
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 }
#define DEFAULT_MAX_FEEDRATE { 300, 300, 20, 25 }
#define DEFAULT_MAX_ACCELERATION { 1000, 1000, 100, 10000 }
#define DEFAULT_ACCELERATION 300 // X, Y, Z and E acceleration for printing moves
#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts
#define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration for travel (non printing) moves
#define DEFAULT_XJERK 4.0
#define DEFAULT_YJERK 2.0
#define DEFAULT_ZJERK 0.4
#define DEFAULT_EJERK 5.0
-
- Posts: 8
- Joined: Tue Mar 28, 2017 12:20 am
Re: Firmware for geeetech 3D printers
i'm looking for a firmware for my i3 Pro X with working BLTouch support( Geetech Clone)
Prusa I3 Pro X( fw 1.0.2, GT2560 Rev A+ Board, bltouch sensor, mk8 single extruder), bought 6th March 2017