From 461cda0600be705e22fa045478c529aa3287756f Mon Sep 17 00:00:00 2001 From: Matthew Frost <m.frost@mattronix.nl> Date: Sat, 16 Dec 2023 02:01:40 +0100 Subject: [PATCH] 3d printers --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 61cdf45..e4c3a93 100644 --- a/app/settings.py +++ b/app/settings.py @@ -49,7 +49,7 @@ powerbars = { 4 : { "name" : "LIGHT_MAKERTABLE" }, 19 : { "name" : "Laser Cutter" }, 5 : { "name" : "LIGHT_TABLE" }, - 6 : { "name" : "LIGHT_HAM" }, + 6 : { "name" : "3D Printers" }, 7 : { "name" : "LIGHT_ENTRANCE" }, 8 : { "name" : "LIGHT_KITCHEN" }, 9 : { "name" : "LIGHT_WHEEL" },