removed print post processor print statement.

This commit is contained in:
luvtofish
2022-12-07 10:24:01 -06:00
parent 2911fad91a
commit d441b7aca9

View File

@@ -615,5 +615,3 @@ def parse(pathobj):
out += linenumber() + "L%.1f\n" % DWELL_TIME
return out
print(__name__ + " gcode postprocessor loaded.")