tools and information about dremel digilab 3d45
to get the status of the printer, you have to HTTP-POST GETPRINTERSTATUS
(replace the ip with your printers ip)
curl 192.168.0.26/command -X POST -H "Content-Type: application/x-form-urlencoded" -d "GETPRINTERSTATUS"
this will return a json string like this (but in one line)
{
"buildPlate_target_temperature": 70,
"chamber_temperature": 22,
"door_open": 0,
"elaspedtime": 1908,
"error_code": 200,
"extruder_target_temperature": 240,
"fanSpeed": 0,
"filament_type ": "PLA",
"firmware_version": "v3.0_R02.09.04",
"jobname": "D3_end_cap.gcode",
"jobstatus": "building",
"layer": 50,
"message": "success",
"networkBuild": 0,
"platform_temperature": 69,
"progress": 9.4000000000000004,
"remaining": 11337,
"status": "busy",
"temperature": 239,
"totalTime": 12514
}
to watch your printer print just open this link (replace the ip with your printers ip)
http://192.168.0.26:10123/?action=stream