How do I cause Octolapse to trigger a final snapshot at the completion of a print.
My last snapshot never includes the final layer(s)
You can use the gcode trigger. In your after layer change script add the following line to the top:
snap
then add that line to the top of your after print completes script too so that you get a snapshot there as well.
I hope that helps!