Module preface
source code
Preface creates the nested ring structure from the rotated layers, and adds optional start and end gcodes.
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)
Preface and converts the layers. |
source code
|
|
|
name = ' plugins.preface '
|
|
logger = logging.getLogger(name)
|
|
__package__ = ' plugins '
|