Doodle3D / print3d

The application that runs on a Doodle3D WiFi box that communicates with printers.
www.doodle3d.com
GNU General Public License v2.0
13 stars 4 forks source link

extracting temperatures should be done when printing a line, not when appending it #12

Closed woutgg closed 9 years ago

woutgg commented 9 years ago

Waiting with extracting until the gcode line is actually being sent to the printer would result in more accurate target temperatures.

peteruithoven commented 9 years ago

When an ok is received sendCode is called, which calls extractGCodeInfo, which actually checks for heatup commands (M109, M104, M190, M140). So I think we've implemented this.

It's also called by appendGCode, which is a bit weird...