Jump to content

contesio

Dormant
  • Posts

    6
  • Joined

  • Last visited

Posts posted by contesio

  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

    image1.thumb.JPG.ea995951322f205cc9135a9d811d3855.JPG

    image2.thumb.JPG.8d3da45a1a23be99f0f0114035a30abe.JPG

    image1.thumb.JPG.ea995951322f205cc9135a9d811d3855.JPG

    image2.thumb.JPG.8d3da45a1a23be99f0f0114035a30abe.JPG

  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. 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

    Schermata%202014-12-01%20alle%2021.07.20.png

     

  4. 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...