Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion wwwroot/cgi-bin/lib/mime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
'vm', 'Virtual Machine image',
'torrent', 'BitTorrent File',
'gis', 'GIS File',
'ebook', 'Ebook File'
'ebook', 'Ebook File',
'3dmodel', '3D Model file',
'3dprint', '3D Print file'
);

# MimeHashLib
Expand Down Expand Up @@ -263,6 +265,13 @@
'vdi',['vm','d'],
'vhdx',['vm','d'],
'vpc',['vm','d'],
# 3D Model files
'stl',['3dmodel','d'],
'3mf',['3dmodel','d'],
'obj',['3dmodel','d'],
# 3D Print files
'gcode',['3dprint','d'],
'bgcode',['3dprint','d'],
);


Expand Down
Binary file added wwwroot/icon/mime/3dmodel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wwwroot/icon/mime/3dprint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.