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
647 stars 172 forks source link

Grouping and combine #318

Closed syrmic closed 1 year ago

syrmic commented 1 year ago

Hi Svenhb , I wonder if you add grouping-combine tow ( plt- dxf ) or more . Screenshot 2023-01-02 211819

svenhb commented 1 year ago

Not easy to implement. Maybe you could change your graphics and group the objects there by selecting the same color, layer or pen width? Working for DXF and SVG, but not HPGL

syrmic commented 1 year ago

Thanks for your reply .I have another question .how can I move g code in work my work space?

svenhb commented 1 year ago

I don't get, what you asks for, perhaps you mean this: You can change G-Code coordinates by using tranfrom: image

If grouping is enabled, during graphics import the G-Code will be wrapped by XML-Code to seperate objects, than figures can be selected and grapped/moved with the center handle: image

Wrapped code: image