0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-12-22 11:03:48 +01:00

Modification for connecting state of printer.

This commit is contained in:
Wouter R 2014-03-05 17:52:46 +01:00
parent 9f50ec73b3
commit 4a76f022e0

View File

@ -178,7 +178,7 @@ function M.status(request, response)
rv, state = printerAPI.state(request, response)
if(rv == false) then return end
if(state ~= "disconnected") then
if state ~= "disconnected" and state ~= "connecting" then
rv = printerAPI.temperature(request, response)
if(rv == false) then return end
rv = printerAPI.progress(request, response)