Difference between revisions of "LulzBot AO-100-Mantenimiento"

From Wiki Makespace Madrid
Jump to: navigation, search
(Created page with " == Ajustar el End-Stopper == == Nivelar la cama == == Nivelar el eje Z == == Actualizando el firmware == El firmware actual(9/11/2013) es Marlin v1, la ultima versión...")
 
(Replaced content with " Movido a : http://wiki.makespacemadrid.org/index.php?title=Impresora3D/MantenimientoBasico http://wiki.makespacemadrid.org/index.php?title=Impresora3D/Lulzbot")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
== Ajustar el End-Stopper ==
+
Movido a :
 
+
http://wiki.makespacemadrid.org/index.php?title=Impresora3D/MantenimientoBasico
 
+
http://wiki.makespacemadrid.org/index.php?title=Impresora3D/Lulzbot
== Nivelar la cama ==
+
 
+
 
+
== Nivelar el eje Z ==
+
 
+
 
+
== Actualizando el firmware ==
+
 
+
El firmware actual(9/11/2013) es Marlin v1, la ultima versión de github a la fecha.
+
 
+
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_ENSOR 3 de la RAMPS  y cambiar el pin en el pins.h para que sea el TEMP_SENSOR_0.
+
 
+
En la version actual de marlin es cambiar las lineas 514 Y 515 de :
+
#define TEMP_0  13
+
#define TEMP_0  15
+
a:
+
#define TEMP_0  15
+
#define TEMP_0  13
+
 
+
 
+
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
+

Latest revision as of 01:24, 9 April 2014

Movido a : http://wiki.makespacemadrid.org/index.php?title=Impresora3D/MantenimientoBasico http://wiki.makespacemadrid.org/index.php?title=Impresora3D/Lulzbot