Home JGAurora A5 & A3S Modifications & Upgrades

MARLIN CONTROL DE CARGA DE FILAMENTO

lsh60lsh60 Posts: 38🌟 Super Member 🌟

Hola a todos.

Alguien de vosotros sabe cuál es el parámetro de Marlin que controla la longitud de carga y descarga del filamento.

Espero vuestra ayuda.

Saludos.

Luis.

Comments

  • Samuel PinchesSamuel Pinches Posts: 2,997Administrator
    edited May 2018
    Hi Luis :smile:
    The loading and unloading filament length is set in the LCD firmware. In the mks_config.txt, there is the section for unloading and loading filament:


    #########  Filament Change Function  ##############################

    #the speed to extrude filament(mm/min)
    >cfg_filament_load_speed:1200
    #the length to extrude filament (mm)
    >cfg_filament_load_length:990

    #the speed to retract filament(mm/min)
    >cfg_filament_unload_speed:1200
    #the length to retract filament(mm)
    >cfg_filament_unload_length:990

    #It is the minimum temperature for filament change.
    It will auto heat up if the current temp doesn't reach the target.
    >cfg_filament_load_limit_temperature:170


    You can change this section to suit you, before you flash your LCD firmware.
     
    Kind regards,
    Sam
    Post edited by Samuel Pinches on
  • lsh60lsh60 Posts: 38🌟 Super Member 🌟

    Hola Samuel.
    Gracias por contestar.
    Los parámetros actuales son los siguientes:

     

    #the speed to extrude filament(mm/min)

    >cfg_filament_load_speed:2000

    #the lenght to extrude filament (mm)

    >cfg_filament_load_length:930

     

    #the speed to retract filament(mm/min)

    >cfg_filament_unload_speed:2000

    #the lenght to retract filament(mm)

    >cfg_filament_unload_length:930

     

    #It is the minimum temperature for filament change.

    It will auto heat up if the current temp doesn't reach the target.

    >cfg_filament_load_limit_temperature:200

    El problema está en que he cambiado los drivers a los TMC2208 en los ejes X, Y, Z, E0.
    De momento todo funciona muy bien, parece otra máquina no hace nada de ruido y la resolución de los acabados ha mejorado mucho, estoy de momento muy contento.


    Pero hay dos cosas que no funcionan bien y no sé porque pasan.


    1ª -Es que no respeta la longitud de carga y descarga de los 930 mm, a hora en este momento debe ser sobre los 400mm.
    2ª-Que el motor del E0 (extrusor de filamento) se calienta muchísimo.

    He modificado en Marlin

    La inversión de giro de todos los motores.

    El voltaje de los drivers es el que traían de fabrica no los he modificado.

    Se te ocurre alguna solución para estos problemas.

    Espero tu respuesta.

    Saludos.

    Luis.. 


  • Samuel PinchesSamuel Pinches Posts: 2,997Administrator
    2. Sounds like you need to lower the vref on the extruder stepper driver.

    1. You need to reflash the LCD firmware to change those settings. Have you done that?
  • lsh60lsh60 Posts: 38🌟 Super Member 🌟
    Hola Samuel.
    Voy ha realizar tus consejos.
    Saludos y gracias.
    Luis.
Sign In or Register to comment.