So I’m trying to get my own “macros” running by uploading gcode files that simply contain movement commands, for example:
; Third position for bedleveling (back-middle)
M205 T100 ; Set travel speed to 100mm/s
G1 Z5 Y95 X95
And when I “print” this, it moves my hotend to the specified location. But once that is done, it pauses for about 5 seconds, and then moves my hotend back to X0 Y0.
Why is that? Is there something in Astroprint that sends that command after a print?