Commit d981e9c8 authored by Guillaume Seguin's avatar Guillaume Seguin

Use LightGCode in printcore

parent 067f0925
...@@ -56,7 +56,7 @@ if __name__ == '__main__': ...@@ -56,7 +56,7 @@ if __name__ == '__main__':
p.loud = loud p.loud = loud
time.sleep(2) time.sleep(2)
gcode = [i.strip() for i in open(filename)] gcode = [i.strip() for i in open(filename)]
gcode = gcoder.GCode(gcode) gcode = gcoder.LightGCode(gcode)
p.startprint(gcode) p.startprint(gcode)
try: try:
......
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