{"id":69462,"date":"2025-06-12T04:27:42","date_gmt":"2025-06-12T11:27:42","guid":{"rendered":"http:\/\/www.manufacturinglounge.com\/?p=9205"},"modified":"2025-06-12T04:28:07","modified_gmt":"2025-06-12T11:28:07","slug":"cnc-machining-5-skills-that-make-the-best-operators","status":"publish","type":"post","link":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/","title":{"rendered":"5 Skills That Make the Best CNC Machinists"},"content":{"rendered":"\n<p><em>This article will give you a brief overview of the important role of CNC machinists and the skills required to excel at the job.<\/em><\/p>\n\n\n\n<p><a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-101-a-comprehensive-guide\/\">Computer Numerical Control (CNC) machining<\/a> involves using technical equipment to automatically machine materials into products, parts, or prototypes. It is a form of subtractive manufacturing that has become a popular method in making precision parts for the aerospace, automotive, power, and other technical industries.<\/p>\n\n\n\n<p>The materials used are typically metal, wood, plastics, and composites, which are worked on with CNC tools such as cutters, drills, lathes, presses, and wire EDM (electrical discharge machining).<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008-1024x683.jpg\" alt=\"cnc machinist\" class=\"wp-image-20411\" srcset=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008-1024x683.jpg 1024w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008-300x200.jpg 300w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008-768x512.jpg 768w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008-1536x1024.jpg 1536w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008.jpg 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<h2 class=\"wp-block-heading\" id=\"the-role-of-a-cnc-machine-operator\">The role of a CNC machine operator<\/h2>\n\n\n<p>The main tasks of a CNC machinist are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Interpreting the technical drawings and data<\/li>\n\n\n\n<li>Programming the code for the CNC machine tool from the data or setting up the automated software to generate the code<\/li>\n\n\n\n<li>Sequencing the machining tasks in the correct order<\/li>\n\n\n\n<li>Selecting and checking the appropriate machine tools<\/li>\n\n\n\n<li>Setting machine parameters, such as cutting speeds and the allowable tolerances<\/li>\n\n\n\n<li>Operating the CNC computer and machine<\/li>\n\n\n\n<li>Inspecting the quality of the finished product against industry standards<\/li>\n\n\n\n<li>Rectifying any faults with the end product<\/li>\n\n\n\n<li>Calibrating and maintaining the equipment<\/li>\n<\/ul>\n\n\n\n<?php\nfunction autodesk_fusion_cta_horizontal() {\n    ob_start();\n    ?>\n    <style>\n        .cta-section-horizontal {\n            background: #ddd; \/* Much lighter grey background *\/\n            padding: 12px; \/* Adjusted padding *\/\n            border-radius: 8px;\n            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);\n            color: #333; \/* Darker text color for better readability *\/\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            max-width: 650px; \/* Width adjusted for a more compact look *\/\n            margin: 20px auto;\n            position: relative;\n            flex-wrap: nowrap; \/* Prevent wrapping *\/\n        }\n\n        .cta-section-horizontal img {\n            width: 60px; \/* Slightly larger logo *\/\n            height: auto; \/* Maintain aspect ratio *\/\n            margin-right: 12px; \/* Adjusted spacing *\/\n            background-color: #ddd; \/* Match the background color *\/\n            padding: 6px; \/* Adjusted padding *\/\n            border-radius: 8px; \/* Slightly rounding to match container *\/\n            box-shadow: 0 0 0 4px #ddd; \/* Blend with background *\/\n        }\n\n        .cta-text {\n            flex: 1;\n            margin-right: 12px; \/* Adjusted spacing *\/\n        }\n\n        .cta-title {\n            font-size: 18px; \/* Slightly larger title font size *\/\n            font-weight: bold; \/* Bold title *\/\n            color: #f9a825; \/* Orange color *\/\n            margin-bottom: 4px; \/* Reduced margin *\/\n        }\n\n        .cta-info {\n            display: none; \/* Hide description *\/\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 8px; \/* Adjusted button spacing *\/\n            align-items: center;\n        }\n\n        .cta-button {\n            padding: 8px 12px; \/* Button padding *\/\n            font-size: 12px; \/* Smaller font size for buttons *\/\n            font-weight: bold;\n            text-transform: uppercase;\n            border-radius: 4px; \/* Slightly rounded corners *\/\n            border: 2px solid transparent;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            display: inline-flex; \/* Use inline-flex to ensure proper alignment *\/\n            align-items: center; \/* Center align text vertically *\/\n            justify-content: center; \/* Center align text horizontally *\/\n            text-decoration: none !important; \/* Ensure no underlines with !important *\/\n            color: inherit; \/* Use the button's text color *\/\n        }\n\n        .cta-button.white-button {\n            background-color: #fff;\n            color: #333;\n            border: 2px solid #ddd;\n        }\n\n        .cta-button.white-button:hover {\n            background-color: #333;\n            color: #fff;\n            border: 2px solid #f9a825;\n        }\n\n        .cta-button.black-button {\n            background-color: #f9a825;\n            color: #fff;\n            border: 2px solid #f9a825;\n        }\n\n        .cta-button.black-button:hover {\n            background-color: #fff;\n            color: #f9a825;\n            border: 2px solid #fff;\n        }\n    <\/style>\n\n    <div class=\"cta-section-horizontal\">\n        <img decoding=\"async\" src=\"https:\/\/autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/09\/autodesk-fusion-product-icon-400.png\" alt=\"Autodesk Fusion Logo\">\n        <div class=\"cta-text\">\n            <h1 class=\"cta-title\">Elevate your design and manufacturing processes with Autodesk Fusion<\/h1>\n        <\/div>\n        <div class=\"cta-buttons\">\n            <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/trial-intake-flow\" class=\"cta-button white-button\">Get a 30-Day Free Trial<\/a>\n            <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/extensions\" class=\"cta-button black-button\">See Plans and Pricing<\/a>\n        <\/div>\n    <\/div>\n\n    <?php\n    return ob_get_clean();\n}\nadd_shortcode('autodesk_fusion_cta_horizontal', 'autodesk_fusion_cta_horizontal');\n?>\n\n\n<h2 class=\"wp-block-heading\" id=\"the-top-5-skills-required-to-become-an-expert-cnc-machinist\">The top 5 skills required to become an expert CNC machinist<\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"1-attention-to-detail\">1. Attention to detail<\/h3>\n\n\n<p>CNC machinists need to follow and interpret <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/ai-in-manufacturing-automated-drawings-in-autodesk-fusion\/\">2D engineering drawings<\/a> and be able to visualize how the item will look in 3D to help them decide the order of machining. Also, the designers and engineers often produce written instructions that the operator must follow closely. Operators must be able to ascertain and prioritize the important features of the design and make sure that they are machined carefully.<\/p>\n\n\n\n<p>A good CNC operator will have, or develop, an eye for detail and ensure that everything is set up correctly and accurately.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"2-it-and-math-skills\">2. IT and math skills<\/h3>\n\n\n<p>The job requires the use of Computer Aided Manufacturing (CAM) software (such as <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/fusion-360-for-manufacturing?term=1-YEAR&amp;tab=subscription\" target=\"_blank\" rel=\"noreferrer noopener\">Autodesk Fusion<\/a>) and, therefore, requires good IT skills. The software and tools will be updated regularly, so the operator needs to update their knowledge regularly.<\/p>\n\n\n\n<p>They also need math skills to understand and check dimensions, set out the materials, set the design parameters in the software and check tolerances, etc.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"3-practical-skills\">3. Practical skills<\/h3>\n\n\n<p>Practical engineering skills are desirable, especially mechanical engineering, as the operator needs to develop a good understanding of how the machinery works. They will usually be required to calibrate and maintain the machines and tools.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-San-Francisco-1381-1024x683.jpg\" alt=\"CNC operator\" class=\"wp-image-20406\" srcset=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-San-Francisco-1381-1024x683.jpg 1024w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-San-Francisco-1381-300x200.jpg 300w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-San-Francisco-1381-768x512.jpg 768w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-San-Francisco-1381-1536x1024.jpg 1536w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-San-Francisco-1381.jpg 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<h3 class=\"wp-block-heading\" id=\"4-problemsolving\">4. Problem-solving<\/h3>\n\n\n<p>All technical equipment goes wrong from time to time. A CNC operator will inevitably face this and other problems that need solving, such as inconsistent design drawings, end product being out of tolerance, problems with the materials, etc. When these problems arise, the operator needs to have a can-do attitude and <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/problem-solving-skills-manufacturers-use-get-job-done\/\">try to rectify the problem<\/a>.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"5-a-desire-to-become-an-expert\">5. A desire to become an expert<\/h3>\n\n\n<p>A desire to become a CNC machining expert ties together all of the skills mentioned previously. CNC machining is a highly technical craft that requires a combination of skills and engineering knowledge. Good operators must be willing to constantly learn and update their knowledge, as technology changes quickly.<\/p>\n\n\n\n<p>Companies such as <a href=\"https:\/\/www.autodesk.com\/solutions\/manufacturing\">Autodesk<\/a> are constantly innovating new software solutions to integrate CNC processes that will need to be mastered. New equipment and more advanced machine tools also require the operator to stay abreast of the technology.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"the-future-of-cnc-machining\">The future of CNC machining<\/h2>\n\n\n<p>It\u2019s easy to assume that CNC machine operation will require less and less skill as technology advances and automation and AI take over. This is not necessarily true. As the software and equipment become more technical, more sophisticated CNC machinists will be required, especially to problem-solve and perform maintenance tasks.<\/p>\n\n\n\n<p>As processes integrate and the workflow between design and final fabrication becomes smoother, CNC operators will be expected to be competent in every stage of the production process, not just the computer and machine-operating stage.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article will give you a brief overview of the important role of CNC machinists and the skills required to excel at the job.<\/p>\n","protected":false},"author":4033,"featured_media":20411,"menu_order":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[480],"tags":[52,143],"coauthors":[597],"class_list":["post-69462","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manufacturing","tag-cam","tag-manufacturing","dhig-theme--light"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>5 Skills That Make the Best CNC Machinists - Fusion Blog<\/title>\n<meta name=\"description\" content=\"This article will give you a brief overview of the important role of CNC machinists and the skills required to excel at the job.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 Skills That Make the Best CNC Machinists - Fusion Blog\" \/>\n<meta property=\"og:description\" content=\"This article will give you a brief overview of the important role of CNC machinists and the skills required to excel at the job.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/\" \/>\n<meta property=\"og:site_name\" content=\"Fusion Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-12T11:27:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-12T11:28:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Emily Suzuki\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Emily Suzuki\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 Skills That Make the Best CNC Machinists - Fusion Blog","description":"This article will give you a brief overview of the important role of CNC machinists and the skills required to excel at the job.","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:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/","og_locale":"en_US","og_type":"article","og_title":"5 Skills That Make the Best CNC Machinists - Fusion Blog","og_description":"This article will give you a brief overview of the important role of CNC machinists and the skills required to excel at the job.","og_url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/","og_site_name":"Fusion Blog","article_published_time":"2025-06-12T11:27:42+00:00","article_modified_time":"2025-06-12T11:28:07+00:00","og_image":[{"width":1920,"height":1280,"url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008.jpg","type":"image\/jpeg"}],"author":"Emily Suzuki","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Emily Suzuki","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/#article","isPartOf":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/"},"author":{"name":"Emily Suzuki","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/5dc597b1665ac01ddfdf98c0a230b674"},"headline":"5 Skills That Make the Best CNC Machinists","datePublished":"2025-06-12T11:27:42+00:00","dateModified":"2025-06-12T11:28:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/"},"wordCount":645,"commentCount":0,"image":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008.jpg","keywords":["CAM","manufacturing"],"articleSection":["Manufacturing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/","name":"5 Skills That Make the Best CNC Machinists - Fusion Blog","isPartOf":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/#primaryimage"},"image":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008.jpg","datePublished":"2025-06-12T11:27:42+00:00","dateModified":"2025-06-12T11:28:07+00:00","author":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/5dc597b1665ac01ddfdf98c0a230b674"},"description":"This article will give you a brief overview of the important role of CNC machinists and the skills required to excel at the job.","breadcrumb":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/#primaryimage","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008.jpg","contentUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2021\/04\/Technology-Center-Boston-008.jpg","width":1920,"height":1280,"caption":"Man setting the control panel of a 5-axis Haas mill. The Autodesk Technology Center Boston (formerly BUILD space) is an innovation space for digital fabrication in the building industry. BUILD (BUilding, Innovation, Learning and Design) is an Autodesk maker space which is located in South Boston's Innovation District. This 30,000 sq ft facility houses workshops for metal fabrication, machining (CNC &amp; Manual), wood working, water jet cutting, large format routing, laser cutting, composites, glass, robotics and 3-D printing."},{"@type":"BreadcrumbList","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/cnc-machining-5-skills-that-make-the-best-operators\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/"},{"@type":"ListItem","position":2,"name":"5 Skills That Make the Best CNC Machinists"}]},{"@type":"WebSite","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#website","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/","name":"Fusion Blog","description":"Product updates, tips, tutorials and community news.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/5dc597b1665ac01ddfdf98c0a230b674","name":"Emily Suzuki","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/04\/powerpoint-headshot-150x150.jpgf3f6ce43b8bd98a1ccf2099494b77fb8","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/04\/powerpoint-headshot-150x150.jpg","contentUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/04\/powerpoint-headshot-150x150.jpg","caption":"Emily Suzuki"},"description":"Emily Suzuki is a global Content Manager at Autodesk. She's passionate about turning complex ideas into digestible, engaging content and shedding light on the often-overlooked design process.","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/author\/emily-engle\/"}]}},"_links":{"self":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts\/69462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/users\/4033"}],"replies":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/comments?post=69462"}],"version-history":[{"count":0,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts\/69462\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/media\/20411"}],"wp:attachment":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/media?parent=69462"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/categories?post=69462"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/tags?post=69462"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/coauthors?post=69462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}