Skip to content

Unable to get CrossPiece to work #60

@rebeltaz

Description

@rebeltaz

I am trying to learn how to use this plugin on this test project (in FreeCAD v0.19 under Ubuntu 18.04 LTS). When I add both pieces to the CrossPiece dialog and run Preview, it tells me this:

00:20:26  Traceback (most recent call last):
  File "/home/derek/.FreeCAD/Mod/LCInterlocking/panel/crosspiece.py", line 56, in onChanged
    self.preview(fp)
  File "/home/derek/.FreeCAD/Mod/LCInterlocking/panel/crosspiece.py", line 100, in preview
    computed_parts = make_cross_parts(parts)
  File "/home/derek/.FreeCAD/Mod/LCInterlocking/lasercut/crosspart.py", line 372, in make_cross_parts
    raise ValueError("Not managed")
<class 'ValueError'>: Not managed

I tried making "Simple Copies" of both pad operations and working with those instead, but I get the same error. I even tried creating the pieces as Parts directly using Cubes and I still get the same error.

Am I doing something wrong?
test.FCStd.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions