feat: Add basic support for bambu printer

This commit is contained in:
2026-06-19 04:02:58 +02:00
parent 361d799377
commit fe6b3b52e1
6 changed files with 330 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ COPY . .
RUN cargo chef prepare --recipe-path recipe.json
FROM base AS builder
RUN apk add --no-cache g++=15.2.0-r2 cmake=4.1.3-r0 make=4.4.1-r3
RUN apk add --no-cache g++=15.2.0-r2 cmake=4.1.3-r0 make=4.4.1-r3 openssl-dev=3.5.7-r0 openssl-libs-static=3.5.7-r0
# HACK: Now we can use unstable feature while on stable rust!
ENV RUSTC_BOOTSTRAP=1
COPY --from=planner /app/recipe.json recipe.json