Commit 02b2fb63 authored by Guillaume Seguin's avatar Guillaume Seguin

Move GCodeAnalyzer.py to printrun/

parent 208be01c
......@@ -21,7 +21,7 @@ from select import error as SelectError
import time, getopt, sys
import platform, os
from collections import deque
from GCodeAnalyzer import GCodeAnalyzer
from printrun.GCodeAnalyzer import GCodeAnalyzer
from printrun import gcoder
def control_ttyhup(port, disable_hup):
......
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