Welcome! Log In Create A New Profile

Advanced

MK- Mi sto' incartando con gli endstop

Posted by filippo_260367 
MK- Mi sto' incartando con gli endstop
April 22, 2016 03:48PM
Ciao a tutti,
finalmente ho corretto il firmware come da consiglio del Mago per ingannare i thermistor della temperature e finalmente o caricato il firmware.
Comportamento dei motori:

Spiego come sono montati gli endstop ... preciso endstop meccanici con led,
Guardando di fronte la stampante
EndStop X -> a destra
EndStop Y -> nella parte posteriore del piatto (dietro)
EndStop Z -> a sinistra

Comportamento dei motori
Home X -> si muove a scatti (praticamente ad ogni pressione del Home si muove di 1/2 cm +/-) VERSO DESTRA, ossia verso l endstop , anche se lo tocca e si accende ... continua a muoversi !!!
Home Z -> Se tengo premuto endstop (led acceso) e faccio un home ... parte verso l'alto e appena mollo endstop (spegne) l' asse si ferma.
Home Y -> si muove a scatti praticamente come gli altri

L' estrusore non dà segni di vita (nella barra di Repetier mi segnala un errore di temperatura !!!)

Di seguito come ho impostato il firmware

//#define ENDSTOPPULLUPS

#if DISABLED(ENDSTOPPULLUPS)
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
//#define ENDSTOPPULLUP_XMIN
#define ENDSTOPPULLUP_YMIN
#define ENDSTOPPULLUP_ZMIN
//#define ENDSTOPPULLUP_Z2MIN
#define ENDSTOPPULLUP_XMAX
//#define ENDSTOPPULLUP_YMAX
//#define ENDSTOPPULLUP_ZMAX
//#define ENDSTOPPULLUP_Z2MAX
//#define ENDSTOPPULLUP_ZPROBE
//#define ENDSTOPPULLUP_EMIN
#endif
/*****************************************************************************************/


/*****************************************************************************************
************************************ Endstops logic *************************************
*****************************************************************************************
* *
* Mechanical endstop with COM to ground and NC to Signal *
* uses "false" here (most common setup). *
* *
*****************************************************************************************/
#define X_MIN_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop.
#define Z2_MIN_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop.
#define X_MAX_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop.
#define Y_MAX_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop.
#define Z_MAX_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop.
#define Z2_MAX_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop.
#define Z_PROBE_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop.
#define E_MIN_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop.
/*****************************************************************************************/


/*****************************************************************************************
********************************** Endstops min or max **********************************
*****************************************************************************************
* *
* Sets direction of endstop when homing; 1=MAX, -1=MIN *
* *
*****************************************************************************************/
#define X_HOME_DIR 1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1
#define E_HOME_DIR -1
/*****************************************************************************************/


Considerazione su contatti Ramps...
Come si vede dalla foto (reperita dal sito reprap) allegata,
Io ho inserito i contatti :
endstop X su X-
endstop Y su Y-
endstop Z su Z-

Forse devo metterli cosi ?
endstop X su X+
endstop Y su Y-
endstop Z su Z-


Potete aiutarmi ?
Grazie
Attachments:
open | download - ramps-1-3-end-stop-connections.jpg (104.8 KB)
Re: MK- Mi sto' incartando con gli endstop
April 22, 2016 05:08PM
Comando M119...
Verificare il comportamento degli endstop se funzionano premendoli a mano...
Invertire la direzione del motore se va in senso opposto...
L'endstop X a destra è un MAX, Y dietro è un MIN, Z sotto è un MIN..
Vanno collegati di conseguenza a X MAX, Y MIN, Z MIN!!
Sono sempre le stesse cose!!!

Edited 1 time(s). Last edit at 04/22/2016 05:09PM by MagoKimbra.


COMPRA ITALIANO - sostieni le nostre aziende - sostieni la nostra gente - sostieni il tuo popolo - sosterrai te stesso.
Alberto C. felice possessore di una Kossel K2
My Blog - My Thingiverse
Re: MK- Mi sto' incartando con gli endstop
April 24, 2016 09:08AM
Mago ... non perdere la pazienza :-(
Hai ragione ... se guardavo meglio nei post avrei trovato qualcosa.

Comunque la logica degli endstop è corretta (Triggered su endstop non premuto), ho la senzazione che devo regolare la direzione dei motori (vedi mio posto ) , pero' per questo devo aspettare martedi ... che riaprano i negozi di elettronica per procurarmi un LM7805 ... che ho fritto.

Grazie ancora comunque
Sorry, only registered users may post in this forum.

Click here to login