Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
2822bb61
Commit
2822bb61
authored
May 30, 2016
by
Jan Möbius
Browse files
Add plain stl extension to stlwriter
parent
0c39868e
Pipeline
#2053
passed with stage
in 77 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Core/IO/writer/STLWriter.hh
View file @
2822bb61
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment