Skip to content

Commit

Permalink
Add ".tap" extension on gcode files
Browse files Browse the repository at this point in the history
  • Loading branch information
vlachoudis committed Jun 13, 2016
1 parent 3adc046 commit e5e6c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bCNC.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@

#ZERO = ["G28", "G30", "G92"]

FILETYPES = [ (_("All accepted"), ("*.ngc","*.nc", "*.gcode", "*.dxf", "*.probe", "*.orient", "*.stl")),
(_("G-Code"),("*.ngc","*.nc", "*.gcode")),
FILETYPES = [ (_("All accepted"), ("*.ngc","*.nc", "*.tap", "*.gcode", "*.dxf", "*.probe", "*.orient", "*.stl")),
(_("G-Code"),("*.ngc","*.nc", "*.tap", "*.gcode")),
("DXF", "*.dxf"),
("SVG", "*.svg"),
(_("Probe"), "*.probe"),
Expand Down

0 comments on commit e5e6c8f

Please sign in to comment.