From 46fb26a66c4e1c5a5ba9fee6542910b0c4a70369 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Wed, 24 May 2023 16:51:58 -0400 Subject: [PATCH] readme, version update --- README.md | 3 ++- octoprint_deploy.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8293185..8a6173a 100644 --- a/README.md +++ b/README.md @@ -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. Need help with octoprint_deploy? Ask on Discord: https://discord.gg/6vgSjgvR6u # 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` * Always a good idea to update octoprint_deploy from time-to-time with `git -C octoprint_deploy pull` # 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. * 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. diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 6ca8cfb..eff59c8 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -1471,7 +1471,7 @@ instance_status() { } main_menu() { - VERSION=0.2.4 + VERSION=0.2.5 #reset UDEV='' TEMPUSB=''