Skip to content

Ghost Edges Stay Behind In Some Cases #478

@jmwright

Description

@jmwright

Platform: Debian 12, AMD 64

How to reproduce:

  1. Run the following code:
import cadquery as cq
spacer = cq.Workplane().box(24, 60, 10)
show_object(spacer)
  1. Select the rendered box in the 3D window.
  2. Change Y dimension of box from 60 to 50.
  3. Hit Ctrl+S (this is important, the bug will not be reproducible otherwise)
  4. Change Y dimension of box back to 60.
  5. Hit Ctrl+S again

Ghost edges should appear in either step 4 or step 6. It's like the 3D render is not being reset properly when auto-execute on save is triggered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions