Update altered year

This commit is contained in:
Erwan MATHIEU 2025-02-10 13:38:15 +01:00 committed by GitHub
parent d49b5c5378
commit 80fa6aabc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# Copyright (c) 2017 Ghostkeeper # Copyright (c) 2017 Ghostkeeper
# The PostProcessingPlugin is released under the terms of the LGPLv3 or higher. # 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 "first instance only"
# Added option for a layer search with a Start Layer and an End layer. # 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 # Added 'Ignore StartUp G-code' and 'Ignore Ending G-code' options
@ -164,4 +164,4 @@ class SearchAndReplace(Script):
elif end_index == start_index: elif end_index == start_index:
layer = data[start_index] layer = data[start_index]
data[start_index] = re.sub(search_regex, replace_string, layer) data[start_index] = re.sub(search_regex, replace_string, layer)
return data return data