Fixed basic shapes tutorial images for 2D.

This commit is contained in:
Revar Desmera
2020-05-05 15:11:08 -07:00
parent feb1e21c9b
commit ca1d46d641
3 changed files with 42 additions and 42 deletions

View File

@@ -137,7 +137,7 @@ class ImageProcessing(object):
if extype == "NORENDER":
return
print(" {}".format(imgfile), end='')
print(" {} ({})".format(imgfile,extype), end='')
sys.stdout.flush()
scriptfile = "tmp_{0}.scad".format(imgfile.replace(".", "_").replace("/","_"))