On Sat, 28 Dec 2019 at 04:25, Thắng Lê <lethang12...@gmail.com> wrote:

> So i just have a question: *What difference between using 3 gcode commands
> and use 3 functions in 1 gcode command?*

Three separate G-code commands will execute in strict sequence, and
the second will not start until the first has completed.

Three commands on the same line will execute in their priority order.
Or, at least, they should.

If you are using remap, maybe you have found a wrinkle in the logic,
if that is not what you are seeing?

-- 
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