Update plugins/GCodeReader/FlavorParser.py

Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
Ole Kröger 2022-03-03 11:03:33 +01:00 committed by GitHub
parent 0ff94c6150
commit 893da1ed38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,7 +355,7 @@ class FlavorParser:
Logger.log("d", "Parsing g-code...") 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]] current_path = [] #type: List[List[float]]
min_layer_number = 0 min_layer_number = 0
negative_layers = 0 negative_layers = 0