├── Makefile ├── README.md ├── cura-slicer ├── settings ├── base.ini └── fdmprinter.def.json └── tests ├── Makefile ├── cube.stl ├── overhang-in.stl ├── overhang-inout.stl ├── overhang-out.stl ├── overhang3l4mm.stl ├── sphere.stl └── test.ini /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/README.md -------------------------------------------------------------------------------- /cura-slicer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/cura-slicer -------------------------------------------------------------------------------- /settings/base.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/settings/base.ini -------------------------------------------------------------------------------- /settings/fdmprinter.def.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/settings/fdmprinter.def.json -------------------------------------------------------------------------------- /tests/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/tests/Makefile -------------------------------------------------------------------------------- /tests/cube.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/tests/cube.stl -------------------------------------------------------------------------------- /tests/overhang-in.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/tests/overhang-in.stl -------------------------------------------------------------------------------- /tests/overhang-inout.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/tests/overhang-inout.stl -------------------------------------------------------------------------------- /tests/overhang-out.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/tests/overhang-out.stl -------------------------------------------------------------------------------- /tests/overhang3l4mm.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/tests/overhang3l4mm.stl -------------------------------------------------------------------------------- /tests/sphere.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/tests/sphere.stl -------------------------------------------------------------------------------- /tests/test.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiritdude/Cura-CLI-Wrapper/HEAD/tests/test.ini --------------------------------------------------------------------------------