#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:
@@ -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