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.

Bienvenido, Invitado
Tienes que registrarte para poder participar en nuestro foro.

Nombre de usuario
  

Contraseña
  





Estadísticas del foro
» Miembros: 16,353
» Último miembro: umuewadekuqub
» Temas del foro: 11,809
» Mensajes del foro: 115,464

Estadísticas totales

Últimos temas
PROBLEMAS CON EJE X Y Z D...
Foro: Artillery
Último mensaje por: Viticop
Hace 5 horas
» Respuestas: 2
» Vistas: 0
Cambiar drivers A4988 por...
Foro: Firmware y Software
Último mensaje por: Simemart
Hace 5 horas
» Respuestas: 30
» Vistas: 0
"Picotazos" en pieza
Foro: General
Último mensaje por: Replikante
Hace 6 horas
» Respuestas: 5
» Vistas: 0
POLEA ARTILLERY
Foro: Mecánica
Último mensaje por: NUVOLARI
Hace 11 horas
» Respuestas: 0
» Vistas: 0
Prusa i3 Hephestos modifi...
Foro: Prusa
Último mensaje por: Simemart
Ayer, 02:58 PM
» Respuestas: 1
» Vistas: 0
Mala impresión de la prim...
Foro: General
Último mensaje por: Paloo
Ayer, 12:51 PM
» Respuestas: 0
» Vistas: 0





















 
  CAD accesorio diamond hotend
Enviado por: p52sarup - 20-08-2019, 03:17 PM - Foro: Modelos - Sin respuestas

Buenas tardes,

Alguien tiene un CAD de este modelo o similares.

https://www.thingiverse.com/thing:1102859

Gracias


  Modelos de Calibración. Solucion a los resultados?
Enviado por: Ko2Power - 20-08-2019, 11:08 AM - Foro: General - Respuestas (7)

Buenos dias Gente 3D!
Tengo muchos problemas en mi printer, pero el principal es que:
Cuando imprimo un Cubo o un Benchy, veo q estan mal, pero no encuentro la solucion a los problemas q aparecen!!  Nusenuse
Es decir.., No hay un tipo de "manual" para solucionar los problemas concretos de la Impresion fallida? Veo los errores fisicamente pero no se como arreglar cada uno. Por ahí todo son "tutoriales" generalizados de configuracion de parametros, pero ninguno con una foto o algo por el estilo con los errores posibles a encontrar en un Benchy y una explicacion del error y de la posible solucion..
Existe lo que busco?
Puedo imprimir los Cubos y Benchys q quiera, los errores no se iran solos!!
[Imagen: cc007a7f-a675-40ef-af3d-3b6735b18341.jpg]

[Imagen: 4d545af8-49d2-4653-bb70-e11d59a2bcdd.jpg]

[Imagen: c1f4b7e4-795f-47e1-81de-f84860047933.jpg]


  VENTA: Tektronix TBS1072B Osciloscopio Digital, 2 Canales, 70 MHz, 1 GSPS
Enviado por: Lessy - 18-08-2019, 10:33 PM - Foro: Venta - Sin respuestas

Hola,

Vendo el osciloscopio Tektronix TBS1072B por necesidad de comprar uno de cuatro canales. Lo compre hace dos años y esta como nuevo. El precio es de 400 euros. 

No se incluye la sonda de la tercera imagen.


[Imagen: TBS1072-B-1.jpg]

[Imagen: TBS1072-B-2.jpg]

[Imagen: TBS1072-B-3.jpg]


  Regular pasos E1 (segundo extrusor)
Enviado por: p52sarup - 18-08-2019, 03:10 PM - Foro: General - Respuestas (6)

Buenas,
Alguien sabe cómo regular los pasos de un segundo extrusor en marlin?
#define DEFAULT_AXES_STEPS_PER_UNIT { x, y, z, E0 }
Actualmente está es la conf, entonces yo introduzco E1, de este modo:
#define DEFAULT_AXES_STEPS_PER_UNIT { x, y, z, E0, E1}
Pero no compila, alguien entiende del tema.

Gracias


  eje Y vs home
Enviado por: alogic - 17-08-2019, 05:21 PM - Foro: General - Respuestas (1)

hola, estoy programando un pequeño router con marlin 1.9. pero me está dando guerrilla los endstop. 
el eje Y se estrella. tal cual. pero envio m119 para comprobar, y me sale como trigered si lo pulso. open cuando lo suelto. 
he probado a ponerlos en na, nc. cambiando las configuraciones..... también lo he cambiado haber si iba a ser el pulsador..... funciona, de todas las formas. e invirtiendo ejes, cambiando los pines por el de x u z funciona. y es el otro el que se estrella. solo al que le asigno el Y.  
ande u que he tocado en marlin para que no pare al llegar.??
esta es la configuracion de los finales, pullups activadas, interruptores nc, comun a gnd. al pulsar se pone a 5v al abrir el contacto.  Nusenuse como digo con m119 veo que funcionan.

Código:
// @section homing

// Specify here all the endstop connectors that are connected to any endstop or probe.
// Almost all printers will be using one per axis. Probes will use one or more of the
// extra connectors. Leave undefined any used for non-endstop and non-probe purposes.
//#define USE_XMIN_PLUG
#define USE_YMIN_PLUG
#define USE_ZMIN_PLUG
#define USE_XMAX_PLUG
//#define USE_YMAX_PLUG
#define USE_ZMAX_PLUG

// Enable pullup for all endstops to prevent a floating state
#define ENDSTOPPULLUPS
#if DISABLED(ENDSTOPPULLUPS)
 // Disable ENDSTOPPULLUPS to set pullups individually
 //#define ENDSTOPPULLUP_XMAX
 //#define ENDSTOPPULLUP_YMAX
 //#define ENDSTOPPULLUP_ZMAX
 //#define ENDSTOPPULLUP_XMIN
 //#define ENDSTOPPULLUP_YMIN
 //#define ENDSTOPPULLUP_ZMIN
 //#define ENDSTOPPULLUP_ZMIN_PROBE
#endif

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

un saludo