diff --git a/pronsole.py b/pronsole.py index 3179e56..d38dfcd 100755 --- a/pronsole.py +++ b/pronsole.py @@ -145,7 +145,7 @@ def estimate_duration(g): y = get_coordinate_value("Y", parts[1:]) if y is None: y=lasty z = get_coordinate_value("Z", parts[1:]) - if z is None: z=lastz + if (z is None) or (z