From 95c869d667901cc51c8fe3b35d59d3bc2ea085a5 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Sun, 13 Apr 2025 08:27:53 -0500 Subject: [PATCH] fix(ocp): removed the auto labeler from cycleing due to causuing delay in printing --- server/services/ocp/controller/printers/printerCycle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/services/ocp/controller/printers/printerCycle.ts b/server/services/ocp/controller/printers/printerCycle.ts index 2a75cdc..9a079c3 100644 --- a/server/services/ocp/controller/printers/printerCycle.ts +++ b/server/services/ocp/controller/printers/printerCycle.ts @@ -84,7 +84,7 @@ export const printerCycle = async () => { } if (p.name === "Autolabeler") { - await autoLabelingStats(p); + //await autoLabelingStats(p); return; }