Package entities :: Module Layer' :: Class Layer
[hide private]
[frames] | no frames]

Class Layer

source code

Instance Methods [hide private]
 
__init__(self, z, index, runtimeParameters) source code
 
__str__(self)
Get the string representation.
source code
 
addNestedRing(self, nestedRing) source code
 
getDistanceAndDuration(self)
Returns the amount of time needed to print the layer, and the distance to travel.
source code
 
getInfillPaths(self, pathList) source code
 
getLoopPaths(self, pathList) source code
 
getOrderedPathList(self) source code
 
getPerimeterPaths(self, pathList) source code
 
getStartPoint(self) source code
 
getSupportPaths(self, pathList) source code
 
isBridgeLayer(self) source code
Method Details [hide private]

getDistanceAndDuration(self)

source code 

Returns the amount of time needed to print the layer, and the distance to travel. Note, this currently ignores commands in the pre and post layer list.