-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ioannam
committed
Mar 11, 2024
1 parent
1d91a34
commit 25d7d66
Showing
3 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,6 @@ | |
|
||
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. | ||
|
||
## 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 | ||
|
||
## Getting started | ||
|
||
You can find tutorials and documentation of the project in the [compas_slicer page](https://compas.dev/compas_slicer/latest/) | ||
|
@@ -23,6 +15,14 @@ For installation instructions, see here: [installation](https://compas.dev/compa | |
|
||
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 <<[email protected]>> [@ioannaMitropoulou](https://github.com/ioannaMitropoulou) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters