Skip to content

[BFW-5760] Prusalink: Add support for setting ready state via api#5192

Open
bkerler wants to merge 1 commit intoprusa3d:masterfrom
bkerler:set_ready_rest
Open

[BFW-5760] Prusalink: Add support for setting ready state via api#5192
bkerler wants to merge 1 commit intoprusa3d:masterfrom
bkerler:set_ready_rest

Conversation

@bkerler
Copy link
Copy Markdown

@bkerler bkerler commented Mar 23, 2026

This solves issue #3640 and implements setting ready state via rest api.

Examples :

# Get ready status
GET /api/v1/ready
# Response: {"ready": true}

# Set printer as ready
PUT /api/v1/ready
# Response: 204 No Content (or 409 Conflict if not possible)

# Unset printer ready
DELETE /api/v1/ready
# Response: 204 No Content

# Check status includes ready state
GET /api/v1/status
# Response includes: "printer": {"state": "READY", ...}

Implementations in Prusa-Link-Web are prepared, but optional : prusa3d/Prusa-Link-Web#526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant