Move cura to slicer module. Fix integration points.

This commit is contained in:
Ross Hendrickson 2013-09-08 19:41:33 -05:00
parent 7a4bb8b94e
commit 520c856c57
6 changed files with 1 additions and 1 deletions

View file

@ -161,7 +161,7 @@ class GcodeManager:
def processSTL(self, absolutePath, callBack, callBackArgs):
from octoprint.cura import CuraFactory
from octoprint.slicers.cura import CuraFactory
cura = CuraFactory.create_slicer()
gcodePath = util.genGcodeFileName(absolutePath)