Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 03, 2015 05:27PM |
Registered: 9 years ago Posts: 53 |
#include ...........[added (Note: Here, "U8gllib" with the opening and closing "less than" & "greater than" symbols is not being displayed?!)] ..... 33 = RAMPS 1.3 (Power outputs: Extruder, Bed, Fan) ............[ uncommented/enabled (NOTE: This line was highlighted along with error code output)] ..... #define SDSUPPORT // Enable SD Card Support in Hardware Console ...........[uncommented/enabled -- haven't Enabled in Hardware Console yet] ..... #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER ............[added line to reflect LCD/controller being used (wasn't listed)] .... #if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER) || defined(G3D_PANEL) ............[Edited to reflect the added line above]
Arduino: 1.0.6 (Windows 7), Board: "Arduino Mega 2560 or Mega ADK" C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega2560 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -IC:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\variants\mega -IC:\Program Files (x86)\Arduino\libraries\LiquidCrystal -IC:\Program Files (x86)\Arduino\libraries\SPI C:\Users\Mark\AppData\Local\Temp\build286772358525472909.tmp\cardreader.cpp -o C:\Users\Mark\AppData\Local\Temp\build286772358525472909.tmp\cardreader.cpp.o In file included from /Marlin.h:22, from cardreader.cpp:1: /Configuration.h:1:20: warning: U8glib.h: No such file or directory <--------------[[[[ ??? OF INTEREST HERE....WHY?! -- "U8glib" was added to the Arduino Library ??? ]]]]] In file included from /Marlin.h:22, from cardreader.cpp:1: Configuration.h:31: error: expected unqualified-id before numeric constant In file included from /Configuration.h:374, from /Marlin.h:22, from cardreader.cpp:1: /thermistortables.h:213: warning: only initialized variables can be placed into program memory area In file included from cardreader.cpp:1: /Marlin.h:61: warning: only initialized variables can be placed into program memory area /Marlin.h:62: warning: only initialized variables can be placed into program memory area cardreader.cpp: In member function 'void CardReader::initsd()': cardreader.cpp:152: warning: only initialized variables can be placed into program memory area cardreader.cpp:157: warning: only initialized variables can be placed into program memory area cardreader.cpp:162: warning: only initialized variables can be placed into program memory area cardreader.cpp:168: warning: only initialized variables can be placed into program memory area cardreader.cpp: In member function 'void CardReaderpenFile(char*, bool)': cardreader.cpp:245: warning: only initialized variables can be placed into program memory area cardreader.cpp:247: warning: only initialized variables can be placed into program memory area cardreader.cpp:277: warning: only initialized variables can be placed into program memory area cardreader.cpp:279: warning: only initialized variables can be placed into program memory area cardreader.cpp:283: warning: only initialized variables can be placed into program memory area cardreader.cpp:288: warning: only initialized variables can be placed into program memory area cardreader.cpp:290: warning: only initialized variables can be placed into program memory area cardreader.cpp:297: warning: only initialized variables can be placed into program memory area cardreader.cpp:299: warning: only initialized variables can be placed into program memory area cardreader.cpp:304: warning: only initialized variables can be placed into program memory area cardreader.cpp: In member function 'void CardReader::removeFile(char*)': cardreader.cpp:341: warning: only initialized variables can be placed into program memory area cardreader.cpp:343: warning: only initialized variables can be placed into program memory area cardreader.cpp:370: warning: only initialized variables can be placed into program memory area cardreader.cpp:376: warning: only initialized variables can be placed into program memory area cardreader.cpp:378: warning: only initialized variables can be placed into program memory area cardreader.cpp: In member function 'void CardReader::getStatus()': cardreader.cpp:386: warning: only initialized variables can be placed into program memory area cardreader.cpp:388: warning: only initialized variables can be placed into program memory area cardreader.cpp:392: warning: only initialized variables can be placed into program memory area cardreader.cpp: In member function 'void CardReader::write_command(char*)': cardreader.cpp:414: warning: only initialized variables can be placed into program memory area cardreader.cpp: In member function 'void CardReader::checkautostart(bool)': cardreader.cpp:437: warning: only initialized variables can be placed into program memory area cardreader.cpp:457: warning: only initialized variables can be placed into program memory area cardreader.cpp:459: warning: only initialized variables can be placed into program memory area cardreader.cpp: In member function 'void CardReader::chdir(const char*)': cardreader.cpp:508: warning: only initialized variables can be placed into program memory area cardreader.cpp: In member function 'void CardReader::printingHasFinished()': cardreader.cpp:539: warning: only initialized variables can be placed into program memory area
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 04, 2015 01:24PM |
Registered: 9 years ago Posts: 53 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 07, 2015 04:48PM |
Registered: 9 years ago Posts: 14 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 08, 2015 09:43AM |
Registered: 9 years ago Posts: 53 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 08, 2015 04:36PM |
Registered: 9 years ago Posts: 14 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 08, 2015 08:13PM |
Registered: 10 years ago Posts: 477 |
Quote
55rebel
Thanks for the reply/help donkahones,
I removed the U8glib include statement from congfiguration.h, and all my graphic controler does is rapidly pulse at me....both speaker and backlight. Switching the cables around; all I get is a steady backlight.
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 09, 2015 07:10PM |
Registered: 9 years ago Posts: 53 |
Quote
donkahones
there is a POT that needs to be adjusted on the display. It is VERY sensitive and the sweet spot is really small. Play around with it until you can see the block of pixels then dial it back ever so slightly.
Quote
SteveRoy
You may need to add a resistor to the back of the board. When I first set mine up I just got the backlight and nothing else. A 470 ohm resistor fixed it
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 09, 2015 08:01PM |
Registered: 9 years ago Posts: 14 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 10, 2015 02:26AM |
Registered: 10 years ago Posts: 477 |
Quote
55rebel
Could you elaborate--w/ pictures on that, Thanks.
BTW, this is the board I'm dealing with
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 10, 2015 04:48PM |
Registered: 9 years ago Posts: 53 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 10, 2015 09:26PM |
Registered: 10 years ago Posts: 903 |
Quote
55rebel
As far as that second pot is concerned, I will have to drill a hole through the rear board to gain access....ugh.
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 10, 2015 09:55PM |
Registered: 9 years ago Posts: 116 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 20, 2015 11:24AM |
Registered: 9 years ago Posts: 5 |
#include "U8glib.h"to my INO file. I have also tried every possible configuration of the cables. This is the closest I get...
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 20, 2015 02:42PM |
Registered: 9 years ago Posts: 156 |
Quote
ltkermit
I haven't had any luck yet. I have tried several different configs (right now I am using Dooms101's config) I have added the u8glib to my Arduino libraries and also added#include "U8glib.h"to my INO file. I have also tried every possible configuration of the cables. This is the closest I get...
Everything else on the printer works great, and I am getting great prints. It is just this crazy LCD that is driving me nuts. I wish the Folger website specified that they don't officially support this LCD with their i3
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 20, 2015 11:52PM |
Registered: 9 years ago Posts: 221 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 21, 2015 12:03AM |
Registered: 9 years ago Posts: 5 |
//LCD and SD support //#define ULTRA_LCD //general LCD support, also 16x2 //#define DOGLCD // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family) #define SDSUPPORT // Enable SD Card Support in Hardware Console //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error) //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store. //#define ULTIPANEL //the UltiPanel as on Thingiverse //#define LCD_FEEDBACK_FREQUENCY_HZ 1000 // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click // The MaKr3d Makr-Panel with graphic controller and SD support // [reprap.org] //#define MAKRPANEL // The RepRapDiscount Smart Controller (white PC // [reprap.org] //#define REPRAP_DISCOUNT_SMART_CONTROLLER // The GADGETS3D G3D LCD/SD Controller (blue PC // [reprap.org] //#define G3D_PANEL // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PC // [reprap.org] // // ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: [code.google.com] #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER // The RepRapWorld REPRAPWORLD_KEYPAD v1.1 // [reprapworld.com] //#define REPRAPWORLD_KEYPAD //#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0 // how much should be moved when a key is pressed, eg 10.0 means 10mm per click // The Elefu RA Board Control Panel // [www.elefu.com] // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: [github.com] //#define RA_CONTROL_PANEL
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 21, 2015 01:55AM |
Registered: 9 years ago Posts: 156 |
Quote
Bobyni
I have the exact same board
"Big-tree"
I did not add any include U8glib
I uncomented SD support
And FULL GRAPHIC SMART LCD CONTROLLER
BUT, at first I did get that line on my screen
All, because I uncomented the wrong line which was for smart LCD controller and Not the NEEDED Full graphic's one
Also,
You need to adjust the potentiometer at left side!
Merlin 1.0.2
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 21, 2015 10:05AM |
Registered: 9 years ago Posts: 221 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 21, 2015 01:11PM |
Registered: 9 years ago Posts: 156 |
Quote
Bobyni
Well, I started by watching "Tom sanders " YouTube video
Installation: In "Configuration.h”
Changed
# Define Sdaupport
“#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER” (just remove the // at the beginning)
==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder:
Hope this helps
I would suggest you to have a fresh Marlin 1.0.2 loaded
Just to try out
First thing to trouble shoot is to minimize all possibles variable
And go from there
Good luck
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 21, 2015 05:36PM |
Registered: 9 years ago Posts: 5 |
#define SDSUPPORT // Enable SD Card Support in Hardware Console and #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLERExact same result as before.
#include "U8glib.h"to the Marlin.ino, no difference, any other ideas?
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 21, 2015 08:18PM |
Registered: 9 years ago Posts: 116 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 21, 2015 08:20PM |
Registered: 9 years ago Posts: 156 |
Quote
Ecky
Quote
Others seem to have had success with it.
I haven't seen anyone say yes it works for me on my Folger machine!!!!!!!!
I have ordered another Ramps board and screen so I can do some tests away from the printer. They will be here in 3 weeks or so.
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 21, 2015 09:02PM |
Registered: 9 years ago Posts: 116 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 22, 2015 12:45AM |
Registered: 9 years ago Posts: 5 |
Quote
Ecky
I JUST GOT IT(THE SCREEN) WORKING............................
i used MARLIN 1.0.2 that I downloaded from GitHub. I chnaged the motherboard to be 33 and I uncommented the SD Support line and the graphic controller line. Compiled and uploaded and got the opening screen. About 107K bytes up loaded instead of the 87K bytes with the Folger marlin.
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 22, 2015 12:46AM |
Registered: 9 years ago Posts: 156 |
Quote
Ecky
I JUST GOT IT(THE SCREEN) WORKING............................
i used MARLIN 1.0.2 that I downloaded from GitHub. I chnaged the motherboard to be 33 and I uncommented the SD Support line and the graphic controller line. Compiled and uploaded and got the opening screen. About 107K bytes up loaded instead of the 87K bytes with the Folger marlin.
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 22, 2015 01:13AM |
Registered: 9 years ago Posts: 5 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 22, 2015 01:42AM |
Registered: 9 years ago Posts: 221 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 22, 2015 07:01AM |
Registered: 9 years ago Posts: 116 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 22, 2015 09:01AM |
Registered: 9 years ago Posts: 53 |
Re: Yet another FULL_GRAPHIC_SMART_CONTROLLER issue....need some help April 22, 2015 09:09AM |
Registered: 9 years ago Posts: 53 |
Quote
Vanbot
I couldn't upload the new firmware to the Arduino as long as the printer was plugged into mains power. Somehow that was occupying the port or something. Once we unplugged it we could suddenly upload to the Arduino whereas before we got errors.