A command-line utility to convert 3d ".3mf" files to ".stl" files. This is a port to c# of the code in this repo: https://github.com/lemgandi/3mf2stl.
The binary STL output format has been disabled.
It is required the .NET Framework version 4.5 or higher.
This program has a usage message with more details on how to use it. You can see the usage message and version number by typing 3mf2stl at the command line.
This code is based on the work of Charles Shapiro, which was based on the work of Shawn Haylaka. All of them released to the public domain.
This code is Copyright(c) Victor Muñoz, Charles Shapiro and Shawn Haylaka, October 2018.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Victor Muñoz [email protected]