JTechPhotonics / J-Tech-Photonics-Laser-Tool

MIT License
172 stars 74 forks source link

Add line return if semi column to prevent comment #81

Open Jodaille opened 1 year ago

Jodaille commented 1 year ago

Hello,

a small patch to add a line return (\n) if Tool command contains a semi column.

So that we can specify a delay:

M3 S3000;G4 P0.5;

G4 P0.5 will not be commented in Gcode

G1 F6000.0 X-107.666667 Y83.250000;
M3 S3000;
G4 P0.5;

Capture d’écran de 2023-02-11 14-22-14