Title: How to.. Post by: happytriger2000 on March 20, 2010, 08:28:28 PM Hi,
I would like to know if CNC Syntax editor is able to add a "N" in front of 20267 lines of g-code automatically without having to type a N to each line manually? For example: % :O001 (Horizontal Roughing) N1 G0G17G40G30G91Z0T2 M1 G54G90X0.0Y0.0S4851M3 G43H0Z0. G0Z1.399 X1.775Y5.233 G1Z1.302F1.6 Z1.277F0.6 Y4.95Z1.227F0.6 X1.847Y4.983F0.8 Y9.932 X1.776 X1.775Y4.95 code continues.... To % :O001 (Horizontal Roughing) N10 G0G17G40G30G91Z0T2 N20 M1 N30 G54G90X0.0Y0.0S4851M3 N40 G43H0Z0. N50 G0Z1.399 N60 X1.775Y5.233 N70 G1Z1.302F1.6 N80 Z1.277F0.6 N90 Y4.95Z1.227F0.6 N100 X1.847Y4.983F0.8 N110 Y9.932 N120 X1.776 N130 X1.775Y4.95 so on... This is a question before purchasing. thanks, Title: Re: How to.. Post by: Arthur Grasin on March 21, 2010, 09:40:31 AM Of course. Please, use the "Renumber lines" command. You can find a corresponding button on a toolbar.
|