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:
@@ -30,5 +30,6 @@ def listToGCode(listIndex, pHeight, pWidth):
|
||||
# FOOTER
|
||||
gcodeCommand.append('\nG0 Z0')
|
||||
gcodeCommand.append('G28')
|
||||
gcodeCommand.append('M18')
|
||||
|
||||
return gcodeCommand
|
||||
Reference in New Issue
Block a user