Jump to content

th3o

Dormant
  • Posts

    55
  • Joined

  • Last visited

Posts posted by th3o

  1. As far as I remember the postprocessing plugin isn't installed automaticly in the Linux-(PPA)-Version, but you should be able to install it manualy either via Synaptic - search for "cura" - there should be "cura-extra-plugin-postprocessing" or via a Terminal with

     

    sudo apt install cura-extra-plugin-postprocessing

     

     

    Thank you so much! That solved it

  2. Testing 2.3 and I love it! There is one thing I can't find: TweakAtZ.

    From what I understand the scripts should be under 'Extensions’ → ‘Post processing’

    but all I find is 'Extensions’ → ‘Changelog’ → ‘Show changelog’ .

    I tried it on two machines, both running on Ubuntu 16.04. Is it just me or is this a bug in the Linux version?

  3. "/lib/python3/dist-packages/Arcus"

    I copied the Arcus folder there, but still this message:

    Version: master
    Platform: Linux-3.19.0-26-generic-x86_64-with-Ubuntu-15.04-vivid
    Qt: 5.4.1
    PyQt: 5.4.1
    Exception:
    Traceback (most recent call last):
     File "/usr/bin/cura_app.py", line 16, in 
       app = cura.CuraApplication.CuraApplication.getInstance()
     File "/usr/lib/python3/dist-packages/UM/Application.py", line 273, in getInstance
       Application._instance = cls()
     File "/usr/lib/python3/dist-packages/cura/CuraApplication.py", line 63, in __init__
       super().__init__(name = "cura", version = "master")
     File "/usr/lib/python3/dist-packages/UM/Qt/QtApplication.py", line 79, in __init__
       self._loadPlugins()
     File "/usr/lib/python3/dist-packages/cura/CuraApplication.py", line 121, in _loadPlugins
       raise RuntimeError("Could not load the backend plugin!")
    RuntimeError: Could not load the backend plugin!

  4. @th3o:

    Cannot start it. Get this message:

    Version: master

    Platform: Linux-3.19.0-26-generic-x86_64-with-Ubuntu-15.04-vivid

    Qt: 5.4.1

    PyQt: 5.4.1

    Seems like there is something wrong with the packaging for Linux:

    The folder

    "/lib/python3/dist-packages/Arcus"

    gets installed by mistake in

    "/home/ahiemstra/dev/master/build/cura-build/inst/lib/python3/dist-packages/Arcus

    just copy the folder "Arcus" from the wrong place to the right location and you will go

    Regards Bernd

    What is the right location to copy the folder "Arcus" to?

  5. Cannot start it. Get this message:

    Version: master

    Platform: Linux-3.19.0-26-generic-x86_64-with-Ubuntu-15.04-vivid

    Qt: 5.4.1

    PyQt: 5.4.1

    Exception:

    Traceback (most recent call last):

    File "/usr/bin/cura_app.py", line 16, in

    app = cura.CuraApplication.CuraApplication.getInstance()

    File "/usr/lib/python3/dist-packages/UM/Application.py", line 273, in getInstance

    Application._instance = cls()

    File "/usr/lib/python3/dist-packages/cura/CuraApplication.py", line 63, in __init__

    super().__init__(name = "cura", version = "master")

    File "/usr/lib/python3/dist-packages/UM/Qt/QtApplication.py", line 79, in __init__

    self._loadPlugins()

    File "/usr/lib/python3/dist-packages/cura/CuraApplication.py", line 121, in _loadPlugins

    raise RuntimeError("Could not load the backend plugin!")

    RuntimeError: Could not load the backend plugin!

  6. I also thought that entering the start/end gcode into the octoprint gcode script settings was the way to go. But when I do that the printer doesn't heat up but starts printing immediatly. Must be something wrong in the gcodes I entered.

    I will try to install 15.06 next to 15.04 en try ity again.

    Update: I tried to install 15.06, but then it overwrites the 15.04 version. My machine runs on Ubuntu linux

    Theo.

  7. Did anyone manage to get Octoprint working with 15.06.xx?

    Mine is working but I'm not able to mimic the start of a print like the UM2 normally would do. I cannot send gcode commands to park the head in the left front and extrude some filament before the start. Also it doesn't wait until the head and bed are on the preset temperature. It starts printing imediately.

    I tried creating a printer profile for UM2 + Octoprint, based on the UMO, but with no luck.

  8. Hello,

    I'm unable to install Cura 15.06.1 on Ubuntu 15.04.

    On install I get the message:

     

    Preparing to unpack /tmp/Cura-15.06.01-Linux.deb ...Unpacking cura (15.06.01) over (15.04) ...dpkg: error processing archive /tmp/Cura-15.06.01-Linux.deb (--install):trying to overwrite '/usr/bin/protoc', which is also in package protobuf-compiler 2.6.1-1dpkg-deb (subprocess): decompressing archive member: internal gzip write error: Broken pipedpkg-deb: error: subprocess  returned error exit status 2dpkg-deb (subprocess): cannot copy archive member from '/tmp/Cura-15.06.01-Linux.deb' to decompressor pipe: failed to write (Broken pipe)

     

    The upgrade to Cura 15.04 went without problems.

    Any idea what to do?

×
×
  • Create New...