Welcome! Log In Create A New Profile

Advanced

Print without PC - No display on LCD

Posted by prashantdshinde 
Print without PC - No display on LCD
December 02, 2014 06:33AM
Hi all,

I have following config of my printer running Marlin_v1 :-

MEGA2560,
RAMPS1.4,
20x4 LCD,
SD card module.

I have connected the diode D1 on RAMPS to enable printing without PC, but I don't see any display on LCD when I disconnect the PC.

Anyone faced similar issue??
Attachments:
open | download - Configuration.h (34.1 KB)
open | download - pins.h (75.9 KB)
open | download - language.h (114.2 KB)
Re: Print without PC - No display on LCD
December 03, 2014 05:20PM
Need to enable it in the config.h
Re: Print without PC - No display on LCD
December 04, 2014 12:32AM
@ frosting, you mean the line#530 in Config.h??
Re: Print without PC - No display on LCD
December 04, 2014 11:22AM
Take out //
So it should be something like #define REPRAP_DISCOUNT_SMART_CONTROLLER.
I can't remember what line it is but you should see an area where it tells you about enabling lcds.
Not on a computer but I can see this evening.
Re: Print without PC - No display on LCD
December 04, 2014 12:18PM
everything you need to know about LCD screens and sd cards with marlin smiling smiley

check out this guys videos...

[www.youtube.com]
Re: Print without PC - No display on LCD
December 05, 2014 12:47AM
@frostin, No success even after I removed comment from the lines...below...


//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

any comments??
Re: Print without PC - No display on LCD
December 05, 2014 06:54PM
Do you have the 2 ribbon cables connected correctly to the ramps adapter?
What you have in bold is for the sd card (leave it like that for sd support). Enable the lcd itself.
// The RepRapDiscount Smart Controller (white PCcool smiley
// [reprap.org]
#define REPRAP_DISCOUNT_SMART_CONTROLLER

Edited 2 time(s). Last edit at 12/05/2014 07:39PM by frostin.
Re: Print without PC - No display on LCD
December 06, 2014 01:38AM
Mine is a custom designed 20x4 LCD + SD card module.
LCD pins are connected to AUX2 as below:-

LCD pins------>AUX2 pins
1,3,5,16 ------>GND
4----------------->D63
6----------------->D65
2,15------------->+5v
11--------------->D59
12--------------->D64
13--------------->D44
14--------------->D66

I have enabled G3D panel in config.h
Re: Print without PC - No display on LCD
December 06, 2014 03:06AM
You'll need to match the pins accordingly in the firmware if #defining in config.h in the list doesn't work. That makes sense. Have you tried using a basic code (not marlin) to get it to work like "hello world" for example?
Here's a link if your pin out is the same:
[playground.arduino.cc]
Id try making sure the lcd itself is working by using simple code and the liquid crystal library.

Edited 1 time(s). Last edit at 12/06/2014 03:15AM by frostin.
Re: Print without PC - No display on LCD
December 06, 2014 12:00PM
LCD works when I connect it to USB on PC....but when USB is removed I see no display on LCD.
Re: Print without PC - No display on LCD
December 06, 2014 01:09PM
A trace is broken on the arduino. It happened to me too.
Re: Print without PC - No display on LCD
December 07, 2014 03:08AM
This happened for more than one RAMPS1.4 board....

trace cannot be broken for simultaneous two boards...

can you show me in some images...? if possible...
Re: Print without PC - No display on LCD
December 07, 2014 06:26AM
You could theoretically look for the open sides of the trace and solder a wire between them.

But I've also seen a lot of people that connected the cables the wrong way, however I think that has been addressed enough already.


http://www.marinusdebeer.nl/
Re: Print without PC - No display on LCD
December 08, 2014 02:19AM
See if this one helps.


[www.youtube.com]
Sorry, only registered users may post in this forum.

Click here to login