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
701 stars 176 forks source link

Plt and hpgl data format is possible ? #108

Closed raercan closed 4 years ago

raercan commented 4 years ago

Hi. Can you support Plt and hpgl file type drawing? Thank you.

raercan commented 4 years ago

https://youtu.be/eO6vynBqP78

svenhb commented 4 years ago

I thought HPGL is way out of date - why don't you use SVG? You may still have old files? Can you upload a HPGL file - so I can check if special commands are used, like scaling?

raercan commented 4 years ago

Hpgl is older but lot of cad software is supported. İ ll attach soon

svenhb commented 4 years ago

Hope the implementation of basic commands is enough: https://github.com/svenhb/GRBL-Plotter/releases/tag/v1.3.4.0

raercan commented 4 years ago

Thank you