mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 20:36:04 +08:00
Have the first layer of support lines in "full" extrusion amount, so it sticks properly to the printer bed.
This commit is contained in:
parent
57cd3cccd3
commit
885e43c95f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user