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
CONSULTA Problema de Configuracion de Marlin para Endstop
#1
Información 
Hola a Todos

Soy nuevo en el foro y he contruido una impresora prusa como la que se observa en el link de la imagen.

https://www.hta3d.com/image/catalog/Impr...or-alt.jpg

He usado correa GT2 con poleas de 20 dientes, motores NEMA17 de 200 pasos, Arduino mega 2560, ramps 1.4, pololu A4998 (configurados X e Y a 200mA y Z y extrusor a 400mA).
Al probar los movimientos de la impresora todo funciona menos los fines de carrera (son la plaquetita roja de 3 cables). Estoy un poco desesperado porque busco y busco y no le encuentro solucion.

Alguien podria enviarme su archivo de configuracion.h de marlin (ultima version)?? La conexion mecanica de los endstop es como se observa en la imagen del link. Al tocar cualquier eje el led del endstop enciende pero los motores siguen de largo.

Espero que me puedan ayudar!

Marcelo.
  Responder
#2
Buenas noches,
Tiene toda la pinta de que tengas configurado tu marlin con los endstop en el lado opuesto de los ejes.
¿Puedes poner una foto de tu impresora o un dibujo de dónde están los endstop?
¿Puedes copiar la parte del configuration.h donde defines su posición, y si son abiertos o cerrados por defecto?
#define USE_XMIN_PLUG
#define USE_YMIN_PLUG
#define USE_ZMIN_PLUG
//#define USE_XMAX_PLUG
//#define USE_YMAX_PLUG
//#define USE_ZMAX_PLUG

/ Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
#define X_MIN_ENDSTOP_INVERTING false // 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 false // 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 false // 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 endstop.

Con eso será más fácil poder ayudarte.
Un saludo.
  Responder
#3
Creo que por defecto (si no lo cambias en el software) los finales de carrera deben conectarse al X- Y- y Z- y los sensores de fin de hilo al X+, Y+ y el autolevel de la cama al Z+ (si lo soporta)
No fumes , vapea! sigueme en twitter, instagram y youtube
  Responder


Posibles temas similares…
Tema Autor Respuestas Vistas Último mensaje
  Ayuda configuracion del Marlin para compilar en el arduino NOQUI 1 0 13-02-2024, 06:06 PM
Último mensaje: Simemart
  Marlin para Ender 3 Pro Ivan_Serroels 17 36 26-11-2023, 10:18 AM
Último mensaje: Simemart
  Linear Advance Configuracion e impresion 21Curiosos 4 0 11-08-2023, 03:09 PM
Último mensaje: Simemart
  Configuracion de ventiladores Marlin 21Curiosos 16 1,024 19-06-2023, 08:22 PM
Último mensaje: wolf
  Power Loss Recovery Configuracion bbouett 1 0 07-06-2023, 08:07 PM
Último mensaje: Simemart