mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-24 06:39:38 +08:00
Update altered year
This commit is contained in:
parent
d49b5c5378
commit
80fa6aabc3
@ -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…
x
Reference in New Issue
Block a user