mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update plugins/GCodeReader/FlavorParser.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
812bf2f4aa
commit
0ff94c6150
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class FlavorParser:
|
|||
|
||||
def _clearValues(self) -> None:
|
||||
self._extruder_number = 0
|
||||
self._extrusion_length_offset = [0,0,0,0] # type: List[float]
|
||||
self._extrusion_length_offset = [0] * 8 # type: List[float]
|
||||
self._layer_type = LayerPolygon.Inset0Type
|
||||
self._layer_number = 0
|
||||
self._previous_z = 0 # type: float
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue