gcode visual during print
-
repetier host shows line by line code being run. Why not an option on dwc to watch code running. if you get in trouble you have the line that a pause happened visible to restart from.
-
This has been on my TODO list for a while but it takes some time to implement. So far I have found the following G-code visualisers that actually work:
https://github.com/jherrm/gcode-viewer
and
What do you think? Do you know any other visualisers that could be used?
-
I haven't tried for a while, but gcode.ws used to puke if the gcode file was larger than about 20 MB.
-
@chrishamm I just tested gcode.ws with a 42MB GCODE file. Worked fine (but slow).
-
Try gcodeanalyser.com as well.
-
@chrishamm https://nraynaud.github.io/webgcode/
But I still prefer gcode.ws
-
@chrishamm A forked version of http://gcode.ws is used in OctoPrint (the original version does not support
G2/G3
commands whereas the OctoPrint fork does). Sadly it is integrated into the OctoPrint repo and not a separate fork.