Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

pubeldev/prusa_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prusa_proxy

Just small proxy that allow user control printer via REST API without necessary access to digest - for example when using Grafana

Operations

Pause

curl --location 'http://localhost:31100/pause' \
--header 'Content-Type: text/plain' \
--data '{
    "ip": "<IP address of printer>"
}'

Resume

curl --location 'http://localhost:31100/resume' \
--header 'Content-Type: text/plain' \
--data '{
    "ip": "<IP address of printer>"
}'

Stop

curl --location 'http://localhost:31100/stop' \
--header 'Content-Type: text/plain' \
--data '{
    "ip": "<IP address of printer>"
}'

About

Just small proxy that allow you control printer via REST API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors