I work with CNC machines that uses gcode for programming vector coordinates and machine function. One program does not output the code in the proper format so I have to manually add spaces, change letters for machine function ect. I would like to do this with a batch type function. I have used Notepad ++ put have not been able to figure out how to do so with it. I am open to all suggestions and programs. Thanks
Quick example, this text;
X00.00Y00.00
Z0.05
Would look like this after edit;
X00.00 Y00.00
S100 M3
The code could be from a few hundred lines to thousands of lines and it sure gets tedious to manually change.