Merge pull request #57 from marc4492/#42-convert_pbm

#42 Run the c++ code to convert PBM binary to ascii
This commit is contained in:
Marc-Antoine
2019-03-18 17:43:53 -04:00
committed by GitHub
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