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.

  • 0 voto(s) - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5
POWER_LOSS_RECOVERY NO EXTRUYE LOOP
#1
Hola! saludos a todos,

Tengo un problema con el POWER_LOSS_RECOVERY en marlin 1.1.9 (también bugfix y hasta la 2.0), el problema se da que cuando se recupera hace todo perfecto (vuelve a la posición correcta) pero el extrusor queda como en un loop  entre que extruyo y no te extruyo y nunca avanza, lo que note es cuando retrae antes de imprimir (siempre hablando de recuperar la impresión) se retrae unos centimetros (suficientes como para quitar del hotend el filamento) para luego no extruir nada pero el motor entre que si y que no.

En las configuraciones,active las nuevas fixtures  y tambien deje como tenia configuradi en la version 1.1.8, ahora de imprimir imprime perfecto, pero la recuperación tras perdida de corriente no hay forma que el extrusor salga de ese loop.

Si a alguno le paso o sabe algo mas ...

mil gracias.
  Responder
#2
Bueno, después de buscar y buscar, se me ocurrió algo diferente que fue usar cura 3d y no simplify3d.
Ahora funciona, el punto ahora ver que hace en el gcode que rompe.

Acá pongo por defecto los script de cura y simplify, lo que si hice fue poner el script de Start del cura en el simplify y eureka al tratar de imprimir (no de recuperar una impresion) comenzo el extrusor con ese que voy y q no voy el famoso loop.

Si alguien ve algo raro me avisa, ahora voy a seguir con prueba y error hasta dar en el clavo.


SIMPLIFY3d

Starting

G28 ; home all
G92 E0
G1 Z0.1 F1000
G1 X8.0 F2000
G1 Y60.0 E4.0 F1000.0 ; prime
G1 Y100.0 E8.5 F1000.0 ; prime
G92 E0


Ending

M104 S0 ; turn off extruder
M140 S0 ; turn off bed
G91 ; use relative coordinates
G1 Z0.6 F5000 ; lift nozzle by 0.6mm
G90 ; use absolute coordinates
G28 X0 ; home X axis
G1 Y195 ; move Y axis to end position
M84 ; disable motors
M107 ; turn off fan

CURA3d

Iniciar

G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F9000 ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F9000
;Put printing message on LCD screen
M117 Printing...


Finalizar

M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning
  Responder
#3
Bueno despues de seguir intentando, gracias a Dios, le encontre el problema que seguro algún experto lo sabra explicar.
Con destilar esa opción fue suficiente.

[Imagen: image.png]
  Responder


Posibles temas similares…
Tema Autor Respuestas Vistas Último mensaje
Triste CONSULTA ENDER 3 CAMBIO DE FILAMENTO AL INICIAR EXTRUYE EN LUGAR DE RETRAER manolo_245mx 1 2,355 13-04-2022, 10:45 AM
Último mensaje: Simemart
  CONSULTA Mi impresora no extruye javiperillas 1 655 14-01-2021, 06:45 PM
Último mensaje: Simemart
  DUDA: Mi impresora no extruye correctamente. Zybad 6 3,239 12-05-2020, 12:41 PM
Último mensaje: lidia075
  Problemas con impresora 3d prusa i2 :no extruye furylow 9 1,735 17-04-2020, 11:55 AM
Último mensaje: furylow
  Motor extrusor no extruye Mikawosi 1 1,068 21-03-2019, 03:50 PM
Último mensaje: Simemart