Own commands defined - Problems with sending them trough Repetier-Host

Hey there,

The Setup:
-Repetier-Host V1.0.6-
-Marlin firmware 1.0 (adapted)
-Megatronics v3.0

The Problem:
I defined own G-Code commands in the 3D-printer firmware (M1111, M1112, M1113,....). If I send them through "manual Control" in Reptier-Host they work as expected, as long as I don't send to many.

If I send a couple of these commands, Repetier-Host simple stops sending them at some point.

Example:
With the G-Code-Editor I send:

M1111
M1112
M1113
M1114
M1115
M1116

According to the log, Repetier-Host only sends:
M1111
M1112
M1113
M1114

I don't receive any errors or warnings.

What could be the problem? Thanks a lot in advance...

Comments

  • okay problem solved :-)

    A "SERIAL_ECHO"-Command in my program routine (called by M1111,...) was the problem. Without this command it works perfectly fine.
  • I guess you forget a newline after your output so the ok was not at the right position which acknowledges receiving of line.
Sign In or Register to comment.