-
Notifications
You must be signed in to change notification settings - Fork 191
Closed
Description
Platform: Debian 12, AMD 64
How to reproduce:
- Run the following code:
import cadquery as cq
spacer = cq.Workplane().box(24, 60, 10)
show_object(spacer)- Select the rendered box in the 3D window.
- Change Y dimension of box from
60to50. - Hit Ctrl+S (this is important, the bug will not be reproducible otherwise)
- Change Y dimension of box back to
60. - 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
Labels
No labels