GCode generator and unittests

closes #35
This commit is contained in:
Marc-Antoine Lafreniere
2019-02-20 10:31:12 -05:00
parent abd9d8093a
commit c1a4c532d9
7 changed files with 130 additions and 5 deletions

View File

@@ -17,11 +17,7 @@ if __name__ == "__main__":
pxHeight, pxWidth = FileUtils.getPixelSize(height, width, args.he, args.wi, unit = args.u)
else:
pxHeight, pxWidth = FileUtils.getPixelSize(height, width, args.he, args.wi)
print(pxHeight, pxWidth)
# Usage example
resourcesRawPath = 'tests/resources/raw/'
resourcesFormattedPath = 'tests/resources/formatted/'