From a4fe3d7685b677dd121262b2a1b137c33ba7ecd3 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Fri, 8 May 2020 16:28:07 +0200 Subject: Convert doxygen to rst for POS, MonitorStage, PostProcessing --- plugins/PostProcessingPlugin/scripts/SearchAndReplace.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'plugins/PostProcessingPlugin/scripts/SearchAndReplace.py') diff --git a/plugins/PostProcessingPlugin/scripts/SearchAndReplace.py b/plugins/PostProcessingPlugin/scripts/SearchAndReplace.py index 68d697e470..b601a037da 100644 --- a/plugins/PostProcessingPlugin/scripts/SearchAndReplace.py +++ b/plugins/PostProcessingPlugin/scripts/SearchAndReplace.py @@ -5,11 +5,14 @@ import re #To perform the search and replace. from ..Script import Script -## Performs a search-and-replace on all g-code. -# -# Due to technical limitations, the search can't cross the border between -# layers. + class SearchAndReplace(Script): + """Performs a search-and-replace on all g-code. + + Due to technical limitations, the search can't cross the border between + layers. + """ + def getSettingDataString(self): return """{ "name": "Search and Replace", -- cgit v1.2.3