Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ActivatePrusaHostTimer.md #1253

Merged
merged 1 commit into from
Dec 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions _plugins/ActivatePrusaHostTimer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: plugin

id: ActivatePrusaHostTimer
title: Activate Prusa HostTimer
description: Plugin for Octoprint to activate Prusa host features
description: OctoPrint plugin to activate Prusa host features.
author: sarusani
license: AGPLv3

Expand Down Expand Up @@ -36,12 +36,14 @@ compatibility:

# Activate Prusa HostTimer

Plugin for Octoprint to activate Prusa host features.
OctoPrint plugin to activate Prusa host features.

Features:
- Sends M79 S"OP" to printer every x seconds
- Interval is configurable (5,10,15,20 or 25 seconds)
- Interval can be paused
#### Features
- Sends M79 S"OP" to the printer every x seconds
- Interval is configurable (5, 10, 15, 20 or 25 seconds)
- Interval ping can be paused

Check out the [Homepage](https://github.com/sarusani/OctoPrint-ActivatePrusaHostTimer) to find out more about the use cases and upcoming features this plugin will allow you to use.

## Setup

Expand Down
Loading