Module SlowDownCoolStrategy :: Class SlowDownCoolStrategy
[hide private]
[frames] | no frames]

Class SlowDownCoolStrategy

source code

Allows a layer to cool slowing down the nozzle movement.

Instance Methods [hide private]
 
__init__(self, runtimeParameters) source code
 
cool(self, layer)
Apply the cooling by slowing down the print rate.
source code
Method Details [hide private]

cool(self, layer)

source code 

Apply the cooling by slowing down the print rate. Note: This strategy only sets the feed/flow multiplier for the layer. The gcode engine determines whether this or the minimum layer feed rate is actually used. This allows the speed of the gcode to be modified without having to recalculate the slowdown ratio.