EXTRUDER not working

I have a QU-BD OneUp. When I try to print the extruder stop working or just makes dots every now and then.  It works fine if I hit the extrude button and in ReplicaterG. Any help would be appreciated. 

Comments

  • Sounds like your firmware uses relative extrusion by default while slicers use absolute extrusion coordinates. In Repetier-Firmware you have these commands

    - M82  - Set E codes absolute (default)
    - M83  - Set E codes relative while in Absolute Coordinates (G90) mode

    So here M82 in start code would solve it.
Sign In or Register to comment.