chiark / gitweb /
Add more documentation, fix commandline slicing.
[cura.git] / Cura / util / meshLoaders / amf.py
index 0c63151b88bd032332f57bb4f6e4ac6550875272..848f8bd03a8bd23fe0a4433bbe49e8d709535839 100644 (file)
@@ -1,3 +1,10 @@
+"""
+AMF file reader.
+AMF files are the proposed replacement for STL. AMF is an open standard to share 3D manufacturing files.
+Many of the features found in AMF are currently not yet support in Cura. Most important the curved surfaces.
+
+http://en.wikipedia.org/wiki/Additive_Manufacturing_File_Format
+"""
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import cStringIO as StringIO