PROBLEMAS EN EL EJE "Y"
-
- Posts: 9
- Joined: Wed Jul 13, 2016 7:38 pm
PROBLEMAS EN EL EJE "Y"
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
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
Re: PROBLEMAS EN EL EJE "Y"
Hola,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
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!
-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!
-
- Posts: 9
- Joined: Wed Jul 13, 2016 7:38 pm
Re: PROBLEMAS EN EL EJE "Y"
acá subí el video
https://1drv.ms/v/s!Ai-7GtLIgkQMkHQtt5Px6gNPgXqN
Al comienzo se ve en el LCD "endstops hit: Y"
Gracias!!!
https://1drv.ms/v/s!Ai-7GtLIgkQMkHQtt5Px6gNPgXqN
Al comienzo se ve en el LCD "endstops hit: Y"
Gracias!!!
-
- Posts: 9
- Joined: Wed Jul 13, 2016 7:38 pm
Re: PROBLEMAS EN EL EJE "Y"
No se si aportando esto puede servir para que me ayuden con la falla
En el LCD me indica
endstops hit: Y
En el LCD me indica
endstops hit: Y
Re: PROBLEMAS EN EL EJE "Y"
Hola,edgardoval wrote:No se si aportando esto puede servir para que me ayuden con la falla
En el LCD me indica
endstops hit: Y
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!
-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!
-
- Posts: 9
- Joined: Wed Jul 13, 2016 7:38 pm
Re: PROBLEMAS EN EL EJE "Y"
Por favor dame un paso a paso para llegar a hacer esta modificación
-
- Posts: 9
- Joined: Wed Jul 13, 2016 7:38 pm
Re: PROBLEMAS EN EL EJE "Y"
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
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
Re: PROBLEMAS EN EL EJE "Y"
Hola,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
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: 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!
-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!
-
- Posts: 9
- Joined: Wed Jul 13, 2016 7:38 pm
Re: PROBLEMAS EN EL EJE "Y"
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
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
Re: PROBLEMAS EN EL EJE "Y"
Hi,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
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. 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:
-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!
-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!