This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

  • 0 voto(s) - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5
eje Y vs home
#1
hola, estoy programando un pequeño router con marlin 1.9. pero me está dando guerrilla los endstop. 
el eje Y se estrella. tal cual. pero envio m119 para comprobar, y me sale como trigered si lo pulso. open cuando lo suelto. 
he probado a ponerlos en na, nc. cambiando las configuraciones..... también lo he cambiado haber si iba a ser el pulsador..... funciona, de todas las formas. e invirtiendo ejes, cambiando los pines por el de x u z funciona. y es el otro el que se estrella. solo al que le asigno el Y.  
ande u que he tocado en marlin para que no pare al llegar.??
esta es la configuracion de los finales, pullups activadas, interruptores nc, comun a gnd. al pulsar se pone a 5v al abrir el contacto.  Nusenuse como digo con m119 veo que funcionan.
Código:
// @section homing

// Specify here all the endstop connectors that are connected to any endstop or probe.
// Almost all printers will be using one per axis. Probes will use one or more of the
// extra connectors. Leave undefined any used for non-endstop and non-probe purposes.
//#define USE_XMIN_PLUG
#define USE_YMIN_PLUG
#define USE_ZMIN_PLUG
#define USE_XMAX_PLUG
//#define USE_YMAX_PLUG
#define USE_ZMAX_PLUG

// Enable pullup for all endstops to prevent a floating state
#define ENDSTOPPULLUPS
#if DISABLED(ENDSTOPPULLUPS)
 // Disable ENDSTOPPULLUPS to set pullups individually
 //#define ENDSTOPPULLUP_XMAX
 //#define ENDSTOPPULLUP_YMAX
 //#define ENDSTOPPULLUP_ZMAX
 //#define ENDSTOPPULLUP_XMIN
 //#define ENDSTOPPULLUP_YMIN
 //#define ENDSTOPPULLUP_ZMIN
 //#define ENDSTOPPULLUP_ZMIN_PROBE
#endif

// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
#define X_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define X_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
#define Y_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
#define Z_MIN_PROBE_ENDSTOP_INVERTING false // set to true to invert the logic of the probe.

un saludo
  Responder
#2
pero y esto. vaya con los enlaces ....
reportados!!!
  Responder


Posibles temas similares…
Tema Autor Respuestas Vistas Último mensaje
  CONSULTA PROBLEMAS EN EL HOME SE ESTRELLA EN EL EJE X orlando lopez 8 1,471 25-12-2020, 10:48 PM
Último mensaje: Simemart
  Geeetech A10 Home eje x 3drober 12 3,348 28-04-2020, 11:26 AM
Último mensaje: Simemart
  CONSULTA Fallo auto home Ender 3 Ferrochato 0 1,505 20-08-2018, 11:07 PM
Último mensaje: Ferrochato
  Alguien tiene o conoce la 3dcpi home?? varo712 0 1,316 07-06-2017, 11:55 PM
Último mensaje: varo712
  Novato. Se mueve a home pero solo eso. Pepo60 5 1,952 22-06-2015, 11:07 AM
Último mensaje: gevaudan