Jump to content

MichaelI

Dormant
  • Posts

    2
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Ultimaker S5

MichaelI's Achievements

0

Reputation

  1. Hello, I am currently developing a plugin for Cura and I need to import a library called Rtree (https://rtree.readthedocs.io/en/latest/). I tried following the sample plugins discussed at (https://community.ultimaker.com/topic/30588-using-external-libraries-in-my-self-written-cura-plugin/). For this, I first installed rtree locally on my PC on a conda environment. I then copied the module installation folder rtree into my plugin folder and imported it as described in the linked forum topic. It doesn't seem to be working though. I am getting the following error: "OSError: could not find or load spatialindex_c.dll". The library is perfectly working in Conda itself though. Am I missing on something? How should I import rtree into my plugin? Any help would be appreciated. Thanks!
  2. Hello, I am trying to develop a new plugin for Cura. One of the features I am thinking of requires temporarily greying out the selected model in the workspace. By greying out I mean setting the object unslicable in that striped yellow-grey pattern. I couldn't unfortunately find an appropriate function that could do such thing on Cura GitHub. Am I missing on something? Any help would be appreciated. Thanks!
×
×
  • Create New...