Remove '<post_processor_name> gcode postprocessor loaded.' message from the post-processors that have them.

This commit is contained in:
janne
2022-05-11 16:26:05 +02:00
parent 943883ccfa
commit a21d7c73c1
4 changed files with 0 additions and 11 deletions

View File

@@ -436,6 +436,3 @@ def parse(pathobj):
out = out.strip() + "\n"
return out
print(__name__ + " gcode postprocessor loaded.")

View File

@@ -359,6 +359,3 @@ def parse(pathobj):
out = out.strip() + "\n"
return out
print(__name__ + " gcode postprocessor loaded.")

View File

@@ -143,5 +143,3 @@ def parse(pathobj):
return objlist
print(__name__ + " gcode postprocessor loaded.")

View File

@@ -694,6 +694,3 @@ def parse(pathobj):
out = out.strip() + "\n"
return out
print(__name__ + " for " + GCODE_PROCESSOR + " loaded.")