Tool disappears from a geometry

Issue #302 resolved
Art G created an issue

Hi,

I work on Windows 10. I use a test gerber file and try to create G code for different machine settings (feed rate).

  1. Imported a gerber file.
  2. Defined tool parameters (dia: 0.1536, passes: 2, overlap: 0.09).
  3. Created a full geo.
  4. Renamed the geometry and set X-Y feed rate to 200.
  5. Right click over the created geometry and select “Copy”.
  6. Renamed the geometry and set X-Y feed rate to 150.
  7. Repeated #5 and 6 two more times.
  8. Clicked on the previously created geometry, and the tool table is empty. Also, I cannot add anything to this table.

The attached image show the problem, when I’ve added the fourth geometry.

Comments (4)

  1. Marius Stanciu

    Hi,

    Do you always copy over the newest geometry or you always repeatedly copy the first one?

  2. Marius Stanciu

    Hi,

    Ok, I’ve seen the issue, there is no need to copy multiple times. One copy it’s enough to see it.

    The problem was that I used a simple copy which just copy a reference for all the attributes that I needed to copy. The problem was solved by using the provided deepcopy().
    Issue solved and the fix will be available in the next build.

    Thank you for the report.

  3. Log in to comment