chiark / gitweb /
Add bed leveling wizard.
[cura.git] / Cura / gui / app.py
index cd7a2e8484760e15bed81bfef7dc900f29572b4e..50a7d1f4173a4a01106ecd301e6928e1637687ec 100644 (file)
@@ -15,7 +15,7 @@ from Cura.util import profile
 
 class CuraApp(wx.App):
        def __init__(self):
-               if platform.system() == "Windows":
+               if platform.system() == "Windows" and not 'PYCHARM_HOSTED' in os.environ:
                        super(CuraApp, self).__init__(redirect = True, filename = 'output.txt')
                else:
                        super(CuraApp, self).__init__(redirect = False)