svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
669 stars 177 forks source link

Can I move genrated paths with different color together #380

Closed lyg09270 closed 4 months ago

lyg09270 commented 7 months ago

**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. IMG_20240301_224536.jpg

Maybe I can select them together?I tried Ctrl-A and hold Ctrl to select more path.It dosen't work.

svenhb commented 7 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.

lyg09270 commented 7 months ago

I find that I can also move different path at once by thisIMG_20240302_224946.jpg 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.

svenhb commented 4 months ago

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" image