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
60 to 50.
- 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.
Platform: Debian 12, AMD 64
How to reproduce:
60to50.60.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.