From e351f2c05f3a61f04cd0d3c3674290f7d6bfe9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Mon, 16 Feb 2026 11:44:05 +0100 Subject: [PATCH] fix(back-end): fix exclude object 0 --- .../profiles/profiles/BBL/process/0.20mm Standard @BBL A1.json | 3 ++- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/profiles/profiles/BBL/process/0.20mm Standard @BBL A1.json b/backend/profiles/profiles/BBL/process/0.20mm Standard @BBL A1.json index 9607175..21a0233 100644 --- a/backend/profiles/profiles/BBL/process/0.20mm Standard @BBL A1.json +++ b/backend/profiles/profiles/BBL/process/0.20mm Standard @BBL A1.json @@ -11,5 +11,6 @@ "travel_speed": "700", "compatible_printers": [ "Bambu Lab A1 0.4 nozzle" - ] + ], + "exclude_object": "0" } \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 927cf05..3568f73 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: - MARKUP_PERCENT=20 - TEMP_DIR=/app/temp - PROFILES_DIR=/app/profiles - - CLAMAV_HOST=192.168.1.147 + - CLAMAV_HOST=clamav - CLAMAV_PORT=3310 - STORAGE_LOCATION=/app/storage depends_on: