What is the difference between .gcode and .rgf?
- Extension
- .gcode
- .rgf
- Format
- Text
- Binary
- Category
- CAD
- Raster Image
- Developer
- CNC Machines
- LEGO
- 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.
- The LEGO Mindstorms EV3 Robot Graphics File (RGF) is a proprietary binary file format used by the LEGO Mindstorms EV3 software to store robot graphic models. It is a vector-based file format that stores information such as the robot's 3D geometry, color and other visual properties, as well as the model's connection points, used for connecting with other LEGO elements.
- MIME Type
- application/x-gcode
- application/vnd.lego.ev3rgf
- Sample
- sample.rgf
- Wikipedia
- .gcode on Wikipedia
- .rgf on Wikipedia