Hemera not working correctly

Discussion in 'HotEnds & Extruders' started by Kratos3D, Mar 1, 2020.

  1. Kratos3D

    Kratos3D Member

    Joined:
    Mar 1, 2020
    Messages:
    2
    Likes Received:
    0
    I am running a duet 2 wifi and hemera dd kit on my ender 3 pro everything works but when you tell the hemera to extrude it retracts and when told to retract it extruded I've tried to turn the plug the opposite way on the duet but I get short errors and it makes a lot of noise the other way so right now it dr runs fine no noises but its reversing the commands. Here a image of it plugged into the duet

    [​IMG]
     
  2. Kratos3D

    Kratos3D Member

    Joined:
    Mar 1, 2020
    Messages:
    2
    Likes Received:
    0
    The image didn't seem to work above so I tried uploading again. Here thank you
     

    Attached Files:

  3. Jonas

    Jonas Well-Known Member

    Joined:
    Sep 4, 2015
    Messages:
    71
    Likes Received:
    31
    I think you can set the direction in config.g
     
  4. Spoon Unit

    Spoon Unit Well-Known Member

    Joined:
    Sep 6, 2015
    Messages:
    1,561
    Likes Received:
    483
    Yep. You can. Here's an example extruder definition...

    M569 P3 S0

    To flip the direction you would simply change this to:

    M569 P3 S1

    Duet docs for M569
     

Share This Page