Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Difficulty Exporting Chains #280

Open
willpuckett opened this issue Jan 22, 2025 · 2 comments
Open

[BUG] Difficulty Exporting Chains #280

willpuckett opened this issue Jan 22, 2025 · 2 comments

Comments

@willpuckett
Copy link

Describe the Bug
I am experiencing difficulty exporting chains.

To Reproduce
Using a rectangular plane with two circles in it—

Image

I create an outside profile cut operation for the plane, and an inside profile cut operation for the circles.

Running Calculate Path & Export Gcode on the operations individually outputs the tool paths and gcode file, but when I group them together as a chain, I get AttributeError: Curve object has no attribute 'vertices'.

Image

I have noticed that when outputting an operation individually, the created path is a mesh:

Image
Image

But when I create an additional operation's path, the first path is changed into a curve:

Image

I tried converting the curve path to a mesh and using the Export Chain Gcode button and the command executes without error, but when I cut it the travel moves didn't lift correctly and the workpiece was gouged in several places.

Expected Behavior
Pressing Calculate Chain Paths & Export Gcode will calculate all paths and export them without error, regardless of what is selected.

System Information:

  • OS: MacOS Sequoia
  • Blender Version: 4.3.2
  • Addon Version: 1.0.61

Error Message:
AttributeError: Curve object has no attribute 'vertices'

Additional context

@willpuckett willpuckett changed the title [BUG] Difficulty [BUG] Difficulty Exporting Chains Jan 22, 2025
@willpuckett
Copy link
Author

I'm also sometimes getting a remove doubles error when processing a cam operation, as in #271.

@robinhyman
Copy link

I am also getting this exact issue running extension version 1.0.65 in Blender 4.2.2 LTS on Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants