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

Sending hpgl to plotter #344

Closed futurau closed 1 year ago

futurau commented 1 year ago

I have bought an old plotter. But it can only process hpgl (plt) file. Is there any way I can send hpgl file over serial connection to the device?

svenhb commented 1 year ago

Then you don't need GRBL-Plotter... This may help: https://stackoverflow.com/questions/36443169/how-to-send-file-over-serial-port-in-windows-command-prompt

futurau commented 1 year ago

I am using grbl plotter for camera positioning etc… Thanks to you. I need it and I love it.