Welcome! Log In Create A New Profile

Advanced

Configurazione Marlin per SKR V1.1

Posted by laserbit 
Configurazione Marlin per SKR V1.1
January 31, 2019 11:40AM
Ciao a tutti, ho cercato sul forum ma non ho trovato molto sulla scheda SKR V1.1 (smoothieboard della BIGTREETECH). Attualmente sono riuscito a compilare correttamente il l'ultima versione di Marlin (Bugfix-2.0.x) settando la scheda opportuna (BOARD_BIQU_SKR_V1_1). Come display ho un REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER, che viene riconosciuto, ma non riesco a far funzionare il lettore di memorie che quest'ultimo ha a bordo. Oltre ad display ovviamente, ho abilitato il #define SDSUPPORT. Devo fare altro per poterlo fare funzionare? Ho collegato il display su EXP1 e il lettore su EXP2.

Grazie mille

Edited 2 time(s). Last edit at 01/31/2019 01:22PM by laserbit.
Re: Configurazione display su Marlin SKR V1.1
January 31, 2019 12:31PM
Bene ragazzi, nell'attesa di qualche anima pia ho spulciato un po' in rete ed ho trovato una configurazione pin compatibile con il display in questione. Ora il diplay ed il relativo lettore sono perfettamente funzionanti.
La allego nel caso in cui dovesse servire a qualcuno. Nel frattempo รจ sorto un altro problema, non riesco a configurare il sensore fine filo....

Nella configurazione della board ho settato il pin corretto aggiungendo quanto segue (sulla vecchia board era cablato al posto di ZMAX):

//#define Z_MAX_PIN P1_24
#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN P1_24
#endif

E in configuration.h ho quanto segue:

#define FILAMENT_RUNOUT_SENSOR
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
#define FIL_RUNOUT_INVERTING false // set to true to invert the logic of the sensor.
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.


Cosa sbaglio?

Edited 1 time(s). Last edit at 01/31/2019 01:25PM by laserbit.
Attachments:
open | download - pins_BIQU_SKR_V1.1.h (7.4 KB)
Re: Configurazione display su Marlin SKR V1.1
January 31, 2019 04:14PM
cancellato... problema assi XYZ che non si muovevano risolto, era dovuto al connettore dell'asse X che non era fatto bene

Edited 2 time(s). Last edit at 01/31/2019 04:43PM by laserbit.
Sorry, only registered users may post in this forum.

Click here to login