removed print post processor print statement.

This commit is contained in:
luvtofish
2022-12-07 10:24:01 -06:00
parent 5e05f753ff
commit efce625a8d

View File

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