fix(back-end): update profile inheritance
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 23s
Build, Test and Deploy / build-and-push (push) Successful in 27s
Build, Test and Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-02-05 16:59:51 +01:00
parent 6cc2ee4cd4
commit 928635ed39
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
libglib2.0-0 \
libgtk-3-0 \
libdbus-1-3 \
libwebkit2gtk-4.1-0 \
libwebkit2gtk-4.0-37 \
&& rm -rf /var/lib/apt/lists/*
# Install OrcaSlicer

View File

@@ -64,7 +64,7 @@ public class SlicerService {
command.add(fFile.getAbsolutePath());
command.add("--ensure-on-bed");
command.add("--arrange");
// command.add("1"); // force arrange - Flag doesn't take value typically
command.add("1");
command.add("--slice");
command.add("0"); // slice plate 0
command.add("--outputdir");