Spindle Start AFTER leaving origin
Closed this issue · 1 comments
I saw there has been some updates implemented, particularly useful is the First Z Max and Force Z max which makes sure the cutter always moves to it's travelling Z to move across the part, and back to travelling z between pocketing jobs.
I have noticed however that the spindle starts and then it starts moving, which (if zeroed on the part top surface) results in a mark at the origin.
Is it possible to start the spindle AFTER the first move? so it travels up in Z to the travelling Z then starts the spindle and moves off to do the job?
It would be a bit of a challenge to add this functionality, but you could achieve similar results by editing your machine config. In your spindle gcode macros, you can add a G0 to move up to a safe Z height before spinning up the spindle.
Hope this answers your question. lmk if you need further clarification.
