Draft: Add draw grid with clicks mode via context menu#2139
Draft: Add draw grid with clicks mode via context menu#2139dominikatrojanowska wants to merge 2 commits into
Conversation
ea01844 to
2d9232e
Compare
|
How did you enable AI code review? Is there a button for that? :D |
|
@mockoocy I have no idea how it turned on... if I made it I was not aware |
It should be enabled repository-wide. You should normally see a group of checks called Code - CL. However I think it only triggers when you make a PR from another branch of this repository, not when you trigger the PR from a fork (I believe, you would need to set some specific configurations in the fork then) |
|
Oh, I usually use a fork, that explains a lot then, thank you! |
|
Yes its repository wide and does a quite good job actually, its enabled repository wide. But It wont have access to comment on your branch |
66fae96 to
f956bb7
Compare
Introduces a two-step grid drawing mode: Start drawing + Save Grid / End drawing context menu options. This allows to move motors between steps.
f956bb7 to
f83ac1f
Compare
This PR adds an option to draw large grid by enabling movement of motors while drawing and it's an outcome of the discussion.
This is an additional functionality I called "draw with clicks" since there are more clicks needed than in the default drawing (with drag).
Start Drawing.Sample alignmentcontrols. The grid starting point sticks to its default position whereas ending point of the grid - to the last valid mouse position, thanks to this part.Sample imageand the ending position of the grid will be updated.Save GridorEnd drawingwithout saving.