Hi,
is there a way not to configure TinyG in a way, that it doesn’t stop the movement when turning on/off the spindle or the coolant?
I want to use this for a different tool than an actual spindle which needs impulses as input, and I want TinyG to move along a path and produce those impulses when it travels over a position. So, spoken in GCode:
g1x20f10
g1x21f10 <—don’t stop here
m3
g1x22f10 <—don’t stop here
m5
g1x25f10
or just move like
g1x20f10
g1x21f10
g1x22f10
g1x25f10
while switching on and off the spindle output.
Thanks a lot.
Malte.