Have the first layer of support lines in "full" extrusion amount, so it sticks properly to the printer bed.

This commit is contained in:
daid 2012-04-18 16:10:27 +02:00
parent 57cd3cccd3
commit 885e43c95f

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)