From 7b214d3f1684caa79344da58e648a492f85e2546 Mon Sep 17 00:00:00 2001 From: Lars Norpchen Date: Thu, 9 May 2013 15:39:57 -0600 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ac8159..5876963 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ -Added support for system commands at print start, print end, print cancelled and z-height change. Add the commands to run to the config.yaml file: +Added support for system commands at print start, print end, print cancelled and z-height change. Add the commands as strings as a new section to the config.yaml file: + appearance {} + feature: {} + serial: + baudrate: 115200 + port: /dev/ttyACM0 + system: {} + temperature {} system_commands: cancelled: echo cancelled _FILE_ at _PROGRESS_ percent done. print_done: growlnotify "done with _FILE_"