From 45140c1ed378f7e48c497455f065ee326873c0db Mon Sep 17 00:00:00 2001 From: Nikolai Date: Fri, 1 Feb 2019 21:55:42 -0800 Subject: [PATCH] Update mmuGcodeParser.py Bump up the version --- mmuGcodeParser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mmuGcodeParser.py b/mmuGcodeParser.py index d5fbb01..06429b5 100755 --- a/mmuGcodeParser.py +++ b/mmuGcodeParser.py @@ -32,7 +32,7 @@ from io import open """ --------------------------------------------------------------------- ### Constants """ -VERSION = "v0.1" +VERSION = "v0.2" MYGCODEMARK = " ; MMUGCODEPARSER " + VERSION UNLOAD_START_LINE = "unloadStartLine" LOAD_START_LINE = "loadStartLine" @@ -53,6 +53,7 @@ debug_set = False # Drop the temperature by 10C during the ramming process. Checking if it might help ram_temp_diff = 10 +# Set this to True if you want to drop the temperature even for the same filament ram_temp_diff_wait_for_stabilize = False # get the input file specified, and turn it into a path variable for the current OS