tomasf / microprint

Printing software for M3D Micro for OS X
MIT License
26 stars 5 forks source link

Script Error #18

Open crashtestoz opened 8 years ago

crashtestoz commented 8 years ago

I have a simple script that notifies me by email when the print completes but MicroPrint throws an Apple Script Error -1708.

The script runs fine on its own.

Any ideas? Microprint v201509301800

tomasf commented 8 years ago

Make sure you put the relevant parts within a printFinished handler:

on printFinished(printName, duration)
...
end printFinished 
crashtestoz commented 8 years ago

Perfect that worked like a charm. thx.