• Guillaume Seguin's avatar
    Speedup full file gcode loading in printrun/gviz.py · 4b372f56
    Guillaume Seguin authored
    FWIW, on my test system with my test GCode loading time goes down from 5.7s to
    2.3s between b3a673bc and this commit, that's almost 60% gone.
    However, there is still a lot of room for functional improvements :
    - I don't think the roundtrip through the target array is useful
    - There's no handling of relative coordinates (neither for position nor for e)
    - The arcs drawing code might be wrong
    - The stlview bits are not enabled and probably have to be looked at and updated
    4b372f56
gviz.py 18.9 KB