Skip to content

[BUG] Difficulty Exporting Chains #280

@willpuckett

Description

@willpuckett

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

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