Re: [Emc-users] Axis File Open

2007-08-20 Thread Jeff Epler
In one of the other sample configurations (sim/axis), the [FILTER] section looks like this: [FILTER] PROGRAM_EXTENSION = .png,.gif,.jpg Grayscale Depth Image PROGRAM_EXTENSION = .py Python Script png = image-to-gcode gif = image-to-gcode jpg = image-to-gcode

Re: [Emc-users] Axis File Open

2007-08-20 Thread John Thornton
(*) Where do the other filters come from? Thanks John > Date: Sun, 19 Aug 2007 14:46:09 -0500 > From: Jeff Epler <[EMAIL PROTECTED]> > Subject: Re: [Emc-users] Axis File Open > To: "Enhanced Machine Controller (EMC)" > > Message-ID: <[EMAIL PROTECTED]> >

Re: [Emc-users] Axis File Open

2007-08-19 Thread Jeff Epler
On Sun, Aug 19, 2007 at 02:41:55PM -0500, John Thornton wrote: > Is there a way to change the file open dialog in Axis to "see" .ngc > files without regard to case? In the inifile section [FILTER], add a line that reads PROGRAM_EXTENSION = .[nN][gG][cC] rs274ngc gcode file you can add any ot

[Emc-users] Axis File Open

2007-08-19 Thread John Thornton
Is there a way to change the file open dialog in Axis to "see" .ngc files without regard to case? My post processor outputs all file names in all caps... :-( How do you single step through your code? All I've been able to do so far is to start then hit pause. Then hit step... This seems clunky