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
0ff94c6150
commit
893da1ed38
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ class FlavorParser:
|
|||
|
||||
Logger.log("d", "Parsing g-code...")
|
||||
|
||||
current_position = Position(0, 0, 0, 0, [0,0,0,0])
|
||||
current_position = Position(0, 0, 0, 0, [0] * 8)
|
||||
current_path = [] #type: List[List[float]]
|
||||
min_layer_number = 0
|
||||
negative_layers = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue