H
haha87678
New Member
- Messages
- 2
- Reaction score
- 0
I would like to know how this is converted and if there is a decoding code
dcm file formate??Hi
I've created a simple online tool to convert 3Shape DCM files to STL format. I'm making it available free of charge in case someone finds it useful. Feel free to try it out using the link below.
If you encounter any issues, please let me know. Note that there is currently a limit on upload file size due to server limitations.
Yes!!dcm file formate??
is there any documentation for dcm format? Are your programs open source?Yes!!
Is there any way you could increase the max file size to 10mb? I can basically only use this for bite scansHi
I've created a simple online tool to convert 3Shape DCM files to STL format. I'm making it available free of charge in case someone finds it useful. Feel free to try it out using the link below.
If you encounter any issues, please let me know. Note that there is currently a limit on upload file size due to server limitations.
The server has a hard limit on request size and response size. By limiting the DCM file size to 5 MB I ensure that the resulting STL file doesn't get bigger than the max allowed response size. I understand this can be a problem for DCM files that contain texture data, as they can be a lot bigger than 5 MB and still not contain a lot of geometry. Perhaps I could limit uploads based on vertex count rather than file size in a future version.Is there any way you could increase the max file size to 10mb? I can basically only use this for bite scans
Also, amazing work. Such a great little tool for such a common annoyance!
Out of curiosity, why does that work better for you?It would be so much nicer if you could just make it as portable APP.
If we could run the site locally on our own PC's, would we be able to get around that? i.e., you drop it onto github with some instructions to run local?The server has a hard limit on request size and response size. By limiting the DCM file size to 5 MB I ensure that the resulting STL file doesn't get bigger than the max allowed response size. I understand this can be a problem for DCM files that contain texture data, as they can be a lot bigger than 5 MB and still not contain a lot of geometry. Perhaps I could limit uploads based on vertex count rather than file size in a future version.
Hi, this is a very intersting feature. Is it possible to provide more information about the conversion?Hi
I've created a simple online tool to convert 3Shape DCM files to STL format. I'm making it available free of charge in case someone finds it useful. Feel free to try it out using the link below.
If you encounter any issues, please let me know. Note that there is currently a limit on upload file size due to server limitations.
How to know the exact format of the 3shape DCM file? I found that the 3shape DCM files are not normal DCM files.