chiark / gitweb /
Have the first layer of support lines in "full" extrusion amount, so it sticks proper...
authordaid <daid303@gmail.com>
Wed, 18 Apr 2012 14:10:27 +0000 (16:10 +0200)
committerdaid <daid303@gmail.com>
Wed, 18 Apr 2012 14:10:27 +0000 (16:10 +0200)
Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/raft.py

index 1fc1c868f18ba0476838d2e67d157c57d281f032..38f552c3430f4ba43b9ba03702f24e7c28ff7ef4 100644 (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)