mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Update altered year
This commit is contained in:
parent
d49b5c5378
commit
80fa6aabc3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue