Skip to content

A simple command-line program to convert 3mf files to stl files

License

Notifications You must be signed in to change notification settings

victormunoz/3mf2stl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3mf2stl

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.

Requirements

It is required the .NET Framework version 4.5 or higher.

Using

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.

License

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/>.

Contact

Victor Muñoz victor.munoz@newronia.com

About

A simple command-line program to convert 3mf files to stl files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%