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
(*)
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]>
>
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
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