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 <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.")