From ccff596852c8305037147d617410a369d9fd6107 Mon Sep 17 00:00:00 2001 From: JuPrgn Date: Sat, 22 Aug 2020 13:29:45 +0200 Subject: [PATCH] Update README.md Add header and footer feature documentation. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9e17fcf..bc6498b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ Restart Inkscape and you're done. More documentation coming soon. In the meantime you can refer to [JTP's official website](https://jtechphotonics.com/?page_id=2012). +### Custom G-code Header and Footer + +Add "header" and "footer" text files without extensions in your destination directory to add custom commands. Don't forget to add a new line at the end of these two files. + +If no files are detected the default values are : +- Header : G90 ; Absolute positioning +- Footer : G1 X0 Y0 ; Move to X0 Y0 ## For developers