fix(back-end): fix process files
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 33s
Build, Test and Deploy / build-and-push (push) Successful in 29s
Build, Test and Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-02-16 16:01:01 +01:00
parent efa1371ffa
commit 579ac3fcb6

View File

@@ -99,7 +99,7 @@ public class SlicerService {
command.add("--ensure-on-bed");
command.add("--slice");
command.add("1");
command.add("0");
command.add(localStl.getAbsolutePath());