1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-01 23:58:33 +00:00

Updated G Code in Marlin (markdown)

João Brázio 2016-03-15 02:00:20 +00:00
parent b2dce4aaf3
commit 58d1a5316f

@ -1,3 +1,5 @@
'''DO NO EDIT -- TRANSFERRED TO NEW WIKI'''
##About G-Code
G-Code (or GCode) is the instruction code that tells a RepRap 3D printer what to do. For example, the G-Code <code>G0 X10</code> tells the machine to move the current tool to X position 10. Marlin's GCode is loosely based on the language specification for the [http://www.nist.gov/customcf/get_pdf.cfm?pub_id=823374 NIST RS274NGC Interpreter], but departs radically in its specific implementation details. (For example, RepRap G-Code doesn't care about "modal groups.")