Commit 754780d5 authored by Guillaume Seguin's avatar Guillaume Seguin

Missing import

parent 485ddfd3
...@@ -21,6 +21,9 @@ import datetime ...@@ -21,6 +21,9 @@ import datetime
import logging import logging
from array import array from array import array
from printrun_utils import install_locale
install_locale('pronterface')
gcode_parsed_args = ["x", "y", "e", "f", "z", "i", "j"] gcode_parsed_args = ["x", "y", "e", "f", "z", "i", "j"]
gcode_parsed_nonargs = ["g", "t", "m", "n"] gcode_parsed_nonargs = ["g", "t", "m", "n"]
to_parse = "".join(gcode_parsed_args + gcode_parsed_nonargs) to_parse = "".join(gcode_parsed_args + gcode_parsed_nonargs)
......
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