From 1c57f668151409e10cac7b9871f21a202a308bd5 Mon Sep 17 00:00:00 2001 From: Frederick Lemire-Collu Date: Thu, 22 Aug 2024 06:34:11 -0400 Subject: [PATCH] chore: updated banner copy on uninstall.sh --- uninstall.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index 4b667fd..5748d5b 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -73,11 +73,13 @@ echo echo "================================================" echo " FILTER MONITOR " echo "------------------------------------------------" -echo "This Klipper plugin monitors the runtime of air " +echo "This Klipper plugin monitors the runtime of air " echo "filters (Nevermore, THE FILTER, etc), and " -echo "triggers notifications and/or executes GCODE " +echo "triggers notifications and/or executes G-code " echo "when threshold conditions, such as max runtime " -echo "or lifetime hours, are met. " +echo "or lifetime hours are met. These monitoring " +echo "checks also occur on pre-defined system events " +echo "and keep track of total fan runtime. " echo "================================================" echo