From 80fa6aabc343e928f9a8eb1f865fa83b967aebfb Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Mon, 10 Feb 2025 13:38:15 +0100 Subject: [PATCH] Update altered year --- plugins/PostProcessingPlugin/scripts/SearchAndReplace.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/SearchAndReplace.py b/plugins/PostProcessingPlugin/scripts/SearchAndReplace.py index aeda053b56..db062f4084 100644 --- a/plugins/PostProcessingPlugin/scripts/SearchAndReplace.py +++ b/plugins/PostProcessingPlugin/scripts/SearchAndReplace.py @@ -1,6 +1,6 @@ # Copyright (c) 2017 Ghostkeeper # The PostProcessingPlugin is released under the terms of the LGPLv3 or higher. -# Altered by GregValiant (Greg Foresi) February, 2023. +# Altered by GregValiant (Greg Foresi) February, 2025. # Added option for "first instance only" # Added option for a layer search with a Start Layer and an End layer. # Added 'Ignore StartUp G-code' and 'Ignore Ending G-code' options @@ -164,4 +164,4 @@ class SearchAndReplace(Script): elif end_index == start_index: layer = data[start_index] data[start_index] = re.sub(search_regex, replace_string, layer) - return data \ No newline at end of file + return data