10K+
UltiMaker Cura is free, easy-to-use 3D printing software trusted by millions of users. Fine-tune your 3D model with 400+ settings for the best slicing and printing results.
The application can be accessed at:
Cura has a known bug that it will OOM and crash unless you set preferences > confgure cura > Disable: crash reports, updates, notifications, this is a hard requirement or it will OOM.
docker run -d \
--name=cura \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-p 3000:3000 \
-p 3001:3001 \
-v /path/to/config:/config \
--shm-size="1gb" \
--restart unless-stopped \
lscr.io/linuxserver/cura:latest
Content type
Image
Digest
sha256:0143175ed…
Size
1.4 GB
Last updated
2 days ago
docker pull linuxserver/cura:5.13.0Pulls:
718
Last week