Is there any way to bypass the spindle being moved to the back right corner where it was initialized after a job finishes? Previous to my last upgrade, it would just move straight back now. It also moves all the way to the right side, which is not the side that I normally cut from when building my basses. Any idea on how to get back to the old way?
I believe this is hardwired in.
It might be that it is based on the interpretation of the
M02
at the end of the file, so if you used Carbide Create Pro and replaced that code with G-code which resulted in what you wanted the machine to do, that would happen instead and the machine would not make that move.
Will,
I use Aspire for everything. Perhaps it is something I could address on n the post processor?
I believe that would work, just remove M02 and replace it with the sort of movement you want — unless there’s a hard-coded move in after processing the end of the file.