Simple Gcode Importer is a Blender add-on from kmnunley that translates 3D printer Gcode into Bezier curve paths. All extrusion movements come in as fully editable curves, and the importer integrates directly with the File > Import menu rather than adding extra panels or windows.
Once a path is imported, thickness comes from the Object Data Properties tab in the Properties area: the Geometry dropdown exposes Extrusion and Bevel values you adjust until the model looks the way you want. Import time depends on your computer and can range from a couple of seconds to several minutes, depending on the size and complexity of the model.
The add-on runs on Blender 4.2 LTS and newer and is released under the GNU General Public License v3.0 or later. Planned additions include options for skipping layers, path resolution, custom Gcode parameters, easier simultaneous path editing, path animation, and importing Gcode as a point cloud. One known issue: Gcode created by Bambu Studio can import incorrectly or cause errors, with Cura or PrusaSlicer suggested as a workaround.