Page 1 of 1

New ramp 1.4 - for geeetech prusa i3 Pro B - Need firmware

Posted: Thu Jun 25, 2015 9:23 pm
by MasterGR
I have buy an extra controler Ramp1.4 for my 3d Printer geeetech prusa i3 Pro B
Where can I find the marlin firmware preconfigured for this board?


Thanks!!

Re: New ramp 1.4 - for geeetech prusa i3 Pro B - Need firmwa

Posted: Fri Jun 26, 2015 8:52 am
by zhangxueyou
Please check your email.

Re: New ramp 1.4 - for geeetech prusa i3 Pro B - Need firmwa

Posted: Thu Jul 09, 2015 6:03 pm
by MasterGR
Everythink IS OK

Thanks


BUT.. i have new problem now.. i have buy then new - RepRapDiscount Full Graphic Smart Controller -

I have made the changes in configuration.h

Code: Select all

// The RepRapDiscount Smart Controller (white PCB)
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
//#define REPRAP_DISCOUNT_SMART_CONTROLLER

// The GADGETS3D G3D LCD/SD Controller (blue PCB)
// http://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
//#define G3D_PANEL

// The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
// http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
//
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER

ALL OK

I have u8glib folder in my compiler librares folder... (in Arduino compiler sketch menu - > include libs > is visible )

When i try to compile a take this message ..

Code: Select all

In file included from ultralcd.cpp:39:0:
dogm_lcd_implementation.h:36:20: fatal error: U8glib.h: No such file or directory
 #include <U8glib.h>
                    ^
compilation terminated.
Error compiling.

With GT2560 firmware and new LCD working perfect..

The problem is on Ramp1.4 and this firmware.. from my email
With the original LCD everythink is ok


Please Help