From 58d1a5316f487526bae8044538ae8f06418921f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Br=C3=A1zio?= Date: Tue, 15 Mar 2016 02:00:20 +0000 Subject: [PATCH] Updated G Code in Marlin (markdown) --- G-Code-in-Marlin.md => DNE-G-Code-in-Marlin.md | 2 ++ 1 file changed, 2 insertions(+) rename G-Code-in-Marlin.md => DNE-G-Code-in-Marlin.md (99%) diff --git a/G-Code-in-Marlin.md b/DNE-G-Code-in-Marlin.md similarity index 99% rename from G-Code-in-Marlin.md rename to DNE-G-Code-in-Marlin.md index 7238793..d847ce2 100644 --- a/G-Code-in-Marlin.md +++ b/DNE-G-Code-in-Marlin.md @@ -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 G0 X10 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.")