Add plain stl extension to stlwriter

This commit is contained in:
Jan Möbius
2016-05-30 16:19:55 +02:00
parent 0c39868e52
commit 2822bb61a3

View File

@@ -94,7 +94,7 @@ public:
virtual ~_STLWriter_() {};
std::string get_description() const { return "Stereolithography Format"; }
std::string get_extensions() const { return "stla stlb"; }
std::string get_extensions() const { return "stl stla stlb"; }
bool write(const std::string&, BaseExporter&, Options, std::streamsize _precision = 6) const;