mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 08:26:07 +08:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
b7bfd119a0
@ -711,7 +711,7 @@ class RaftSkein:
|
|||||||
if self.layerIndex == 0:
|
if self.layerIndex == 0:
|
||||||
feedRateMinuteMultiplied *= self.objectFirstLayerFeedRateInfillMultiplier
|
feedRateMinuteMultiplied *= self.objectFirstLayerFeedRateInfillMultiplier
|
||||||
if supportFlowRateMultiplied != None:
|
if supportFlowRateMultiplied != None:
|
||||||
supportFlowRateMultiplied *= self.objectFirstLayerFlowRateInfillMultiplier
|
supportFlowRateMultiplied = self.operatingFlowRate * self.objectFirstLayerFlowRateInfillMultiplier
|
||||||
self.addFlowRate(supportFlowRateMultiplied)
|
self.addFlowRate(supportFlowRateMultiplied)
|
||||||
for path in paths:
|
for path in paths:
|
||||||
self.distanceFeedRate.addGcodeFromFeedRateThreadZ(feedRateMinuteMultiplied, path, self.travelFeedRateMinute, z)
|
self.distanceFeedRate.addGcodeFromFeedRateThreadZ(feedRateMinuteMultiplied, path, self.travelFeedRateMinute, z)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user