Fixed some missed references to the previous variables - CURA-4232

This commit is contained in:
Diego Prado Gesto 2017-09-15 16:05:24 +02:00
parent 0e1b9d8c5d
commit f139bbe3f1
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ class SliceInfo(Extension):
data["models"].append(model)
print_times = print_information.printTimesPerFeature
print_times = print_information._print_time_message_values
data["print_times"] = {"travel": int(print_times["travel"].getDisplayString(DurationFormat.Format.Seconds)),
"support": int(print_times["support"].getDisplayString(DurationFormat.Format.Seconds)),
"infill": int(print_times["infill"].getDisplayString(DurationFormat.Format.Seconds)),