-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
04824b7
commit 77ef960
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ioreactor/12-temperature-expansion-kit.md → ...rade kits/12-temperature-expansion-kit.md
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
17 changes: 17 additions & 0 deletions
17
...-guide/03-Extending your Pioreactor/30-Upgrade kits/13-high-temp-upgrade-kit.md
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,17 @@ | ||
--- | ||
title: Adding the High Temp Upgrade kit | ||
slug: /high-temp-upgrade-kit | ||
hide_table_of_contents: true | ||
--- | ||
|
||
|
||
If you purchased the High Temp Upgrade kit, you'll be replacing a few of your plastic components with the improved high-temp plastics. Once this is done, you'll also need to install some software: | ||
|
||
### Software changes | ||
|
||
You will need to "unlock" your Pioreactor's higher temperature settings. To do this, you can either | ||
|
||
- install the `pioreactor-high-temp-plugin` (internet required) using the command `pio install-plugin pioreactor-high-temp-plugin` on their Pioreactors with the new pieces, _or_ | ||
- create a new Python file, `high_temp_plugin.py` in `~/.pioreactor/plugins` with the [content here](https://raw.githubusercontent.com/Pioreactor/pioreactor-high-temp-plugin/main/pioreactor_high_temp_plugin/__init__.py). | ||
|
||
Remember: **_only install these changes on Pioreactors with the high temp upgrade kit._** |
3 changes: 3 additions & 0 deletions
3
user-guide/03-Extending your Pioreactor/30-Upgrade kits/_category.yml
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,3 @@ | ||
collapsed: true | ||
collapsible: true | ||
label: "Upgrade kits" |