Jump to content

contesio

Dormant
  • Posts

    6
  • Joined

  • Last visited

contesio's Achievements

0

Reputation

  1. Io vendo la mia stampante 3D Ultimaker 2 acquistata nella seconda metà del 2014, in perfette condizioni estetiche e di funzionamento. Inclusi alimentatore, 2 bobine di PLA, cavo USB e regolare fattura di acquisto. Aggiungo che monta già il nuovo e migliorato PTFE Coupler. € 1.390,00 - Sono a Milano. Per info potete contattarmi via email: cristian@contesio.com
  2. Hi all, I'm stuck with the Heated bed error. Firmware v.15.02.1 This seems to be a relatively widespread on the Ultimaker 2 as far as I've read around. I've already opened a support request (ticket n. RLY-342-1920) I've also uploaded a couple of videos: https://youtu.be/u6lDR2Q4ca4 https://youtu.be/HUYlk2R7vTQ I'm not able to fix it by my self, so I would ask: - Is this problem under warranty? If yes, how can I claim it? - Is there anything I could try to inspect and fix this problem? My machine is unusable right now ... Thanks in advance for any help -- Christian
  3. Hello, I've issued the order n.1541720 16 days ago but is not shipped yet. Without a new PTFE coupler my printer have to work at 260 °C with PLA in order to avoid grinding ... :( and results are mostly unwanted. Can you please have a look and see if it can be shipped? Thank you --
  4. Hi, I'm bumping up this thread because I'm using PyCharm and I've tried to set up a debug configuration for my virtualenv ... but it doesn't work. By defining pythonw as the interpreter, here's what I get in the PyCharm debugger console: /Users/me/.virtualenvs/Cura/bin/pythonw -m Cura.cura /Applications/PyCharm.app/helpers/pydev/pydevd.py --multiproc --client 127.0.0.1 --port 57621 --file /Users/me/projects/Cura/cura.py Traceback (most recent call last): File "<string>", line 1, in <module> AttributeError: 'module' object has no attribute 'real_prefix' /Users/me/.virtualenvs/Cura/bin/pythonw: line 5: /bin/python: No such file or directory /Users/me/.virtualenvs/Cura/bin/pythonw: line 5: exec: /bin/python: cannot execute: No such file or directory Process finished with exit code 126 By defining python from the virtualenv, Cura won't start because it doesn't recognize any attached screen. How can I specify the right interpreter in order to debug Cura with pythonw? See attached Run/Debug configuration. I'm on OS X 10.8.5
  5. Thanks Amedee, I've managed to successfully run Cura on my virtualenv by following the GOLD thread above. :-P I will also try to package by downgrading what's listed there. You've really saved me many hours ... and headaches! Cheers
  6. Hi, I'm on OS X 10.8.5 and I'm going to develop some widgets with wxPython. Built and installed everything explained on https://github.com/daid/Cura when I run pythonw -m Cura.cura I get this exception load preferences from /Users/me/Library/Application Support/Cura/dev/preferences.ini Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/Users/me/Projects/Cura/cura.py", line 89, in <module> main() File "/Users/me/Projects/Cura/cura.py", line 86, in main app.CuraApp(args).MainLoop() File "Cura/gui/app.py", line 58, in __init__ self.afterSplashCallback() File "Cura/gui/app.py", line 100, in afterSplashCallback from Cura.gui import mainWindow File "Cura/gui/mainWindow.py", line 13, in <module> from Cura.gui import preferencesDialog File "Cura/gui/preferencesDialog.py", line 5, in <module> from Cura.gui import configWizard File "Cura/gui/configWizard.py", line 13, in <module> from Cura.gui import printWindow File "Cura/gui/printWindow.py", line 4, in <module> import power File "/Users/me/.virtualenvs/Cura/lib/python2.7/site-packages/power/__init__.py", line 28, in <module> from power.darwin import PowerManagement File "/Users/me/.virtualenvs/Cura/lib/python2.7/site-packages/power/darwin.py", line 241, in <module> class PowerManagement(common.PowerManagementBase): File "/Users/me/.virtualenvs/Cura/lib/python2.7/site-packages/power/darwin.py", line 242, in PowerManagement notifications_observer = PowerSourcesNotificationsObserver.alloc().init() File "/Users/me/.virtualenvs/Cura/lib/python2.7/site-packages/power/darwin.py", line 171, in init self = super(PowerSourcesNotificationsObserver, self).init() AttributeError: 'super' object has no attribute 'init' How can I fix this? Thanks
×
×
  • Create New...