mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
less debug
This commit is contained in:
parent
395ac53497
commit
ba1ca3e322
@ -152,10 +152,7 @@ function M.temperature(request, response)
|
||||
f:close()
|
||||
|
||||
local hotend, hotendTarget, bed, bedTarget = tempText:match('T:(.*)%s+/(.*)%s+B:(.*)%s/(.*)%s+@.*')
|
||||
log:debug(" hotend: ")
|
||||
log:debug(hotend)
|
||||
|
||||
|
||||
|
||||
response:setSuccess()
|
||||
if withRaw then response:addData('raw', tempText) end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user