Commit 708572c2 authored by Guillaume Seguin's avatar Guillaume Seguin

Move printrun/plater.py to printrun/stlplater.py

parent 883adcb4
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
import sys import sys
import wx import wx
from printrun.plater import StlPlater from printrun.stlplater import StlPlater
if __name__ == '__main__': if __name__ == '__main__':
app = wx.App(False) app = wx.App(False)
......
...@@ -478,7 +478,7 @@ class PronterWindow(MainWindow, pronsole.pronsole): ...@@ -478,7 +478,7 @@ class PronterWindow(MainWindow, pronsole.pronsole):
e.Skip() e.Skip()
def plate(self, e): def plate(self, e):
from . import plater from . import stlplater as plater
self.log(_("Plate function activated")) self.log(_("Plate function activated"))
plater.StlPlater(size = (800, 580), callback = self.platecb, plater.StlPlater(size = (800, 580), callback = self.platecb,
parent = self, parent = self,
......
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