Welcome! Log In Create A New Profile

Advanced

aiuto abilitare lcd reprapdiscount [Risolto]

Posted by fr4nc3sco 
aiuto abilitare lcd reprapdiscount [Risolto]
March 17, 2014 02:39PM
raga lo so c'è la guida ma siccome non tornano le righe col mio conf.ini non vorrei combinare guai cosi vi posto
guida di riferimento
[reprap.org]
Marlin V1 (new)

In "Configuration.h”
1. Change line 46 to “#define MOTHERBOARD 33”
2. Change line 306 to “#define REPRAP_DISCOUNT_SMART_CONTROLLER” (just remove the // at the beginning)
3. Change line 326 to “#define NEWPANEL //enable this if you have a click-encoder panel” (just remove the // at the beginning)

Switch over to "Pins.h" and change line 318 to “#define RAMPS_V_1_3” (just remove the // at the beginning)

Upload the firmware, power off the Arduino, connect the panel, reapply power, and everything should work

ovviamente a quelle linee non ho quei commenti per cui ho paura di combinare casini vi elenco la parte finale che interessa il conf.ini

Quote

//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 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 PCcool smiley
// [reprap.org]
//#define REPRAP_DISCOUNT_SMART_CONTROLLER
 
// The GADGETS3D G3D LCD/SD Controller (blue PCcool smiley
// [reprap.org]
//#define G3D_PANEL
 
// The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCcool smiley
// [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
 
//automatic expansion
#if defined (MAKRPANEL)
#define DOGLCD
#define SDSUPPORT
#define ULTIPANEL
#define NEWPANEL
#define DEFAULT_LCD_CONTRAST 17
#endif
 
#if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
#define DOGLCD
#define U8GLIB_ST7920
#define REPRAP_DISCOUNT_SMART_CONTROLLER
#endif
 
#if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL)
#define ULTIPANEL
#define NEWPANEL
#endif
 
#if defined(REPRAPWORLD_KEYPAD)
#define NEWPANEL
#define ULTIPANEL
#endif
#if defined(RA_CONTROL_PANEL)
#define ULTIPANEL
#define NEWPANEL
#define LCD_I2C_TYPE_PCA8574
#define LCD_I2C_ADDRESS 0x27   // I2C Address of the port expander
#endif
 
//I2C PANELS
 
idem per il pins.h va modificato? perché anche li non trovo la riga giusta

Edited 1 time(s). Last edit at 03/27/2014 12:48PM by Gordie.
Re: aiuto abilitare lcd reprapdiscount
March 17, 2014 03:33PM
Devi modificare il config.h non il .ini

Comunque, come ti dovevo via PM, che versione di marlin hai?
Ciao

Edited 1 time(s). Last edit at 03/17/2014 04:05PM by enricodare.


Enrico

[www.dapa3dservice.it] [www.studiodapa.it]
repstrap dApA, Ramps 1.4, MarlinKimbra / scanner 3D Cubify Sense / Formlabs Form 2
Re: aiuto abilitare lcd reprapdiscount
March 17, 2014 03:37PM
si scusa ho errato a scrivere infatti quello e uno scorcio dell config.h solo che non vorrei errare nel settarlo
Re: aiuto abilitare lcd reprapdiscount
March 23, 2014 04:22PM
ciao sei riuscito a far funzionare lcd, se si mi invieresti gentilmente il config.h per confrontarlo con il mio. la mia configurazione è arduino mega 2560 (originale) rapms1.4 lcd REPRAP_DISCOUNT_SMART_CONTROLLER. Grazie


Prusa i2 arduino mega ramps 1.4 lcd marlin v1
Re: aiuto abilitare lcd reprapdiscount
March 23, 2014 05:08PM
si risolto alla fine ho dovuto solo abilitare
//#define REPRAP_DISCOUNT_SMART_CONTROLLER
ed è partito non funzionava perché i cavi fatti più lunghi mi davano problemi
Re: aiuto abilitare lcd reprapdiscount [Risolto]
July 29, 2014 12:39PM
E' quello grafico con il trimmer in basso a sx? Dovrebbe servire a regolare la luminosita ma a me sembra che non reagisca! A te va?
Sorry, only registered users may post in this forum.

Click here to login