From b17648805f33072d6433c344fc844f84767674d2 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Wed, 9 Feb 2022 11:52:04 -0600 Subject: [PATCH 1/3] adding in a preheat for the wipe nozzle --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ffaa1a06a..66241d04e 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -97,7 +97,7 @@ // Author info of this build printed to the host during boot and M115 #define STRING_CONFIG_H_AUTHOR "Lulzbot" // Who made the changes. #define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) -#define LULZBOT_FW_VERSION "2.0.9.0.11" +#define LULZBOT_FW_VERSION "2.0.9.0.11x" /** * *** VENDORS PLEASE READ *** @@ -2563,7 +2563,7 @@ #endif #if ENABLED(NOZZLE_CLEAN_FEATURE) - #define CLEAN_SCRIPT "M117 Cleaning nozzle...\nG28 O\nG12\nM77\nM117 Nozzle clean" + #define CLEAN_SCRIPT "M117 Cleaning nozzle...\nG28 O\nM109 S170\nG12\nM77\nM117 Nozzle clean" // Default number of pattern repetitions #define NOZZLE_CLEAN_STROKES 12 From 344b61a052e6235ce9eb6623401d692b9975ec88 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Wed, 9 Feb 2022 11:53:01 -0600 Subject: [PATCH 2/3] adding in a preheat for the wipe nozzle --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ffaa1a06a..29f2f8ebd 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2563,7 +2563,7 @@ #endif #if ENABLED(NOZZLE_CLEAN_FEATURE) - #define CLEAN_SCRIPT "M117 Cleaning nozzle...\nG28 O\nG12\nM77\nM117 Nozzle clean" + #define CLEAN_SCRIPT "M117 Cleaning nozzle...\nG28 O\nM109 S170\nG12\nM77\nM117 Nozzle clean" // Default number of pattern repetitions #define NOZZLE_CLEAN_STROKES 12 From de95a3c095459307bc71a2bd3544c4b70f6b4709 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Wed, 9 Feb 2022 11:54:07 -0600 Subject: [PATCH 3/3] undoing version change --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 66241d04e..29f2f8ebd 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -97,7 +97,7 @@ // Author info of this build printed to the host during boot and M115 #define STRING_CONFIG_H_AUTHOR "Lulzbot" // Who made the changes. #define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) -#define LULZBOT_FW_VERSION "2.0.9.0.11x" +#define LULZBOT_FW_VERSION "2.0.9.0.11" /** * *** VENDORS PLEASE READ ***