Hi,
How can I save g-code generated from slicer (Bambu studio) as a simple text file?
Cris.
Hi,
How can I save g-code generated from slicer (Bambu studio) as a simple text file?
Cris.
There are two places that you can export gcode from. The File menu.

And under the Print button.

Unless I’m mistaken the “Export sliced plate file” yields an 3mf file and not a G-code file.
Correct, Studio only exports gcode from the File menu. OrcaSlicer provides the second option:

3mf is a container (like a zip file) and may contain many files, including the G-Code file.
Here is link to a post I made with info of how to access and edit gcode inside the 3mf file format.
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.