A pre-configured Dockerfile for running FlashPrint in an isolated environment.
394
This repository serves as a centralized location for managing everything related to the FlashPrint software. FlashPrint is a slicing and control software for FlashForge 3D printers, and this repository aims to streamline its usage by providing a Dockerized setup, settings files, and other configuration assets.
Since flashprint software is not yet updated to run on Ubuntu 24.04, I needed to make a dockerized version.
Use the provided flashprint.sh script to start the container
./flashprint.sh
Ensure the following are installed on your system:
Dockerfile and the .deb package into a directory.docker build -t flashprint:latest .
Use the provided run-flashprint.sh script to start the container:
chmod +x run-flashprint.sh
./run-flashprint.sh
This will launch the FlashPrint GUI, accessible on your local machine.
~/3DPrints on your host to /workspaces/3DPrints in the container. Place your .gcode or .stl files in this directory for easy access./dev/dri for OpenGL rendering.Content type
Image
Digest
sha256:91ba4af7e…
Size
266.8 MB
Last updated
about 1 year ago
docker pull althack/flashprint