Repetier Read G-code
Hello,
I wonder how the server executes G-code ?
On each line sent if the return is OK then the next line is sent ?
The M105 temperature values are retrieved every second ?
Thank you for your lights
The M105 temperature values are retrieved every second ?
Thank you for your lights
Comments
For temperatures there are 2 solutions implemented. The trivial is sending every seconds a M105 and parsing result - this gets added to the normal gcode we send.
Some firmwares support autoreport temperature. If that is detected we activate it at firmware sends temperature on it's own without needing a M105 - that is the preferred way of course.