-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * wip * upload release-v0.7.0 patch notes * fix link * update latest release config * fix image url * fix: link
- Loading branch information
1 parent
a22476a
commit ca5bc19
Showing
8 changed files
with
65 additions
and
5 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,60 @@ | ||
--- | ||
sidebar_position: 194 | ||
--- | ||
|
||
# v0.7.x (Garnet Mickledore) | ||
|
||
:::info | ||
|
||
[Raspberry Pi 4 kits are now available in the United States.](https://printnanny.ai/shop/raspberry-pi-4-kit) | ||
|
||
The kit includes everything you need to get started with PrintNanny. | ||
::: | ||
|
||
## ⬇️ [Click to Download PrintNanny OS](https://github.com/bitsy-ai/printnanny-os/releases/tag/0.7.0) | ||
|
||
* Follow the [Quick Start guide](https://docs.printnanny.ai/docs/category/quick-start/) to create a fresh PrintNanny OS installation. | ||
* [Update a Raspberry Pi already running PrintNanny OS](https://docs.printnanny.ai/docs/update-printnanny-os/). | ||
|
||
## ✨ What's New? | ||
|
||
### Raspberry Pi Camera v3 | ||
|
||
We're stoked to add support for the RPI Camera Module v3, which packs 12-megapixel IMX708 camera sensor with auto-focus. | ||
|
||
![Raspberry Pi Camera Module v3](./img/v0.7.0/raspberrypi-cam-v3.jpg). | ||
|
||
|
||
### Mainsail Camera Support | ||
|
||
You can now view PrintNanny's camera feed directly in Mainsail's UI. | ||
|
||
Follow the steps below to add your camera: | ||
|
||
1. Use the PrintNanny OS dashboard to open Mainsail | ||
|
||
![Raspberry Pi Camera Module v3](./img/v0.7.0/printnanny-dash-open-mainsail.png). | ||
|
||
2. In the Mainsail dashboard, click the gear icon ⚙️ to open Mainsail's settings menu. | ||
|
||
3. In the left-hand side of the menu, open the **Webcams** menu section. | ||
|
||
4. Save the following webcam settings: | ||
|
||
``` | ||
Name: <camera name, PrintNannyCam in the example below> | ||
URL Stream: /printnanny-hls/playlist.m3u8 | ||
URL Snapshot: /printnanny-snapshot/jpeg | ||
``` | ||
|
||
![Add PrintNanny camera to Mainsail](./img/v0.7.0/printnanny-cam-mainsail.gif). | ||
|
||
### Python 3.11 - So Fast! | ||
|
||
Klipper, Moonraker, and OctoPrint are now running on Python 3.11 (previously 3.10). | ||
|
||
On average, we expect to see a 1.25x speedup in everyday OctoPrint and Klipper/Moonraker operations. That's a significant performance boost, especially for a Raspberry Pi! | ||
|
||
Benchmarks from: [Python is About to Become 64% Faster — Python 3.10 vs. Python 3.11 Benchmark](https://towardsdatascience.com/python-is-about-to-become-64-faster-python-3-10-vs-python-3-11-benchmark-3a6abcc25b90) | ||
|
||
![Python 3.10 vs. Python 3.11 benchmarks](./img/v0.7.0/python3.10-vs-python3.11.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+325 KB
site/docs/release-history/img/v0.7.0/printnanny-dash-open-mainsail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
const printnannyConfig = { | ||
version: '0.6.8', | ||
versionPretty: 'v0.6.x (Feldspar Langdale)', | ||
slug: 'release-history/0.6.x-feldspar-langdale' | ||
version: '0.7.0', | ||
versionPretty: 'v0.7.x (Garnet Mickledore)', | ||
slug: 'release-history/0.7.x-garnet-mickledore' | ||
}; | ||
|
||
module.exports = printnannyConfig; |