{"id":164758,"date":"2022-05-13T16:35:25","date_gmt":"2022-05-13T08:35:25","guid":{"rendered":"https:\/\/facfox.com\/docs\/?post_type=kb&#038;p=164758"},"modified":"2023-05-29T11:31:42","modified_gmt":"2023-05-29T03:31:42","slug":"the-top-5-stl-file-errors-you-should-know-before-you-print","status":"publish","type":"kb","link":"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print","title":{"rendered":"The Top 5 STL File Errors You Should Know Before You Print"},"content":{"rendered":"<figure style=\"width: 637px\" class=\"wp-caption aligncenter\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/img.facfox.com\/imgs\/2022\/05\/30\/30e0489fa743e8c8.png\" alt=\"\" width=\"637\" height=\"325\" \/><figcaption class=\"wp-caption-text\">Above: AMFG\u2019s AM Automation Software provides powerful tools for file preparation and production management.<\/figcaption><\/figure>\n<p>Converting a CAD-designed model into a compatible file format for 3D printing is an unavoidable step in the 3D printing process. The file format most commonly used is STL, which allows the 3D printer to interpret CAD model data and then to create the physical object. However, when an STL file is poorly exported, this can lead to a myriad of unexpected and, typically, undesired results, affecting the printability of a part. So what are the most common STL file errors that can occur after converting your files?<\/p>\n<h3><b>What is an STL file?<\/b><\/h3>\n<p>STL remains the most commonly used file type in additive manufacturing. When converted from CAD, the STL file represents the surface of the digital model as a mesh of triangles, which are composed of\u00a03 elements:<\/p>\n<p>1. Vertices (points)<\/p>\n<p>2. Edges (lines between points)<\/p>\n<p>3. Faces (surfaces between lines)<\/p>\n<p>Each triangle also has a normal vector, which defines which side of a triangle faces outward. Unlike a CAD file, an STL file is an approximation of the original design, and contains the information of both the inside and outside of a part.<\/p>\n<h3><b>The top 5 STL file errors<\/b><\/h3>\n<p>A correct STL-based model is characterised by closed and connected triangles that don\u2019t overlap and where every edge is part of two triangles. However, when converting from CAD to STL, errors can frequently arise due to a fault in the conversion. These errors can directly impact whether you\u2019ll be able to 3D print your part.<\/p>\n<p><strong>1. Holes or gaps in a mesh<\/strong><\/p>\n<p>One of the most common errors leading to printing failures is missing triangles. This occurs when the adjacent triangles fail to share two common vertices. If this error is overlooked, the printer will not be able to correctly print the design. This is why it\u2019s crucial to make the design in STL file manifold or, as it\u2019s also known, watertight \u2013 which means that there mustn\u2019t be any gaps on the surface.<\/p>\n<p><strong>2. Flipped(Inverted) normals<\/strong><\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-166341\" src=\"https:\/\/facfox.com\/docs\/wp-content\/uploads\/2022\/05\/Pasted-4.png\" alt=\"\" width=\"679\" height=\"292\" \/><\/p>\n<p>Each triangle in the mesh has a normal vector, which points out to the outer side of a triangle. Normals tell the printer which way to add the material. Occasionally, the normal vector faces the reverse direction and this can lead to confusion during the printing process. When the designed model has a flipped normal, a 3D printer has difficulties in identifying the inside and the outside of the model, and so the model cannot be accurately sliced and printed.<\/p>\n<p><strong>3. Intersecting and overlapping triangles<\/strong><\/p>\n<p>This error occurs when two surfaces overlap or cross one another due to the complexity of the internal geometry. While it typically doesn\u2019t take too much effort to repair such an error, if it isn\u2019t corrected, this will inevitably add time and cost to the process, as the model will require more material. To avoid a failed print, you will need to remove or unify these triangles with file repair software.<\/p>\n<p><strong>4. Bad edges<\/strong><\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-166343\" src=\"https:\/\/facfox.com\/docs\/wp-content\/uploads\/2022\/05\/Pasted-5.png\" alt=\"\" width=\"679\" height=\"292\" \/>The problem of bad edges is encountered when the edges of triangles are not properly connected to each other, creating holes and bad contours. Bad edges result in a non-manifold design, which means that the digital model isn\u2019t printable. Patching and blending bad edges with the dedicated software tools can help to repair the file and will allow you to print a high-quality object.<\/p>\n<p><strong>5. Noise shells<\/strong><\/p>\n<p>Shells are the outer layers of a print on the outside of the model.\u00a0The higher the number of shells, the denser outside walls of the printed part. However, when a shell gets too small, it becomes redundant and serves little purpose. Such shells are called \u201cnoise shells\u201d and, although they can be easily dealt with by flipping inverted triangles.<\/p>\n<p>Luckily,\u00a0AMFG\u2019s AM automation software can automatically analyse and repair the most common of file errors \u2013 so you don\u2019t have to.<\/p>\n<h3><b>Other considerations<\/b><\/h3>\n<p>Aside from the most common STL file errors, it is still important to take the time to carefully inspect your part\u2019s design before sending a file to be 3D printed.<\/p>\n<p>Checking the\u00a0<strong>wall thickness<\/strong>\u00a0of your part is vital to achieve the balance between printing\u00a0 part that is strong enough while saving as much material as possible. Thin walls mean that your model may not be able to be printed or will be too fragile and easily break. Walls that are too thick on the other hand cause too much internal stress which can lead to cracking and breakage. However, with AMFG\u2019s part preparation software you can easily analyse the wall thickness of your part.<\/p>\n<p>Another factor to consider is\u00a0<strong>the size of your STL file<\/strong>, as you may end up with a file size much larger than required due to the excessive number of triangles in the STL mesh. It\u2019s important to remember that the more triangles your file contains, the harder it will be for the printer to process and slice. While this will not necessarily result in a failed print, a very large file size will cause difficulties in process management \u2013 so in this case, triangle reduction will be necessary.<\/p>\n<p>Source: <a href=\"https:\/\/amfg.ai\/2018\/04\/19\/top-5-stl-file-errors-you-should-know\/\">https:\/\/amfg.ai\/2018\/04\/19\/top-5-stl-file-errors-you-should-know\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Converting a CAD-designed model into a compatible file format for 3D printing is an unavoidable step in the 3D printing process. The file format most commonly used is STL, which allows the 3D printer to interpret CAD model data and then to create the physical object. However, when an STL file is poorly exported, this [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"kbtopic":[47],"kbtag":[126,39,583],"class_list":["post-164758","kb","type-kb","status-publish","hentry","kbtopic-design","kbtag-3d-printing","kbtag-design","kbtag-stl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>The Top 5 STL File Errors You Should Know Before You Print - FacFox Docs<\/title>\n<meta name=\"description\" content=\"Converting a CAD-designed model into a compatible file format for 3D printing is an unavoidable step in the 3D printing process. The file format most Above: AMFG\u2019s AM Automation Software provides powerful tools for file preparation and production management.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Top 5 STL File Errors You Should Know Before You Print\" \/>\n<meta property=\"og:description\" content=\"Converting a CAD-designed model into a compatible file format for 3D printing is an unavoidable step in the 3D printing process. The file format most Above: AMFG\u2019s AM Automation Software provides powerful tools for file preparation and production management.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print\" \/>\n<meta property=\"og:site_name\" content=\"FacFox Docs\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/facfox3d\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-29T03:31:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/img.facfox.com\/imgs\/2022\/05\/30\/30e0489fa743e8c8.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@facfox3d\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print\",\"url\":\"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print\",\"name\":\"The Top 5 STL File Errors You Should Know Before You Print - FacFox Docs\",\"isPartOf\":{\"@id\":\"https:\/\/facfox.com\/docs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print#primaryimage\"},\"image\":{\"@id\":\"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print#primaryimage\"},\"thumbnailUrl\":\"https:\/\/img.facfox.com\/imgs\/2022\/05\/30\/30e0489fa743e8c8.png\",\"datePublished\":\"2022-05-13T08:35:25+00:00\",\"dateModified\":\"2023-05-29T03:31:42+00:00\",\"description\":\"Converting a CAD-designed model into a compatible file format for 3D printing is an unavoidable step in the 3D printing process. The file format most Above: AMFG\u2019s AM Automation Software provides powerful tools for file preparation and production management.\",\"breadcrumb\":{\"@id\":\"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print#primaryimage\",\"url\":\"https:\/\/img.facfox.com\/imgs\/2022\/05\/30\/30e0489fa743e8c8.png\",\"contentUrl\":\"https:\/\/img.facfox.com\/imgs\/2022\/05\/30\/30e0489fa743e8c8.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/facfox.com\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Top 5 STL File Errors You Should Know Before You Print\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/facfox.com\/docs\/#website\",\"url\":\"https:\/\/facfox.com\/docs\/\",\"name\":\"FacFox Docs\",\"description\":\"Knowledgebase of manufacturing\",\"publisher\":{\"@id\":\"https:\/\/facfox.com\/docs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/facfox.com\/docs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/facfox.com\/docs\/#organization\",\"name\":\"FACFOX,INC.\",\"url\":\"https:\/\/facfox.com\/docs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/facfox.com\/docs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/facfox.com\/docs\/wp-content\/uploads\/2020\/11\/foxdoc-favicon.png\",\"contentUrl\":\"https:\/\/facfox.com\/docs\/wp-content\/uploads\/2020\/11\/foxdoc-favicon.png\",\"width\":132,\"height\":133,\"caption\":\"FACFOX,INC.\"},\"image\":{\"@id\":\"https:\/\/facfox.com\/docs\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/facfox3d\",\"https:\/\/x.com\/facfox3d\",\"https:\/\/instagram.com\/facfox3d\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The Top 5 STL File Errors You Should Know Before You Print - FacFox Docs","description":"Converting a CAD-designed model into a compatible file format for 3D printing is an unavoidable step in the 3D printing process. The file format most Above: AMFG\u2019s AM Automation Software provides powerful tools for file preparation and production management.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print","og_locale":"en_US","og_type":"article","og_title":"The Top 5 STL File Errors You Should Know Before You Print","og_description":"Converting a CAD-designed model into a compatible file format for 3D printing is an unavoidable step in the 3D printing process. The file format most Above: AMFG\u2019s AM Automation Software provides powerful tools for file preparation and production management.","og_url":"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print","og_site_name":"FacFox Docs","article_publisher":"https:\/\/facebook.com\/facfox3d","article_modified_time":"2023-05-29T03:31:42+00:00","og_image":[{"url":"https:\/\/img.facfox.com\/imgs\/2022\/05\/30\/30e0489fa743e8c8.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@facfox3d","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print","url":"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print","name":"The Top 5 STL File Errors You Should Know Before You Print - FacFox Docs","isPartOf":{"@id":"https:\/\/facfox.com\/docs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print#primaryimage"},"image":{"@id":"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print#primaryimage"},"thumbnailUrl":"https:\/\/img.facfox.com\/imgs\/2022\/05\/30\/30e0489fa743e8c8.png","datePublished":"2022-05-13T08:35:25+00:00","dateModified":"2023-05-29T03:31:42+00:00","description":"Converting a CAD-designed model into a compatible file format for 3D printing is an unavoidable step in the 3D printing process. The file format most Above: AMFG\u2019s AM Automation Software provides powerful tools for file preparation and production management.","breadcrumb":{"@id":"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print#primaryimage","url":"https:\/\/img.facfox.com\/imgs\/2022\/05\/30\/30e0489fa743e8c8.png","contentUrl":"https:\/\/img.facfox.com\/imgs\/2022\/05\/30\/30e0489fa743e8c8.png"},{"@type":"BreadcrumbList","@id":"https:\/\/facfox.com\/docs\/kb\/the-top-5-stl-file-errors-you-should-know-before-you-print#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/facfox.com\/docs\/"},{"@type":"ListItem","position":2,"name":"The Top 5 STL File Errors You Should Know Before You Print"}]},{"@type":"WebSite","@id":"https:\/\/facfox.com\/docs\/#website","url":"https:\/\/facfox.com\/docs\/","name":"FacFox Docs","description":"Knowledgebase of manufacturing","publisher":{"@id":"https:\/\/facfox.com\/docs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/facfox.com\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/facfox.com\/docs\/#organization","name":"FACFOX,INC.","url":"https:\/\/facfox.com\/docs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/facfox.com\/docs\/#\/schema\/logo\/image\/","url":"https:\/\/facfox.com\/docs\/wp-content\/uploads\/2020\/11\/foxdoc-favicon.png","contentUrl":"https:\/\/facfox.com\/docs\/wp-content\/uploads\/2020\/11\/foxdoc-favicon.png","width":132,"height":133,"caption":"FACFOX,INC."},"image":{"@id":"https:\/\/facfox.com\/docs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/facfox3d","https:\/\/x.com\/facfox3d","https:\/\/instagram.com\/facfox3d"]}]}},"_links":{"self":[{"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/kb\/164758","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/kb"}],"about":[{"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/types\/kb"}],"author":[{"embeddable":true,"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/comments?post=164758"}],"version-history":[{"count":7,"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/kb\/164758\/revisions"}],"predecessor-version":[{"id":166345,"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/kb\/164758\/revisions\/166345"}],"wp:attachment":[{"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/media?parent=164758"}],"wp:term":[{"taxonomy":"kbtopic","embeddable":true,"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/kbtopic?post=164758"},{"taxonomy":"kbtag","embeddable":true,"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/kbtag?post=164758"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}