On 2020-04-18 11:04 p.m., Reinhard wrote:
On Sonntag, 19. April 2020, 07:58:52 CEST Chris Morley wrote:
The problem become that motion commands and gcode are not one to one.
Well, that does not mean, that it should cause problems.
When programming G-code (at the machine) there can be several commands in one
line. Its the interpreters job to know sequencing of commands and when they
arrive task-manager, they already should be single commands.
Though multiple commands can share the same source line.

Reinhard

Take feedrate.

Right now feedrate by it's self does not cause a motion command.

Motion is the only part that syncs with the real world.

So if you single step over a F code only line it's ignored because motion won't know about it until there is an actual move.




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

Reply via email to