-
Notifications
You must be signed in to change notification settings - Fork 90
#8837 Sketch doesnt close with grid snap on #8866
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
base: main
Are you sure you want to change the base?
#8837 Sketch doesnt close with grid snap on #8866
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
max-mrgrsk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that this fix is good and if you wish we can be approved, but it will not close the issue, because I have got the same bug on the 8th try right now. I think the problem is related to the grid itself. The grid is slightly shifted.
kcl:
sketch001 = startSketchOn(XY)
profile008 = startProfile(sketch001, at = [2, 5.5])
|> line(endAbsolute = [0, 6.25])
|> yLine(length = 1.25)
|> xLine(length = 2)
|> yLine(length = -2)
|> line(end = [0.5, 0.25])snap.not.snap.mp4
@max-mrgrsk yes absolutely, this is still in Draft and doesn't fix
@max-mrgrsk thanks for testing this, you're correct, this is definitely not working yet, and the reason I put it to Draft is that I realized it may need a bigger overhaul. The problems I know of:
|
Fixes #8837