On Thu, 26 Mar 2020 at 16:02, Reinhard <reinha...@schwarzrot-design.de> wrote:

> For example: I use a tool in two different situations and in the second part I
> use the same tool with different spindle speed and different motion feed.
> So it's obvious, that I code a S-Word standalone between different motion
> commands.

Maybe I am misunderstanding the question, but take the example

N1 F100
N2 G1 X0

During the G1 move motion.current-line will show 2. It wont show 1 &
2, because the executing block is 2, the previous lines just set up
the parameters of that move.
And, in execution time, they take literally no time to execute, as
their effects are rolled up in to the motion commands.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to