You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generate gcode in python and print it. gcodeview seems to have a bug dealing with sparse moves (moves with not all axes specified) across the layer boundary.
The first move of layer 3 is to "X50 Y150", but the X50 isn't specified because the print head is already there. With the latest gcodeview this is rendered incorrectly: http://i.imgur.com/zqB0P.png
FYI, the gcode file is me testing out intersecting infill patterns.
The text was updated successfully, but these errors were encountered:
I generate gcode in python and print it. gcodeview seems to have a bug dealing with sparse moves (moves with not all axes specified) across the layer boundary.
For example:
The first move of layer 3 is to "X50 Y150", but the X50 isn't specified because the print head is already there. With the latest gcodeview this is rendered incorrectly: http://i.imgur.com/zqB0P.png
FYI, the gcode file is me testing out intersecting infill patterns.
The text was updated successfully, but these errors were encountered: