Editing LulzBot AO-100-Mantenimiento

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
  
Movido a :
+
César García y Soraya Paniagua han creado esta [[Guía de Calibrado de una impresora 3D]], esta pagina amplia su contenido
http://wiki.makespacemadrid.org/index.php?title=Impresora3D/MantenimientoBasico
+
 
http://wiki.makespacemadrid.org/index.php?title=Impresora3D/Lulzbot
+
 
 +
== Ajustar el End-Stopper ==
 +
 
 +
 
 +
== Nivelar la cama ==
 +
Para nivelar la cama bajamos el cabezal a 0.1mm y pasando un folio entre el nozzle y la cama comprobamos que las 4 esquinas están a la misma altura, después de ajustar hay que hacer una segunda ronda de comprobación para asegurarnos que al tocar un lado no hemos dejado otro mal calibrado.
 +
 
 +
 
 +
'''TODO: SUBIR FOTOS'''
 +
 
 +
 
 +
== Nivelar el eje Z ==
 +
De vez en cuando el eje z se desajusta y hay que asegurarse que los dos tornillos sin fin están sincronizados.
 +
Para ello utilizaremos un calibre para medir la altura del carro en los dos lados:
 +
 
 +
'''TODO: SUBIR FOTOS'''
 +
 
 +
== Actualizando el firmware ==
 +
 
 +
El firmware actual(9/11/2013) es Marlin v1, la ultima versión de github a la fecha. Aqui puedes descargarlo si te  hiciera falta('''TODO:SUBIR EL ZIP CON EL FIRM CONFIGURADO''')
 +
 
 +
La EEPROM esta activada, así que no es necesario reprogramar el firmware para cambiar la configuración. Se cambia la configuración con los g-codes y se guarda en la EEPROM con un M500. Ver [[G-code]]
 +
 
 +
'''¡¡OJO!!'''Parece ser que '''el pin del pin del TEMP_SENSOR_0 esta mal''', con el firmare original de lulzbot(marlin rc2 bajado del ftp) no lee la temperatura en el TEMP_SENSOR_0, '''hay que conectarlo al TEMP_SENSOR 3 de la RAMPS  y cambiar el pin en el pins.h''' para que sea el TEMP_SENSOR_0.
 +
 
 +
Dentro del pins.h buscar la seccion :
 +
#if MOTHERBOARD == 3 || MOTHERBOARD == 33 || MOTHERBOARD == 34
 +
 
 +
La configuración de los pines de temperatura tendra esta pinta :
 +
#define TEMP_0_PIN        13  // ANALOG NUMBERING
 +
#define TEMP_1_PIN        15  // ANALOG NUMBERING
 +
#define TEMP_2_PIN        -1  // ANALOG NUMBERING
 +
cambiar a:
 +
#define TEMP_0_PIN        15  // ANALOG NUMBERING
 +
#define TEMP_1_PIN        13  // ANALOG NUMBERING
 +
#define TEMP_2_PIN        -1  // ANALOG NUMBERING
 +
 
 +
Datos de configuraccion:
 +
 
 +
Pasos por mm eje X/Y  : 44.7.
 +
Pasos por mm eje Z    : 1512.
 +
Pasos por mm extrusor : 800.
 +
 +
Máximo eje X :200.
 +
Máximo eje Y :190.
 +
Máximo eje Z :100.
 +
 +
Thermistor del hotend          : Honeywell 100k 135-104LAG-J01.
 +
Thermistor de la cama caliente : Honeywell 100k 135-104LAG-J01.

Please note that all contributions to Wiki Makespace Madrid may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wiki Makespace Madrid:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to type the two words you see in the box below:

Cancel | Editing help (opens in new window)