Package entities :: Module paths :: Class SupportPath
[hide private]
[frames] | no frames]

Class SupportPath

source code


Instance Methods [hide private]
 
__init__(self, z, runtimeParameters) source code
 
getFeedRateMinute(self)
Allows subclasses to override the relevant feedrate method so we don't have to use large if statements.
source code

Inherited from Path: __str__, addPath, generateGcode, getDistanceAndDuration, getEndPoint, getExtrusionDistance, getFeedRateAndMultiplier, getResetExtruderDistanceCommand, getStartPoint, offset

Method Details [hide private]

__init__(self, z, runtimeParameters)
(Constructor)

source code 
Overrides: Path.__init__

getFeedRateMinute(self)

source code 

Allows subclasses to override the relevant feedrate method so we don't have to use large if statements.

Overrides: Path.getFeedRateMinute
(inherited documentation)