fix(ocp): removed the auto labeler from cycleing due to causuing delay in printing
This commit is contained in:
@@ -84,7 +84,7 @@ export const printerCycle = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (p.name === "Autolabeler") {
|
if (p.name === "Autolabeler") {
|
||||||
await autoLabelingStats(p);
|
//await autoLabelingStats(p);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user