Move cura to slicer module. Fix integration points.
This commit is contained in:
parent
7a4bb8b94e
commit
520c856c57
6 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
0
octoprint/slicers/cura/tests/.__init__.py
Normal file
0
octoprint/slicers/cura/tests/.__init__.py
Normal file
Loading…
Reference in a new issue