What is the difference between .gcode and .sgi?
- Extension
- .gcode
- .sgi
- Format
- Text
- Binary
- Category
- CAD
- Raster Image
- Developer
- CNC Machines
- Silicon Graphics
- Description
- A GCODE file contains commands in G-Code, which is a language used to describe how a 3D printer should print a job. It stores instructions in plain text with each line representing a different command, such as how fast the printer should print, the temperature it should be set at, and where the printing parts should move.
- Image saved in the native graphics format used by Silicon Graphics workstations; can store 8 to 32 bits per pixel; also supports Run-length encoding (RLE) compression for reducing the image file size.
- MIME Type
- application/x-gcode
- image/sgi
- Sample
- sample.sgi
- Wikipedia
- .gcode on Wikipedia
- .sgi on Wikipedia