mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 15:50:41 +08:00
Add dwindle to progress bar options. Fixed indentation in fill.py
This commit is contained in:
parent
4c8086d294
commit
cedda983e8
@ -1274,7 +1274,7 @@ class FillSkein:
|
||||
elif firstWord == '(</extruderInitialization>)':
|
||||
self.distanceFeedRate.addTagBracketedProcedure('fill')
|
||||
self.distanceFeedRate.addLine(line)
|
||||
|
||||
|
||||
def parseLine( self, lineIndex ):
|
||||
'Parse a gcode line and add it to the fill skein.'
|
||||
line = self.lines[lineIndex]
|
||||
@ -1314,7 +1314,7 @@ class FillSkein:
|
||||
self.gridInset = 1.2 * self.infillWidth
|
||||
self.gridRadius = self.infillWidth / self.infillSolidity
|
||||
self.gridXStepSize = 2.0 * self.gridRadius
|
||||
self.offsetMultiplier = self.gridRadius
|
||||
self.offsetMultiplier = self.gridRadius
|
||||
if self.repository.infillPatternGridHexagonal.value:
|
||||
self.gridXStepSize = 4.0 / 3.0 * self.gridRadius
|
||||
self.offsetMultiplier = 1.5 * self.gridXStepSize
|
||||
|
@ -18,6 +18,7 @@ sliceStepTimeFactor = {
|
||||
'skirt': 19.3436040878,
|
||||
'skin': 1.0,
|
||||
'joris': 1.0,
|
||||
'dwindle': 1.0,
|
||||
'comb': 23.7805759907,
|
||||
'cool': 27.148763895,
|
||||
'dimension': 90.4914340973
|
||||
|
Loading…
x
Reference in New Issue
Block a user