fix(ocp): removed the auto labeler from cycleing due to causuing delay in printing

This commit is contained in:
2025-04-13 08:27:53 -05:00
parent 9325e58551
commit 95c869d667

View File

@@ -84,7 +84,7 @@ export const printerCycle = async () => {
} }
if (p.name === "Autolabeler") { if (p.name === "Autolabeler") {
await autoLabelingStats(p); //await autoLabelingStats(p);
return; return;
} }