#42 Run the c++ code to convert PBM binary to ascii

Run the converter if the image is in binary
This commit is contained in:
Marc-Antoine Lafreniere
2019-03-17 20:00:03 -04:00
parent b4c50e2aea
commit 30c219d6b2
6 changed files with 20 additions and 128 deletions

View File

@@ -30,5 +30,6 @@ def listToGCode(listIndex, pHeight, pWidth):
# FOOTER
gcodeCommand.append('\nG0 Z0')
gcodeCommand.append('G28')
gcodeCommand.append('M18')
return gcodeCommand