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.
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
Comments