Slice tray
The slice tray object represents the current generic platform's Slicing section. It is defined by Netfabb under the name slicetray
.
Properties
Property |
Read/write |
Type |
Description |
layercount |
read |
number |
Total number of layers occupied by all slice stacks present. More specifically: The layer count represents the number of unique Z heights for which there is any slice information explicitly avaliable across all slice stacks present, including empty layers but only within individual bounding boxes, and even when those Z heights do not follow a regular interval from slicing parts with different layer thicknesses. |
Back to top
Methods
Property |
Syntax |
Description |
createslicetimecalculation |
mystc = createslicetimecalculation() |
Returns a new slice time calculator object that covers all slice stacks currently present |
Back to top