diff --git a/plugins/GCodeReader/GCodeReader.py b/plugins/GCodeReader/GCodeReader.py index 6b36965cb4..2d8aef03c9 100644 --- a/plugins/GCodeReader/GCodeReader.py +++ b/plugins/GCodeReader/GCodeReader.py @@ -1,7 +1,9 @@ # Copyright (c) 2015 Ultimaker B.V. # Cura is released under the terms of the AGPLv3 or higher. +from UM.Application import Application #To get the current profile that should be updated with the settings from the g-code. from UM.Mesh.MeshReader import MeshReader +import re #Regular expressions for parsing escape characters in the settings. ## A class that reads profile data from g-code files. #