Remove '<post_processor_name> gcode postprocessor loaded.' message from the post-processors that have them.
This commit is contained in:
@@ -436,6 +436,3 @@ def parse(pathobj):
|
||||
out = out.strip() + "\n"
|
||||
|
||||
return out
|
||||
|
||||
|
||||
print(__name__ + " gcode postprocessor loaded.")
|
||||
|
||||
@@ -359,6 +359,3 @@ def parse(pathobj):
|
||||
out = out.strip() + "\n"
|
||||
|
||||
return out
|
||||
|
||||
|
||||
print(__name__ + " gcode postprocessor loaded.")
|
||||
|
||||
@@ -143,5 +143,3 @@ def parse(pathobj):
|
||||
|
||||
return objlist
|
||||
|
||||
|
||||
print(__name__ + " gcode postprocessor loaded.")
|
||||
|
||||
@@ -694,6 +694,3 @@ def parse(pathobj):
|
||||
out = out.strip() + "\n"
|
||||
|
||||
return out
|
||||
|
||||
|
||||
print(__name__ + " for " + GCODE_PROCESSOR + " loaded.")
|
||||
|
||||
Reference in New Issue
Block a user