Closed lyg09270 closed 6 months ago
You could put the different paths into a same layer (e.g. in Inkscape) and then group by layer in GRBL-Plotter. But anyway it would be nice to select different paths by shift-click as in other applications. I will check if could implement this.
I find that I can also move different path at once by this But i think shift-click is better.For instance,If I have two character in generated path.And I wanna move them closer."Apply offset" couldn't do that.since it move all path together.
Unfortunatly it is not possible to select different objects with the current software design. But I save now the last transform which can be applied to the next selected object: https://github.com/svenhb/GRBL-Plotter/releases
Do a transform on a selected form. select the next form, right click and select "Apply last transform"
**Describe the solution you'd like" I use a graphic to generate paths with different color. When I trying move different path in same time.I find that I can only move the path one by one.This caused a litte bit offset in my drawing.Because I can only drag the paths one by one.
Maybe I can select them together?I tried Ctrl-A and hold Ctrl to select more path.It dosen't work.