Skip to content

Commit abb6e9e

Browse files
committed
Added Gerber and Excellon file filters for Eagle
1 parent 7ff69bc commit abb6e9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ static const char *manual_link = "https://github.com/pcb2gcode/pcb2gcode/wiki/Ma
4141

4242
static const char *default_config_filename = "/default_millproject";
4343

44-
static const char *gerber_file_filter = "Gerber files (*.gbr *.gtl *.gtp *.gto *.gbs *.gts);;All types (*.*)";
45-
static const char *excellon_file_filter = "Excellon files (*.drl);;All types (*.*)";
46-
static const char *gcode_file_filter = "G-Code files (*.nc *.cnc *.ncc *.ecs *.ncg *.fan *.hnc);;All types (*.*)";
44+
static const char *gerber_file_filter = "Gerber files (*.gbr *.gtl *.gtp *.gto *.gbs *.gts *.gbl *.gml);;All types (*.*)";
45+
static const char *excellon_file_filter = "Excellon files (*.drl *.drd);;All types (*.*)";
46+
static const char *gcode_file_filter = "G-Code files (*.nc *.cnc *.ncc *.ecs *.ngc *.fan *.hnc);;All types (*.*)";
4747
static const char *text_file_filter = "Text files (*.*)";
4848

4949
#endif // SETTINGS

0 commit comments

Comments
 (0)