mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:36:01 +08:00
Update plugins/GCodeReader/FlavorParser.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
812bf2f4aa
commit
0ff94c6150
@ -53,7 +53,7 @@ class FlavorParser:
|
|||||||
|
|
||||||
def _clearValues(self) -> None:
|
def _clearValues(self) -> None:
|
||||||
self._extruder_number = 0
|
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_type = LayerPolygon.Inset0Type
|
||||||
self._layer_number = 0
|
self._layer_number = 0
|
||||||
self._previous_z = 0 # type: float
|
self._previous_z = 0 # type: float
|
||||||
|
Loading…
x
Reference in New Issue
Block a user