AGG Software Forums
November 23, 2024, 11:59:09 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome on our forum!
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Online Help Center / Software for DNC and CNC / How to.. 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,

Pages: [1]
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines