Format:G-code: Difference between revisions

From CoMakingSpace Wiki

(Created page with "{{FormatInfoBox |format name=G-code |image= |extension=.gcode / .g |type=machine control commands |software=e.g. Cura, text editor |machines=3D printers, [...")
 
m (linked senders/CNC router)
Line 4: Line 4:
|extension=.gcode / .g
|extension=.gcode / .g
|type=machine control commands
|type=machine control commands
|software=e.g. [[Cura]], text editor
|software=[[slicers]] (e.g. [[Cura]]), [[G-Code Senders|G-Code senders]], text editor
|machines=[[3D Printers|3D printers]], [[CNC Mill|CNC mill]]
|machines=[[3D Printers|3D printers]], [[CNC Router|CNC router]]
|repositories=nope - machine-specific!
|repositories=nope - machine-specific!
}}
}}
Line 12: Line 12:
== 3D Printing ==
== 3D Printing ==
Besides G-code generators like [[Cura]] you may need single commands now and then - there is an exhaustive [http://reprap.org/wiki/G-code overview in the RepRapWiki].
Besides G-code generators like [[Cura]] you may need single commands now and then - there is an exhaustive [http://reprap.org/wiki/G-code overview in the RepRapWiki].
== CNC Routing ==
''see "[[G-Code Senders|G-Code senders]]" for our collection of machine interaction experiences''





Revision as of 00:29, 1 July 2018

FormatInfoBox

G-code

Software-default.png
File Extension(s): .gcode / .g
Type: machine control commands
Software: slicers (e.g. Cura), G-Code senders, text editor
Machines: 3D printers, CNC router
Repositories: nope - machine-specific!

G-code is frequently used in CNC to control the moving/heating/spinning parts of the tool according to the user's instructions. As it is generated for a specific machine, it is rarely a good idea to use old or foreign G-code!

3D Printing

Besides G-code generators like Cura you may need single commands now and then - there is an exhaustive overview in the RepRapWiki.

CNC Routing

see "G-Code senders" for our collection of machine interaction experiences