https://github.com/compas-dev/compas_slicer
Slicing package for FDM 3D Printing with COMPAS.
https://github.com/compas-dev/compas_slicer
3dprinting aec compas fdm robotics slicing
Last synced: about 5 hours ago
JSON representation
Slicing package for FDM 3D Printing with COMPAS.
- Host: GitHub
- URL: https://github.com/compas-dev/compas_slicer
- Owner: compas-dev
- License: mit
- Created: 2019-12-06T16:04:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T14:11:35.000Z (over 1 year ago)
- Last Synced: 2025-10-02T08:39:38.745Z (4 days ago)
- Topics: 3dprinting, aec, compas, fdm, robotics, slicing
- Language: Python
- Homepage: https://compas.dev/compas_slicer/
- Size: 226 MB
- Stars: 32
- Watchers: 7
- Forks: 17
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# compas_slicer
[](https://github.com/compas-dev/compas_slicer/actions)
[](https://github.com/compas-dev/compas_slicer/blob/master/LICENSE)
[](https://pypi.python.org/project/COMPAS-SLICER)
[](https://zenodo.org/badge/latestdoi/226364384)Python slicing package for FDM 3D Printing based on the [COMPAS](https://block.arch.ethz.ch/brg/tools/compas-computational-framework-for-collaboration-and-research-in-architecture-structures-and-digital-fabrication) framework.
## Getting started
You can find tutorials and documentation of the project in the [compas_slicer page](https://compas.dev/compas_slicer/latest/)
For installation instructions, see here: [installation](https://compas.dev/compas_slicer/latest/installation.html)
For troubleshooting, see here: [troubleshooting](https://compas.dev/compas_slicer/installation.html#troubleshooting-1)
## Main features
* Planar slicing (default method, and method based on Cgal library)
* Curved slicing (interpolation of boundaries, UV slicing, scalar field slicing)
* Generation of fabrication-related information
* Export print data to Json and gcode format
* Visualization of results in grasshopper## Authors
* Ioanna Mitropoulou <> [@ioannaMitropoulou](https://github.com/ioannaMitropoulou)
* Joris Burger <> [@joburger](https://github.com/joburger)
* Andrei Jipa <> [@stratocaster](https://github.com/stratocaster)