Machsupport Forum
G-Code, CAD, and CAM => LazyCam (Beta) => Topic started by: Psad on June 19, 2006, 04:33:33 AM
-
could you set line numbers to increment by two or four so we can add lines without renumbering everyone.
for that matter a renumber command would be nice.
-
For you I think I can do that :) I will look into doing it this week
-
Hi Brian,
Thanks! I think I will find that feature handy too!
John (Bloy)
-
Thought of a real easy way.
Just add a zero to each line number or mulitply the existing line number by 10 at the output.
thanks in advance as alway
-
I put everything in the code to make it do this when I wrote it :) I didn't add it to the gialog because I didn't know if people would want it... (it is a bit of an old school thing)
Thanks
Brian
-
It is in :)
If you put a line Inc of 5 it will do the following
N5
N10
N15
N20 ....
If you have an Inc of Zero it will not put in the line numbers :) (that is how I line it ;) )
hope that is what you were looking for
Brian