PROBLEMAS EN EL EJE "Y"

edgardoval
Posts: 9
Joined: Wed Jul 13, 2016 7:38 pm

PROBLEMAS EN EL EJE "Y"

Post by edgardoval » Fri Jul 15, 2016 2:40 am

Hola a todos soy de Argentina
Tengo una impresora que recién me llegó, la tengo armada y en funcionamiento, el problema que se me presentó es que el eje "Y" avanza perfectamente pero cuando retrocede para llegar al fin de carrera, comienza a vibrar el motor y se para el carro en cualquier posición, en el LCD marca "0" pero queda en cualquier lugar parada.
Probé de hacerla avanzar tanto desde la computadora como del control de la impresora y hace lo mismo. La apagué y la ecendí y hace lo mismo.
Le afloje la correa por las dudas y continúa haciendo la falla.
Agradecería que me den una solución, gracias

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: PROBLEMAS EN EL EJE "Y"

Post by William » Fri Jul 15, 2016 10:32 am

edgardoval wrote:Hola a todos soy de Argentina
Tengo una impresora que recién me llegó, la tengo armada y en funcionamiento, el problema que se me presentó es que el eje "Y" avanza perfectamente pero cuando retrocede para llegar al fin de carrera, comienza a vibrar el motor y se para el carro en cualquier posición, en el LCD marca "0" pero queda en cualquier lugar parada.
Probé de hacerla avanzar tanto desde la computadora como del control de la impresora y hace lo mismo. La apagué y la ecendí y hace lo mismo.
Le afloje la correa por las dudas y continúa haciendo la falla.
Agradecería que me den una solución, gracias
Hola,
Podría, por favor adjuntar un vídeo?
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

edgardoval
Posts: 9
Joined: Wed Jul 13, 2016 7:38 pm

Re: PROBLEMAS EN EL EJE "Y"

Post by edgardoval » Sat Jul 16, 2016 2:01 am

acá subí el video

https://1drv.ms/v/s!Ai-7GtLIgkQMkHQtt5Px6gNPgXqN

Al comienzo se ve en el LCD "endstops hit: Y"

Gracias!!!

edgardoval
Posts: 9
Joined: Wed Jul 13, 2016 7:38 pm

Re: PROBLEMAS EN EL EJE "Y"

Post by edgardoval » Sat Jul 16, 2016 4:02 am

No se si aportando esto puede servir para que me ayuden con la falla
En el LCD me indica

endstops hit: Y

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: PROBLEMAS EN EL EJE "Y"

Post by William » Sat Jul 16, 2016 9:23 am

edgardoval wrote:No se si aportando esto puede servir para que me ayuden con la falla
En el LCD me indica

endstops hit: Y
Hola,
Se debe a que la dirección final de carrera del eje Y está mal, debe cambiar la dirección correspondiente aquí en la pestaña configuration.h en el firmware:
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

edgardoval
Posts: 9
Joined: Wed Jul 13, 2016 7:38 pm

Re: PROBLEMAS EN EL EJE "Y"

Post by edgardoval » Sat Jul 16, 2016 9:41 pm

Por favor dame un paso a paso para llegar a hacer esta modificación

edgardoval
Posts: 9
Joined: Wed Jul 13, 2016 7:38 pm

Re: PROBLEMAS EN EL EJE "Y"

Post by edgardoval » Sun Jul 17, 2016 1:25 am

Ahora cuando imprimo comienza y se empieza a desplazar el eje "Y", en lugar de imprimir hacia arriba lo hace hacia el costado como muestra el video hasta que hace tope:

https://1drv.ms/v/s!Ai-7GtLIgkQMkHs4AYUmsmqTeB-f

acá esta la foto de como quedó al final

https://flic.kr/p/Jfv7KE

Así era el archivo en el REPETIER

https://flic.kr/p/JfxpDp

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: PROBLEMAS EN EL EJE "Y"

Post by William » Mon Jul 18, 2016 4:46 pm

edgardoval wrote:Ahora cuando imprimo comienza y se empieza a desplazar el eje "Y", en lugar de imprimir hacia arriba lo hace hacia el costado como muestra el video hasta que hace tope:

https://1drv.ms/v/s!Ai-7GtLIgkQMkHs4AYUmsmqTeB-f

acá esta la foto de como quedó al final

https://flic.kr/p/Jfv7KE

Así era el archivo en el REPETIER

https://flic.kr/p/JfxpDp
Hola,
He aquí los pasos para modificar el firmware:
1.You puede descargar el firmware correspondiente para su impresora desde aquí:
http://www.geeetech.com/forum/viewtopic ... 20&t=17046
2.Open el firmware en el software "arduino.exe", descarga "arduino.exe" desde el enlace: "http://www.geeetech.com/wiki/index.php/ ... _Resources" si no lo tiene eso.
3.then encontrar la pestaña "configuration.h" en su firmware, encontrar el parámetro para los finales de carrera, y cambiar el valor del eje Y,
mira el siguiente cuadro:
1.jpg
1.jpg (89.96 KiB) Viewed 17102 times
4.Fanally, debe conectar el cable USB para cargar su firmware.More modificada detalles se pueden encontrar en este artículo: http://www.geeetech.com/forum/viewtopic ... 13&t=17181
Atentamente
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

edgardoval
Posts: 9
Joined: Wed Jul 13, 2016 7:38 pm

Re: PROBLEMAS EN EL EJE "Y"

Post by edgardoval » Tue Jul 19, 2016 8:09 am

Baje el “Arduino 1.0.1”
Abrí el archivo “Prusa_I3_A.ino” (que lo había bajado anteriormente)
Fui hasta “configuration_h”
Modifiqué
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.

En Herramientas, seleccioné Tarjeta: Sanguino W/ ATmega1284p 16mhz
Hice la verificación
Me puso COMPILACIÓN TERMINADA
Tamaño binario del Sketch: 107.152 bytes (de un máximo de 131.072 bytes)

Conecte el cable USB a la computadora
Seleccioné en Herramientas “Puerto Serial” COM3 (que es donde está conectada la impresora)
Seleccioné “Cargar”
Me puso CARGA TERMINADA

Abrí el programa REPETIER HOST GEEEtech V0.90D
Seleccioné: Control Manual y desplacé en eje “X”, “Y” y “Z” un mínimo de movimiento
Seleccioné la casita así tomaba los “0” Ceros
Primero se movió el eje "X" hasta llegar al fin de carrera, hizo tope avanzó un poco y retrocedió hasta el final en marcha lenta.
Segundo INTENTÓ MOVER LA CAMA, VIBRÓ EL MOTOR HASTA QUE SE PARÓ Y QUEDÓ EN EL LUGAR
Tercero movió el eje Z hasta que tocó el fin de carrera, subió un poco y volvió a bajar a una velocidad más lenta.

En el LCD figuran todos los ejes en cero pero el eje “Y” quedó separado de donde debía estar.

El avance del eje “Y” es perfecto como el de los otros movimiento, el problema es que no retrocede para llegar al fin de carrera.

Probé de cambiar los motores, el del eje “X” lo puse en el eje “Y” y el del eje “Y” en el lugar del eje “X” para ver si era problema del motor, pero hace exactamente la misma falla.

Agradecería que me envíen la solución a este problema, gracias

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: PROBLEMAS EN EL EJE "Y"

Post by William » Tue Jul 19, 2016 9:16 am

edgardoval wrote:Baje el “Arduino 1.0.1”
Abrí el archivo “Prusa_I3_A.ino” (que lo había bajado anteriormente)
Fui hasta “configuration_h”
Modifiqué
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.

En Herramientas, seleccioné Tarjeta: Sanguino W/ ATmega1284p 16mhz
Hice la verificación
Me puso COMPILACIÓN TERMINADA
Tamaño binario del Sketch: 107.152 bytes (de un máximo de 131.072 bytes)

Conecte el cable USB a la computadora
Seleccioné en Herramientas “Puerto Serial” COM3 (que es donde está conectada la impresora)
Seleccioné “Cargar”
Me puso CARGA TERMINADA

Abrí el programa REPETIER HOST GEEEtech V0.90D
Seleccioné: Control Manual y desplacé en eje “X”, “Y” y “Z” un mínimo de movimiento
Seleccioné la casita así tomaba los “0” Ceros
Primero se movió el eje "X" hasta llegar al fin de carrera, hizo tope avanzó un poco y retrocedió hasta el final en marcha lenta.
Segundo INTENTÓ MOVER LA CAMA, VIBRÓ EL MOTOR HASTA QUE SE PARÓ Y QUEDÓ EN EL LUGAR
Tercero movió el eje Z hasta que tocó el fin de carrera, subió un poco y volvió a bajar a una velocidad más lenta.

En el LCD figuran todos los ejes en cero pero el eje “Y” quedó separado de donde debía estar.

El avance del eje “Y” es perfecto como el de los otros movimiento, el problema es que no retrocede para llegar al fin de carrera.

Probé de cambiar los motores, el del eje “X” lo puse en el eje “Y” y el del eje “Y” en el lugar del eje “X” para ver si era problema del motor, pero hace exactamente la misma falla.

Agradecería que me envíen la solución a este problema, gracias
Hi,
Did you still have the problem "endstops hit:Y" after you modified the firmware?Here are some tips:
1.Try swapping the A4988 of Y-axis with the A4988 of X-axis to see if it works.
2.Homing the printer first in Repetier Host, and use M119 to check the endstop status (with probe up). If the printer can not home itself, you can manually trigger the endstop one by one.
002.jpg
002.jpg (44.89 KiB) Viewed 17782 times
After homing, the status are like this:
X max: triggered(or ON)
Y max: triggered(or ON)
Z min: triggered(or ON)
Z max: triggered(or ON)
If so, then the endstop status are correct.
After you have done this,please attach a snapshot like the following picture:
1.png
1.png (15.31 KiB) Viewed 17102 times
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

Post Reply