File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ static const char *manual_link = "https://github.com/pcb2gcode/pcb2gcode/wiki/Ma
4141
4242static 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 (*.*)" ;
4747static const char * text_file_filter = "Text files (*.*)" ;
4848
4949#endif // SETTINGS
You can’t perform that action at this time.
0 commit comments