Module bottom
source code
Bottom sets the bottom of the carving to the defined altitude. Adjusts the Z heights of each layer.
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)
Align the model to the bottom of the printing plane |
source code
|
|
|
logger = logging.getLogger(__name__)
|
|
name = ' plugins.bottom '
|
|
__package__ = ' plugins '
|