LaserWeb / deprecated-LaserWeb3

Open Source Laser Cutter / Engraver software. Supports gcode, svg, dxf, stl, png, jpg, bmp
265 stars 68 forks source link

GRBL not detected on startup #222

Closed Protoneer closed 7 years ago

Protoneer commented 7 years ago

I am using LaserWeb3 on a Raspberry Pi directly connected to an ATMEGA328.

On startup LaserWeb3 does not pickup that its GRBL because the RPI serial port does not restart the 328 like on a USB Arduino when connecting.

Is there a way that I can sent a Ctrl-X to the 328 to restart GRBL for LW3 to pick it up?

Protoneer commented 7 years ago

Or is there a way that I can tell LW3 that it will always be GRBL connecting?

cprezzi commented 7 years ago

Just click the "abort job" button to send a ctrl-x (when connected).

cprezzi commented 7 years ago

I could probably do an auto ctrl-x after connect, but I need to test if that causes any issue with other firmwares.