diff --git a/src/Mod/Path/PathScripts/post/centroid_post.py b/src/Mod/Path/PathScripts/post/centroid_post.py index 002a325ab1..747d65792a 100644 --- a/src/Mod/Path/PathScripts/post/centroid_post.py +++ b/src/Mod/Path/PathScripts/post/centroid_post.py @@ -324,4 +324,4 @@ def parse(pathobj): return out -print(__name__ + " gcode postprocessor loaded.") +# print(__name__ + " gcode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/dumper_post.py b/src/Mod/Path/PathScripts/post/dumper_post.py index 197d2f8ced..efa8262e07 100644 --- a/src/Mod/Path/PathScripts/post/dumper_post.py +++ b/src/Mod/Path/PathScripts/post/dumper_post.py @@ -94,4 +94,4 @@ def parse(pathobj): out += str(c) + "\n" return out -print(__name__ + " gcode postprocessor loaded.") +# print(__name__ + " gcode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/dynapath_post.py b/src/Mod/Path/PathScripts/post/dynapath_post.py index f59ee7c40e..20fd1c65b2 100644 --- a/src/Mod/Path/PathScripts/post/dynapath_post.py +++ b/src/Mod/Path/PathScripts/post/dynapath_post.py @@ -367,4 +367,4 @@ def parse(pathobj): return out -print(__name__ + " gcode postprocessor loaded.") +# print(__name__ + " gcode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/example_post.py b/src/Mod/Path/PathScripts/post/example_post.py index 4509b4d216..8163008fd9 100644 --- a/src/Mod/Path/PathScripts/post/example_post.py +++ b/src/Mod/Path/PathScripts/post/example_post.py @@ -100,4 +100,4 @@ def parse(inputstring): print("done postprocessing.") return output -print(__name__ + " gcode postprocessor loaded.") +# print(__name__ + " gcode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/fablin_post.py b/src/Mod/Path/PathScripts/post/fablin_post.py index 3b6aca293a..fd96b4474e 100644 --- a/src/Mod/Path/PathScripts/post/fablin_post.py +++ b/src/Mod/Path/PathScripts/post/fablin_post.py @@ -300,4 +300,4 @@ def parse(pathobj): return out -print(__name__ + " gcode postprocessor loaded.") +# print(__name__ + " gcode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/grbl_post.py b/src/Mod/Path/PathScripts/post/grbl_post.py index 47e3c92c87..c32fe1396b 100755 --- a/src/Mod/Path/PathScripts/post/grbl_post.py +++ b/src/Mod/Path/PathScripts/post/grbl_post.py @@ -570,4 +570,4 @@ def drill_translate(outstring, cmd, params): return trBuff -print(__name__ + ": GCode postprocessor loaded.") +# print(__name__ + ": GCode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/jtech_post.py b/src/Mod/Path/PathScripts/post/jtech_post.py index ef83220551..ff9825dc46 100644 --- a/src/Mod/Path/PathScripts/post/jtech_post.py +++ b/src/Mod/Path/PathScripts/post/jtech_post.py @@ -333,4 +333,4 @@ def parse(pathobj): return out -print(__name__ + " gcode postprocessor loaded.") +# print(__name__ + " gcode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/linuxcnc_post.py b/src/Mod/Path/PathScripts/post/linuxcnc_post.py index 691b018f85..6f22d93142 100644 --- a/src/Mod/Path/PathScripts/post/linuxcnc_post.py +++ b/src/Mod/Path/PathScripts/post/linuxcnc_post.py @@ -398,4 +398,4 @@ def parse(pathobj): return out -print(__name__ + " gcode postprocessor loaded.") +# print(__name__ + " gcode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/mach3_mach4_post.py b/src/Mod/Path/PathScripts/post/mach3_mach4_post.py index cb1392ab95..f2ca58259d 100644 --- a/src/Mod/Path/PathScripts/post/mach3_mach4_post.py +++ b/src/Mod/Path/PathScripts/post/mach3_mach4_post.py @@ -434,4 +434,4 @@ def parse(pathobj): return out -print(__name__ + " gcode postprocessor loaded.") \ No newline at end of file +# print(__name__ + " gcode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/marlin_post.py b/src/Mod/Path/PathScripts/post/marlin_post.py index 5e4c6ea02d..44fad8210e 100644 --- a/src/Mod/Path/PathScripts/post/marlin_post.py +++ b/src/Mod/Path/PathScripts/post/marlin_post.py @@ -763,7 +763,7 @@ def drill_translate(outlist, cmd, params): return Drill.gcode -print(__name__ + ': GCode postprocessor loaded.') +# print(__name__ + ': GCode postprocessor loaded.') # PEP8 format passed using: http://pep8online.com/, which primarily covers # indentation and line length. Some other aspects of PEP8 which have not diff --git a/src/Mod/Path/PathScripts/post/opensbp_post.py b/src/Mod/Path/PathScripts/post/opensbp_post.py index b99c86602f..9a33ddec30 100644 --- a/src/Mod/Path/PathScripts/post/opensbp_post.py +++ b/src/Mod/Path/PathScripts/post/opensbp_post.py @@ -364,4 +364,4 @@ def linenumber(): return "" -print(__name__ + " gcode postprocessor loaded.") +# print(__name__ + " gcode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/rml_post.py b/src/Mod/Path/PathScripts/post/rml_post.py index fd28d957f4..ad2c83c2f5 100644 --- a/src/Mod/Path/PathScripts/post/rml_post.py +++ b/src/Mod/Path/PathScripts/post/rml_post.py @@ -256,5 +256,5 @@ def parse(inputstring): return '\n'.join(output) -print (__name__ + " gcode postprocessor loaded.") +# print (__name__ + " gcode postprocessor loaded.") diff --git a/src/Mod/Path/PathScripts/post/smoothie_post.py b/src/Mod/Path/PathScripts/post/smoothie_post.py index 8ce7d99a45..34d41b3bab 100644 --- a/src/Mod/Path/PathScripts/post/smoothie_post.py +++ b/src/Mod/Path/PathScripts/post/smoothie_post.py @@ -425,4 +425,4 @@ def parse(pathobj): return out -print(__name__ + " gcode postprocessor loaded.") +# print(__name__ + " gcode postprocessor loaded.")