Resource
Create
Upload Model
Drag or click to upload

The supported model formats include: {{(idx > 0 ? ", " : "") + format}}

English
{{ messages.filter(d => !d.viewState).length }}
All Message
Unread({{ messages.filter(d => !d.viewState).length }})
Mark all read
No Message
{{message.sender.name || message.sender.nickname}}
System
Comment
Feedback
{{message.messageContent.content}}
{{parseTime(message.createDate)}}
Resource

GCode

G-code is the standard programming language for controlling CNC machines and 3D printers. In 3D printing, slicer software (like Cura or PrusaSlicer) takes a 3D model and slices it into layers, generating a G-code file that “tells the motors where to move, how fast to move, and what path to follow”. Each line of G-code is a text command (e.g. move the nozzle to X/Y/Z coordinates, turn the extruder on, etc.), so a G-code file is simply a text document. Typical G-code files have extensions like .gcode, .g, or .gco. Understanding G-code is key to diagnosing print issues: it is literally the set of instructions your printer follows to build the object.

Other Free Tool