-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
layout: plugin | ||
|
||
id: ActivatePrusaHostTimer | ||
title: Activate Prusa HostTimer | ||
description: Plugin for Octoprint to activate Prusa host features | ||
author: sarusani | ||
license: AGPLv3 | ||
|
||
date: 2023-12-01 | ||
|
||
homepage: https://github.com/sarusani/OctoPrint-ActivatePrusaHostTimer | ||
source: https://github.com/sarusani/OctoPrint-ActivatePrusaHostTimer | ||
archive: https://github.com/sarusani/OctoPrint-ActivatePrusaHostTimer/archive/master.zip | ||
|
||
follow_dependency_links: false | ||
|
||
tags: | ||
- prusa | ||
|
||
compatibility: | ||
# List of compatible versions | ||
octoprint: | ||
- 1.3.0 | ||
|
||
# List of compatible operating systems | ||
os: | ||
- linux | ||
- windows | ||
- macos | ||
- freebsd | ||
|
||
# Compatible Python version | ||
python: ">=3.7,<4" | ||
--- | ||
|
||
# Activate Prusa HostTimer | ||
|
||
Plugin for Octoprint 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 | ||
|
||
## Setup | ||
|
||
Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wiki/Plugin:-Plugin-Manager) | ||
or manually using this URL: | ||
|
||
https://github.com/sarusani/OctoPrint-ActivatePrusaHostTimer/archive/master.zip |