Skip to content
/ 3d45 Public

tools and information about dremel digilab 3d45

Notifications You must be signed in to change notification settings

janitz/3d45

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3d45

tools and information about dremel digilab 3d45

3d45_status

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
}

3d45_livestream

to watch your printer print just open this link (replace the ip with your printers ip)

http://192.168.0.26:10123/?action=stream

About

tools and information about dremel digilab 3d45

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published