Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Changes not saved from Edit Sketch #5148

Open
nicboone8 opened this issue Jan 25, 2025 · 0 comments
Open

[BUG] Changes not saved from Edit Sketch #5148

nicboone8 opened this issue Jan 25, 2025 · 0 comments
Labels
bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app.

Comments

@nicboone8
Copy link

If I edit a sketch and do nothing else, the changes aren't saved next time I open the part. If I generate any other KCL after editing the sketch, it saves without issue.

Zoo.Modeling.App.2025-01-25.10-47-35.mp4

Note: If you are capturing from a browser there is limited support for screenshots, only captures the modeling scene.
If you are on MacOS native screenshots may be disabled by default. To enable native screenshots add Zoo Modeling App to System Settings -> Screen & SystemAudio Recording for native screenshots.

Core Dump

coredump-41b81214-74e3-4c52-a11c-07f59cdc7b97.json

Reference ID: 41b81214-74e3-4c52-a11c-07f59cdc7b97

KCL Code
sketch001 = startSketchOn('XY')
  |> startProfileAt([-3.05, -5.75], %)
  |> line([12.54, 0.99], %)
  |> line([2.93, 11.77], %)
  |> line([-16.39, 3.61], %)
  |> lineTo([profileStartX(%), profileStartY(%)], %)
  |> close(%)
extrude001 = extrude(1, sketch001)
sketch002 = startSketchOn('XY')
  |> circle({ center = [7.11, -10.24], radius = 1 }, %)

@nicboone8 nicboone8 added bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app. labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app.
Projects
None yet
Development

No branches or pull requests

1 participant