Merge remote-tracking branch 'upstream/master'

master
Ferdi van der Werf 2012-04-18 16:38:18 +02:00
commit b7bfd119a0
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ class RaftSkein:
if self.layerIndex == 0:
feedRateMinuteMultiplied *= self.objectFirstLayerFeedRateInfillMultiplier
if supportFlowRateMultiplied != None:
supportFlowRateMultiplied *= self.objectFirstLayerFlowRateInfillMultiplier
supportFlowRateMultiplied = self.operatingFlowRate * self.objectFirstLayerFlowRateInfillMultiplier
self.addFlowRate(supportFlowRateMultiplied)
for path in paths:
self.distanceFeedRate.addGcodeFromFeedRateThreadZ(feedRateMinuteMultiplied, path, self.travelFeedRateMinute, z)