Machsupport Forum

G-Code, CAD, and CAM => LazyCam (Beta) => Topic started by: Psad on June 19, 2006, 04:33:33 AM

Title: suggestion
Post 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.
Title: Re: suggestion
Post by: Brian Barker on June 19, 2006, 07:14:12 AM
For you I think I can do that :) I will look into doing it this week
Title: Re: suggestion
Post by: Amnz on June 19, 2006, 08:54:21 AM
Hi Brian,
  Thanks!  I think I will find that feature handy too!

John (Bloy)
Title: Re: suggestion
Post by: Psad on June 19, 2006, 11:23:16 AM
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
Title: Re: suggestion
Post by: Brian Barker on June 20, 2006, 12:13:43 PM
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
Title: Re: suggestion
Post by: Brian Barker on June 21, 2006, 08:56:30 PM
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