Welcome! Log In Create A New Profile

Advanced

REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER no funciona angry smiley

Posted by AleCun 
REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER no funciona angry smiley
December 22, 2014 06:41PM
Hola Gente!... A ver que puede estar pasando:
Intento instalar una REPRAP DISCOUNT FULL GRAPHIC SMART CONTROLLER 12864, instalo la libreria U8GLIB, le habilito la linea de comando #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER y Nadaaaaaaa!....
Se ve así: Solo backlight encendido y sin caracteres...



Aca parte final de configuration.h
//===========================================================================
//=============================Additional Features===========================
//===========================================================================

// EEPROM
// the microcontroller can store settings in the EEPROM, e.g. max velocity...
// M500 - stores paramters in EEPROM
// M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
// M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
//define this to enable eeprom support
#define EEPROM_SETTINGS
//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
// please keep turned on if you can.
#define EEPROM_CHITCHAT

//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 ULTIMAKERCONTROLLER //as available from the ultimaker online store.
//#define ULTIPANEL //the ultipanel as on thingiverse
//[code.google.com] // Agregado hoy 22/12/2014
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER // Agregado hoy 22/12/2014
// The RepRapDiscount Smart Controller (white PCcool smiley
// [reprap.org]
//#define REPRAP_DISCOUNT_SMART_CONTROLLER

// The GADGETS3D G3D LCD/SD Controller (blue PCcool smiley
// [reprap.org]
//#define G3D_PANEL

//automatic expansion
#if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL)|| defined(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
#define ULTIPANEL
#define NEWPANEL
#endif

// Preheat Constants
#define PLA_PREHEAT_HOTEND_TEMP 180
#define PLA_PREHEAT_HPB_TEMP 60
#define PLA_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255

#define ABS_PREHEAT_HOTEND_TEMP 225 // ABS Printalot
#define ABS_PREHEAT_HPB_TEMP 110 // ABS Printalot
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255


#ifdef ULTIPANEL
// #define NEWPANEL //enable this if you have a click-encoder panel
#define SDSUPPORT
#define ULTRA_LCD
#ifdef DOGLCD // Change number of lines to match the DOG graphic display
#define LCD_WIDTH 20
#define LCD_HEIGHT 5
#else
#define LCD_WIDTH 20
#define LCD_HEIGHT 4
#endif
#else //no panel but just lcd
#ifdef ULTRA_LCD
#ifdef DOGLCD // Change number of lines to match the 128x64 graphics display
#define LCD_WIDTH 20
#define LCD_HEIGHT 5
#else
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif
#endif
#endif

// Increase the FAN pwm frequency. Removes the PWM noise but increases heating in the FET/Arduino
//#define FAST_PWM_FAN

// M240 Triggers a camera by emulating a Canon RC-1 Remote
// Data from: [www.doc-diy.net]
// #define PHOTOGRAPH_PIN 23

// SF send wrong arc g-codes when using Arc Point as fillet procedure
//#define SF_ARC_FIX

#include "Configuration_adv.h"
#include "thermistortables.h"

#endif //__CONFIGURATION_H




Gracias
Saludos
AleCun
Re: REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER no funciona angry smiley
January 02, 2015 01:06PM
SI TIENES CONECTADO EL TERMINAL DE LA PARTE DE ATRAS DONDE DEBE SER PORQUE TIENE 2 PUERTOS UNO PARA LA PANTALLA Y EL OTRO PARA LA SD
Re: REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER no funciona angry smiley
January 14, 2015 01:15AM
Hola. Tengo la misma placa funcionando perfecto, es excelente!
Te envío todos los archivos de mi marlin para que pruebes si te funciona y/o compares el código fuente. Espero que te sirva.

Saludos!

P/D: Si necesitas comparar código te recomiendo el Beyond Compare que es el mejor software para eso.

Edited 1 time(s). Last edit at 01/14/2015 01:18AM by reymon.
Attachments:
open | download - marlin_y_libreries.part01.rar (500 KB)
open | download - marlin_y_libreries.part02.rar (500 KB)
open | download - marlin_y_libreries.part03.rar (292.2 KB)
Re: REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER no funciona angry smiley
February 01, 2015 02:10PM
Hola amigo , a mi me paso lo mismo y la solución fue cargar otra versión de marlin.y todoperfecto.ttambién giran el contraste de la pantalla al máximo por si acaso.saludos
Sorry, only registered users may post in this forum.

Click here to login