prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.7k stars 1.93k forks source link

[FR] Add gcode parser/visualizer like in Cura #11285

Closed vovodroid closed 1 year ago

vovodroid commented 1 year ago

Sometimes it could be useful to open existing gcode file, for instance to see what exactly was printed or what is difference with current model. Contrary to Cura it would be good to show current layer, tool position, etc.

lukasmatena commented 1 year ago

G-code Viewer has been added into PrusaSlicer years ago (File->G-code Preview). Is that not enough?

vovodroid commented 1 year ago

Indeed. I just never went to File menu and use + button in the Plater, like in Cura.

Probably it it worth to add gcode file to open as any other STL or other files?