1
0
Fork 0
Go to file
Marcus Noble a036eb84a6
Switch to ubuntu base image
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-04-15 08:41:44 +01:00
src Fix shell 2022-04-15 08:21:10 +01:00
.dockerignore Initial release 2022-04-15 07:39:19 +01:00
.gitignore Initial release 2022-04-15 07:39:19 +01:00
Dockerfile Switch to ubuntu base image 2022-04-15 08:41:44 +01:00
LICENSE Initial release 2022-04-15 07:39:19 +01:00
Makefile Initial release 2022-04-15 07:39:19 +01:00
README.md Initial release 2022-04-15 07:39:19 +01:00

README.md

docker-sl1-to-cbt

Docker image containing uv3dp that will auto-convert any .sl1 files found in the watch directory to .cbt.

Features

  • Auto convert .sl1 files to .cbt using uv3dp

Configuration

Set the WATCH_DIRECTORY environment variable to set the directory to watch for .sl1 files. (Defaults to /home)

Building from source

make docker-build

Resources

Contributing

If you find a bug or have an idea for a new feature please raise an issue to discuss it.

Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.

Thank you 💛

License

See LICENSE