Save g-code as simple text file

Hi,
How can I save g-code generated from slicer (Bambu studio) as a simple text file?

Cris.

1 Like

Export the G-code then you can use these tools.

gCodeViewer

Notepad++

1 Like

There are two places that you can export gcode from. The File menu.
image

And under the Print button.

image

1 Like

Unless I’m mistaken the “Export sliced plate file” yields an 3mf file and not a G-code file.

1 Like

Correct, Studio only exports gcode from the File menu. OrcaSlicer provides the second option:
image

3mf is a container (like a zip file) and may contain many files, including the G-Code file.

1 Like

Here is link to a post I made with info of how to access and edit gcode inside the 3mf file format.

2 Likes

why does studio save these with a .3mf extension ? not .gcode studio isnt really up to snuff is it.

Studio does save a .gcode file inside of the .3mf package which is easy to access if you need to view it. Studio will actually preview this file so you can go line by line through it. The .3mf package is needed to include such things as the image of the model for the printer to display. The text format of .gcode files just can’t facilitate this.