.G 文件扩展名
BRL-CAD Geometry File
| 开发者 | BRL-CAD |
| 受欢迎程度 |
3.3 | 29 票 |
什么是 G 文件?
Binary geometry file format used by BRL-CAD, an open source Constructive Solid Geometry (CSG) solid modeling system; saved in a database format that provides a robust and flexible object storage framework.
可打开 G 文件的程序
FlashForge G-Code File
| 开发者 | FlashForge |
| 受欢迎程度 |
4.6 | 5 票 |
A G file contains instructions that FlashForge 3D printers can use to print a 3D model. These instructions are written in a variant of G-Code, a standard 3D printing language. Typically, users create G files with FlashForge FlashPrint, a proprietary slicer program.
更多信息
Slicing programs allow users to import 3D models and create instructions a 3D printer can use to print those models. FlashPrint allows users to export instructions in the G and .GX formats, which are proprietary formats used by FlashForge 3D printers.
G files use printer commands written in a variant of G-Code. The primary differences between G and .GCODE files are that:
- Each command in a G file is numbered using N#
- G files can contain comments that start with ;
Due to these differences, printers and software that can read GCODE files may not be able to read G files, unless a user reformats the files to use standard G-Code formatting.
如何打开 G 文件
To print the 3D model a G file describes, transfer the file to a FlashForge 3D printer, such as the FlashForge Creator Pro or Inventor II.
You can also open a G file in Microsoft Notepad (Windows), Apple TextEdit (Mac), or any other text editor, to view the commands the file contains.