Commit 18187f60 authored by Guillaume Seguin's avatar Guillaume Seguin

Remove FIXME

parent 88c1c1a3
......@@ -1342,7 +1342,6 @@ Printrun. If not, see <http://www.gnu.org/licenses/>."""
gcode = self.pre_gcode_load()
threading.Thread(target = self.load_gcode_async_thread, args = (gcode,)).start()
# FIXME: this thread and the loadviz one are not tracked at all
def load_gcode_async_thread(self, gcode):
try:
self.load_gcode(self.filename,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment