{"id":164184,"date":"2021-12-17T16:55:17","date_gmt":"2021-12-17T08:55:17","guid":{"rendered":"https:\/\/facfox.com\/docs\/?post_type=kb&#038;p=164184"},"modified":"2022-08-12T17:13:16","modified_gmt":"2022-08-12T09:13:16","slug":"3d-printer-calibration-how-to-calibrate-your-3d-printer","status":"publish","type":"kb","link":"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer","title":{"rendered":"3D Printer Calibration: How to Calibrate Your 3D Printer"},"content":{"rendered":"<p>Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings.<\/p>\n<h3 class=\"headline headline--xl\">Dialing in the First Layer<\/h3>\n<figure style=\"width: 1000px\" class=\"wp-caption aligncenter\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/img.facfox.com\/imgs\/2022\/02\/169e6aa98ba7ae60.png\" alt=\"\" width=\"1000\" height=\"625\" \/><figcaption class=\"wp-caption-text\">A good first layer (Source: Noah Halford via All3DP)<\/figcaption><\/figure>\n<p>Having a good first layer is crucial to having a good final print. If your nozzle is too close to the bed, your first layer will be squished and possibly destroyed, meaning you\u2019ll have to cancel your print. Meanwhile, if your nozzle is too far away from the bed, your print will lack adhesion and likely fail.<\/p>\n<p>You can improve your first layer by tuning the Z offset. This is a value that essentially tells your printer how far to move the Z-axis from the Z endstops \u2013 in other words, from the bed.<\/p>\n<p>The goal, in a nutshell, is for your first layer to stick perfectly to the bed. If you see that your first layer is squished or that the nozzle digs into it, you should increase the Z offset. On the other hand, if your first layer is peeling up from the bed, then you want to lower the Z offset.<\/p>\n<h3 class=\"headline headline--xl\">Calibrating the Stepper Motors<\/h3>\n<figure style=\"width: 1000px\" class=\"wp-caption aligncenter\"><img decoding=\"async\" src=\"https:\/\/img.facfox.com\/imgs\/2022\/02\/86b8d84f50c63d56.png\" alt=\"\" width=\"1000\" height=\"625\" \/><figcaption class=\"wp-caption-text\">A calibration cube (Source: Noah Halford via All3DP)<\/figcaption><\/figure>\n<p>3D printers use stepper motors, which rotate by small steps in order to move axes or the extruder a certain distance. For example, if one rotation is 100 steps, then the motor must rotate 50 steps in order to turn half of a rotation. This allows for very precise rotation control.<\/p>\n<p>For a 3D printer, calibrating your stepper motors involves determining the relationships between steps and distance. In order to calibrate the extruder, you\u2019ll need to make\u00a0sure that your 3D printer is extruding the right amount. To do this, you will have to send a few\u00a0<a href=\"https:\/\/facfox.com\/docs\/kb\/3d-printer-g-code-commands-full-list-tutorial\">G-code commands<\/a>\u00a0to your printer.<\/p>\n<h3><strong>Step 1: Prepare Your Values<\/strong><\/h3>\n<p>In this step, we\u2019ll compare your printer\u2019s settings with how it actually prints. If there\u2019s a discrepancy, we\u2019ll do a few calculations to correct it.<\/p>\n<ol>\n<li>First, retrieve all of your printer\u2019s settings by sending it the command\u00a0<code>M503<\/code>. Part of the output should look like the following:\u00a0<code>Steps per unit: M92 X100.00 Y100.00 Z400.00 E140.00<\/code><\/li>\n<li>Take note of these values. The first three correspond to the number of steps that the stepper motors take to move one millimeter in the X, Y, and Z directions, respectively. We aren\u2019t concerned with those at the moment, but we\u2019ll need them later.\u00a0 Right now, we care about the last value, which is the number of steps that the extruder motor takes per millimeter of extruded filament. We\u2019ll call this number A.<\/li>\n<li>Next, insert some filament and make a mark about 50 mm above the top of the extruder. Measure the exact value with calipers and write it down. Let\u2019s call this number B.<\/li>\n<li>Next, extrude 10 mm of filament and again measure the distance from the top of the extruder to the marked point. If we call this value C, then\u00a0B \u2013 C is the amount of filament that was extruded.<\/li>\n<\/ol>\n<h4>NUMBER CRUNCHING<\/h4>\n<p>If B \u2013 C = 10 mm, then the extruder is already calibrated correctly! If not, we need to update the extruder\u2019s steps per millimeter.<\/p>\n<p>Compute the value D = 10*A \/ (B \u2013 C). This is the new number of steps per millimeter for the extruder. For best results, it may help to repeat the process for measuring D multiple times, and then take the average.<\/p>\n<h3><strong>Step 2: Calibrate Your 3D Printer Extruder<\/strong><\/h3>\n<p>In order to actually carry out the calibration, you need to tell the printer the new value:<\/p>\n<ol>\n<li>Send the command\u00a0<code>M92 E[D]<\/code>\u00a0to the printer. While this command\u00a0tells the printer the new value, it does not actually save it.<\/li>\n<li>Send the command\u00a0<code>M500<\/code>\u00a0to save the new value.<\/li>\n<\/ol>\n<p>Now, the extruder should be calibrated correctly.<\/p>\n<h4>EXAMPLE<\/h4>\n<p>Let\u2019s suppose that before our test extrusion, we measured the distance between the marked point and the top of the extrusion to be 53.10 mm, and after the test extrusion, we measured the distance to be 42.80 mm. Then B-C = 10.30 mm.<\/p>\n<p>If the original number of steps per millimeter for the extruder was 140, then we would send the command\u00a0<code>M92 E135.92<\/code>\u00a0because 10*140\/10.30 = 135.92.<\/p>\n<h4>TIPS<\/h4>\n<p>In this case and, later, when you calibrate the axes, do not expect your results to be perfect. There\u2019s bound to be variation after you confirm that your calibration is correct, but as long as you are pretty close (within a few percent) to the desired value, your printer should be well-calibrated.<\/p>\n<h3><strong>Step 3: Calibrate Your 3D Printer Axes<\/strong><\/h3>\n<p>After calibrating the extruder, it\u2019s also important to calibrate the axes of the printer.\u00a0Calibrating the axes is similar to calibrating the extruder, but requires that you actually print something.<\/p>\n<p>Please keep in mind that calibrating the extruder should always be done before the axes because the former can affect the size of printed objects. As the axes calibration involves measuring prints, you want to make sure the extruder is adjusted beforehand.<\/p>\n<p>For the axes calibration, you can print a small cube, for example. Either design one yourself in the\u00a0<a href=\"https:\/\/facfox.com\/docs\/kb\/the-best-free-cad-software-of-2022\">CAD software<\/a>\u00a0of your choice, such as\u00a0<a href=\"https:\/\/www.openscad.org\/\" target=\"_blank\" rel=\"noopener\">OpenSCAD<\/a>, or check out the models in\u00a0<a class=\"link crosslink\" href=\"https:\/\/facfox.com\/docs\/kb\/3d-printer-test-print-the-top-15-free-torture-test-models\">Best 3D Printer Calibration Cubes of 2021<\/a>.<\/p>\n<h4>HOW TO DO IT<\/h4>\n<p>After the cube has finished printing, measure each dimension. For each axis, repeat the computation you did for the extruder, D = 10*A \/ (B \u2013 C), but replace the variables as follows:<\/p>\n<ul>\n<li>(B \u2013 C) with your measurement<\/li>\n<li>the number 10 with the target value of that measurement<\/li>\n<li>A with the M92 value for that axis (i.e. the values you noted in Step 1 after sending the command\u00a0<code>M503<\/code>)<\/li>\n<\/ul>\n<p>Then, send the appropriate M92 commands to the printer, again replacing E by the letter corresponding to the axis you need to set.<\/p>\n<h4>EXAMPLE<\/h4>\n<p>Suppose our cube is supposed to be 20 mm on each side but we measure 20.30 mm in the X-direction. If our M92 value for X was set to 100.00, then we would update this value by sending our printer the command\u00a0<code>M92 X98.52<\/code>\u00a0because 20*100 \/ 20.30 = 98.52.<\/p>\n<h4>TIPS<\/h4>\n<p>As with\u00a0the extruder, it helps to make multiple measurements and take their average. In this case, however, you don\u2019t need to print multiple objects. You can simply measure the cube at different positions (along the same axis).<\/p>\n<h3 class=\"headline headline--xl\">Fine-Tuning Filament Settings<\/h3>\n<figure style=\"width: 1000px\" class=\"wp-caption aligncenter\"><img decoding=\"async\" src=\"https:\/\/img.facfox.com\/imgs\/2022\/02\/81c54f0ae4aecf20.png\" alt=\"\" width=\"1000\" height=\"625\" \/><figcaption class=\"wp-caption-text\">Measuring the filament diameter (Source: Noah Halford via All3DP)<\/figcaption><\/figure>\n<p>Every roll of filament is different. Plastics from different manufacturers, and even different colors of the same material, have different properties.<\/p>\n<p>In order to get the best prints possible, you\u2019ll need to fine-tune your filament settings. Usually, you can get good prints just by using the settings recommended by the filament manufacturer.<\/p>\n<p>For best results, however, you should follow these steps every time you open a new roll of filament.<\/p>\n<h3><strong>Step 1: Measure Your Filament<\/strong><\/h3>\n<p>The diameter of a roll of filament often differs from the diameter reported by the manufacturer by up to a few percent. The tolerance in diameter is usually printed on the spool. So, it\u2019s important to use calipers to measure the true diameter of the filament:<\/p>\n<ol>\n<li>Measure your filament at a few (at least three) places along the spool.<\/li>\n<li>Take the average of your measurements.<\/li>\n<li>Enter this result as the filament diameter in your slicer.<\/li>\n<\/ol>\n<p>Getting this number right is important because it helps to ensure that your printer will extrude the right amount of filament.<\/p>\n<h3><strong>Step 2: Find the Right Print Temperature<\/strong><\/h3>\n<p>You can find the right temperature to print at by printing a \u201ctemperature tower\u201d. There are many different\u00a0<a href=\"https:\/\/www.thingiverse.com\/search?q=temperature+tower&amp;type=things&amp;sort=relevant\" target=\"_blank\" rel=\"noopener\">options<\/a>\u00a0available online, but the basic idea is the same for all of them. They are separated into blocks at different heights,\u00a0where each block should be printed at a different temperature. By analyzing the blocks after printing, you can determine the best temperature at which to print your material.<\/p>\n<p>Printing a temperature tower, however, can require a little bit of work. If your slicer does not allow you to print with different temperatures at different heights, you\u2019ll have to manually edit your G-code before printing. This requires inserting G-code commands to set the extruder temperature. Such commands begin with\u00a0<code>M104<\/code>.<\/p>\n<h4>HOW TO DO IT<\/h4>\n<ol>\n<li>First, determine the height of each block. Call this number H, so that the different blocks start at height 0, H, 2H, 3H, and so on.<\/li>\n<li>Then, open your G-code file in the editor of your choice. You want to look for commands that tell your printer how to move, which begin with\u00a0<code>G1<\/code>.\u00a0Your G-code file will contain an enormous number of these.<\/li>\n<li>Find the first G-code command of the form\u00a0<code>G1 Z[H]<\/code>. (It may also contain X and Y movements.)<\/li>\n<li>Before this line, insert the line\u00a0<code>M104 S[T]<\/code>\u00a0where T is the temperature of the block that begins at height H.<\/li>\n<li>Repeat this for each block, with the appropriate temperature.<\/li>\n<li>Once you\u2019re done, print the updated G-code file.<\/li>\n<\/ol>\n<h4>EXAMPLE<\/h4>\n<p>If the blocks have heights of 1 cm (10 mm) and the temperatures go from 185 \u00b0C to 220 \u00b0C in increments of 5 \u00b0C, then you should find the first command containing\u00a0<code>G1 Z10<\/code>\u00a0(the first command that brings the hot end to a height of 10 mm). Immediately before this line, you should set the hot end to 190 \u00b0C by inserting the line\u00a0<code>M104 S190<\/code>.<\/p>\n<h4>FINAL STEPS<\/h4>\n<p>Once you have printed a temperature tower, examining the different blocks will allow you to determine the best temperature at which to print your material. Simply pick the temperature that looks the best. Set this as the printing temperature in your slicer, and you\u2019re ready to go!<\/p>\n<h3 class=\"headline headline--xxl\">A Little More Torture<\/h3>\n<figure style=\"width: 1000px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/img.facfox.com\/imgs\/2022\/02\/4109bc8f4689d39f.png\" alt=\"\" width=\"1000\" height=\"625\" \/><figcaption class=\"wp-caption-text\">A good, though imperfect, Benchy (Source: Noah Halford via All3DP)<\/figcaption><\/figure>\n<p>We\u2019ve\u00a0described the most important ways to calibrate your printer\u2019s settings and some slicer settings for your filament. However, there are numerous other settings that you can also change to improve your prints. In order to get an overview of what their printer is good and not so good at doing, people often use \u201ctorture tests\u201d. Printing and perfecting\u00a0such prints\u00a0can help with problematic areas like bridges and overhangs. They\u2019re also helpful in diagnosing a variety of problems.<\/p>\n<p>While the most popular torture test is\u00a0<a href=\"http:\/\/3dbenchy.com\/\" target=\"_blank\" rel=\"noopener\">3DBenchy<\/a> (usually just called \u201cBenchy\u201d), you can find plenty of others by searching for torture tests on your favorite STL site. We won\u2019t go into detail here because every torture test is a little different, but most come with instructions on how to diagnose problems and points of failure.<\/p>\n<p>&nbsp;<\/p>\n<p>Source: <a href=\"https:\/\/all3dp.com\/2\/how-to-calibrate-a-3d-printer-simply-explained\/\">https:\/\/all3dp.com\/2\/how-to-calibrate-a-3d-printer-simply-explained\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings. Dialing in the First Layer Having a good first layer is crucial to having a good final print. If your nozzle is too close to the bed, your first layer will be [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"kbtopic":[137],"kbtag":[130,126,289,673],"class_list":["post-164184","kb","type-kb","status-publish","hentry","kbtopic-case","kbtag-3d-printer","kbtag-3d-printing","kbtag-calibration","kbtag-measure"],"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>3D Printer Calibration: How to Calibrate Your 3D Printer - FacFox Docs<\/title>\n<meta name=\"description\" content=\"Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings. Dialing in the First Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings.\" \/>\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\/3d-printer-calibration-how-to-calibrate-your-3d-printer\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"3D Printer Calibration: How to Calibrate Your 3D Printer\" \/>\n<meta property=\"og:description\" content=\"Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings. Dialing in the First Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer\" \/>\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=\"2022-08-12T09:13:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/img.facfox.com\/imgs\/2022\/02\/169e6aa98ba7ae60.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=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer\",\"url\":\"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer\",\"name\":\"3D Printer Calibration: How to Calibrate Your 3D Printer - FacFox Docs\",\"isPartOf\":{\"@id\":\"https:\/\/facfox.com\/docs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer#primaryimage\"},\"image\":{\"@id\":\"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer#primaryimage\"},\"thumbnailUrl\":\"https:\/\/img.facfox.com\/imgs\/2022\/02\/169e6aa98ba7ae60.png\",\"datePublished\":\"2021-12-17T08:55:17+00:00\",\"dateModified\":\"2022-08-12T09:13:16+00:00\",\"description\":\"Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings. Dialing in the First Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings.\",\"breadcrumb\":{\"@id\":\"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer#primaryimage\",\"url\":\"https:\/\/img.facfox.com\/imgs\/2022\/02\/169e6aa98ba7ae60.png\",\"contentUrl\":\"https:\/\/img.facfox.com\/imgs\/2022\/02\/169e6aa98ba7ae60.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/facfox.com\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"3D Printer Calibration: How to Calibrate Your 3D Printer\"}]},{\"@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":"3D Printer Calibration: How to Calibrate Your 3D Printer - FacFox Docs","description":"Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings. Dialing in the First Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings.","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\/3d-printer-calibration-how-to-calibrate-your-3d-printer","og_locale":"en_US","og_type":"article","og_title":"3D Printer Calibration: How to Calibrate Your 3D Printer","og_description":"Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings. Dialing in the First Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings.","og_url":"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer","og_site_name":"FacFox Docs","article_publisher":"https:\/\/facebook.com\/facfox3d","article_modified_time":"2022-08-12T09:13:16+00:00","og_image":[{"url":"https:\/\/img.facfox.com\/imgs\/2022\/02\/169e6aa98ba7ae60.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@facfox3d","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer","url":"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer","name":"3D Printer Calibration: How to Calibrate Your 3D Printer - FacFox Docs","isPartOf":{"@id":"https:\/\/facfox.com\/docs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer#primaryimage"},"image":{"@id":"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer#primaryimage"},"thumbnailUrl":"https:\/\/img.facfox.com\/imgs\/2022\/02\/169e6aa98ba7ae60.png","datePublished":"2021-12-17T08:55:17+00:00","dateModified":"2022-08-12T09:13:16+00:00","description":"Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings. Dialing in the First Check out our 3D printer calibration guide to learn in 3 steps how to calibrate your 3D printer and fine-tune your slicer settings.","breadcrumb":{"@id":"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer#primaryimage","url":"https:\/\/img.facfox.com\/imgs\/2022\/02\/169e6aa98ba7ae60.png","contentUrl":"https:\/\/img.facfox.com\/imgs\/2022\/02\/169e6aa98ba7ae60.png"},{"@type":"BreadcrumbList","@id":"https:\/\/facfox.com\/docs\/kb\/3d-printer-calibration-how-to-calibrate-your-3d-printer#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/facfox.com\/docs\/"},{"@type":"ListItem","position":2,"name":"3D Printer Calibration: How to Calibrate Your 3D Printer"}]},{"@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\/164184","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=164184"}],"version-history":[{"count":4,"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/kb\/164184\/revisions"}],"predecessor-version":[{"id":165583,"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/kb\/164184\/revisions\/165583"}],"wp:attachment":[{"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/media?parent=164184"}],"wp:term":[{"taxonomy":"kbtopic","embeddable":true,"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/kbtopic?post=164184"},{"taxonomy":"kbtag","embeddable":true,"href":"https:\/\/facfox.com\/docs\/wp-json\/wp\/v2\/kbtag?post=164184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}