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