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
Cura
CAD
CuraFreeCADPlugin
Commits
62495c97
Commit
62495c97
authored
May 19, 2019
by
Thomas Karl Pietrowski
Browse files
Bugfix for CLI reader
parent
d81d747e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CuraFreeCADPlugin/FreeCADReader.py
View file @
62495c97
...
...
@@ -21,7 +21,7 @@ i18n_catalog = i18nCatalog("FreeCADPlugin")
class
FreeCADReader
(
CommonCLIReader
):
def
__init__
(
self
):
super
().
__init__
(
"FreeCAD"
)
super
().
__init__
()
if
Version
(
"3.4"
)
<=
Version
(
Application
.
getInstance
().
getVersion
()):
MimeTypeDatabase
.
addMimeType
(
MimeType
(
name
=
"application/x-extension-fcstd"
,
...
...
Write
Preview
Markdown
is supported
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