is my gcode faulty or did I find a bug ?

Hello all,

I'm writing a bit of python code to generate gcode files that will allow me to pilot my modified Airwolf hd2x to print an ABS/paraffin hybrid.
The problem is that even a very simple disc  bugs in Repetier-host. Simplify3D reads the file perfectly (see the screenshots). Is there something I didn't grasp in my gcode or did I find a bug in Repetier host ?

Thanks for any help,

Jouke

https://drive.google.com/open?id=1e1RKZmpJOBQoBS737yMYB_Sf3KeRUX5q

Comments

  • Add a 
    M83
    to tell host you are not using absolute extrusions but relative extrusion, or it will only show for higher E values.
  • That works ! Thanks a million.
Sign In or Register to comment.