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

Broken Sketch State - Parallel Command #4164

Open
jgomez720 opened this issue Oct 15, 2024 · 1 comment
Open

Broken Sketch State - Parallel Command #4164

jgomez720 opened this issue Oct 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jgomez720
Copy link
Collaborator

Description

When doing a parallel constraint on the last line (which is probably the problem, tbh.), the sketch state breaks. I can't escape, can't draw anything new, etc. I can only refresh

KCL

length001 = 10
length002 = 4
sketch001 = startSketchOn('XY')
  |> startProfileAt([-7.39, 3.99], %)
  |> angledLine([0, length001], %)
  |> angledLine([segAng(seg01) + 180, length002], %)
  |> line([-14.28, 0.07], %)
  |> lineTo([profileStartX(%), profileStartY(%)], %, $seg01)
  |> close(%)

Version

v0.25.6

Recordings/Screenshots

sorry, didn't mute audio
https://github.com/user-attachments/assets/85e2949a-4aac-4978-be36-58bcf291c1fc

@jgomez720 jgomez720 added the bug Something isn't working label Oct 15, 2024
@lf94
Copy link
Contributor

lf94 commented Oct 18, 2024

@franknoirot this is fixed right, just not released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants