additional startup modal codes

This commit is contained in:
Jeff Epler 2015-10-11 07:56:52 -05:00
parent 35de88c6eb
commit b9cd3f9218

4
pgmlaser.py Normal file → Executable file
View file

@ -43,13 +43,15 @@ print >>sys.stderr, len(data), w, h, w*h
print "G21"
print "M5"
print "M68 E0 Q0"
print "G64 P.1 Q.1"
print "F450"
#print "G0 X0 Y0"
#print "G0 X%f" % TRAVEL
#print "G0 Y%f" % TRAVEL
#print "G0 X0"
#print "G0 Y0"
#print "F%d" % FEED
print "M3"
print "M3S1"
for col in range(w):
coldata = data[col : : w]
#print >>sys.stderr, col, len(coldata)