Module carve
source code
Carve is a script to carve a shape into svg slice layers. It creates the perimeter contours
Credits:
Original Author: Enrique Perez (http://skeinforge.com)
Contributors: Please see the documentation in Skeinforge
Modifed as SFACT: Ahmet Cem Turan (github.com/ahmetcemturan/SFACT)
License:
GNU Affero General Public License http://www.gnu.org/licenses/agpl.html
|
performAction(slicedModel)
Get carved text. |
source code
|
|
|
name = ' carve '
|
|
logger = logging.getLogger(name)
|
|
__package__ = ' plugins '
|