readme, version update
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Updated May 14, 2023.
|
Updated May 24, 2023.
|
||||||
Want to support this work? Buy Me a Coffee. https://www.buymeacoffee.com/ppaukstelis.
|
Want to support this work? Buy Me a Coffee. https://www.buymeacoffee.com/ppaukstelis.
|
||||||
Need help with octoprint_deploy? Ask on Discord: https://discord.gg/6vgSjgvR6u
|
Need help with octoprint_deploy? Ask on Discord: https://discord.gg/6vgSjgvR6u
|
||||||
# octoprint_deploy
|
# octoprint_deploy
|
||||||
@@ -59,6 +59,7 @@ These files provide a bash script for quickly deploying multiple octoprint insta
|
|||||||
* Change udev rules for an instance with `sudo octoprint_deploy/octoprint_deploy.sh replace`
|
* Change udev rules for an instance with `sudo octoprint_deploy/octoprint_deploy.sh replace`
|
||||||
* Always a good idea to update octoprint_deploy from time-to-time with `git -C octoprint_deploy pull`
|
* Always a good idea to update octoprint_deploy from time-to-time with `git -C octoprint_deploy pull`
|
||||||
# Recent Changes
|
# Recent Changes
|
||||||
|
* Adjustments for OctoPrint 1.9.x with classic webcam now as a plugin.
|
||||||
* Remove cloud plugin setup for template. This causes more issues than it helps. Cloud plugins should typically be installed manually and configured for each instance.
|
* Remove cloud plugin setup for template. This causes more issues than it helps. Cloud plugins should typically be installed manually and configured for each instance.
|
||||||
* Verify that OctoPrint gets installed in virtual environment. Opens remove_everything prompt of executable does not exist.
|
* Verify that OctoPrint gets installed in virtual environment. Opens remove_everything prompt of executable does not exist.
|
||||||
* Remove path double slashes that seemed to prevented deletion of timelapse videos.
|
* Remove path double slashes that seemed to prevented deletion of timelapse videos.
|
||||||
|
|||||||
@@ -1471,7 +1471,7 @@ instance_status() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main_menu() {
|
main_menu() {
|
||||||
VERSION=0.2.4
|
VERSION=0.2.5
|
||||||
#reset
|
#reset
|
||||||
UDEV=''
|
UDEV=''
|
||||||
TEMPUSB=''
|
TEMPUSB=''
|
||||||
|
|||||||
Reference in New Issue
Block a user