{"id":9654,"date":"2025-07-29T10:55:25","date_gmt":"2025-07-29T08:55:25","guid":{"rendered":"https:\/\/www.galex3d.tech\/?page_id=9654"},"modified":"2025-08-04T10:39:41","modified_gmt":"2025-08-04T08:39:41","slug":"download","status":"publish","type":"page","link":"https:\/\/www.galex3d.tech\/en\/download\/","title":{"rendered":"Download"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"9654\" class=\"elementor elementor-9654\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e4dda7 e-flex e-con-boxed e-con e-parent\" data-id=\"2e4dda7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-25cbd50 e-flex e-con-boxed e-con e-child\" data-id=\"25cbd50\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a48c4b1 elementor-widget elementor-widget-heading\" data-id=\"a48c4b1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AREA DOWNLOAD<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24e949f e-flex e-con-boxed e-con e-parent\" data-id=\"24e949f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b014c1a elementor-widget elementor-widget-html\" data-id=\"b014c1a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n  \/\/ 1) Seleziona tutti i link che finiscono in .stp\r\n  const links = document.querySelectorAll('a[href$=\".stp\"]');\r\n\r\n  links.forEach(link => {\r\n    link.addEventListener('click', async (e) => {\r\n      e.preventDefault();             \/\/ blocca il download nativo\r\n      const url = link.href;          \/\/ URL completo del file\r\n\r\n      try {\r\n        \/\/ 2) Scarica il file come Blob\r\n        const response = await fetch(url);\r\n        if (!response.ok) {\r\n          throw new Error(`HTTP ${response.status}`);\r\n        }\r\n        const blob = await response.blob();  \r\n\r\n        \/\/ 3) Crea un URL temporaneo blob:\/\/\r\n        const blobUrl = URL.createObjectURL(new Blob([blob], {\r\n          type: 'application\/step'     \/\/ specifica il MIME corretto\r\n        }));                         \r\n\r\n        \/\/ 4) Genera dinamicamente un <a> per forzare il download\r\n        const a = document.createElement('a');\r\n        a.style.display = 'none';\r\n        a.href = blobUrl;\r\n        \/\/ Estrae il nome file originale dall\u2019URL\r\n        a.download = url.split('\/').pop();  \r\n        document.body.appendChild(a);\r\n        a.click();                    \/\/ avvia il download\r\n        \/\/ 5) Pulizia\r\n        URL.revokeObjectURL(blobUrl);\r\n        document.body.removeChild(a);\r\n\r\n      } catch (err) {\r\n        console.error('Download fallito:', err);\r\n        \/\/ fallback: prova con il download \u201cnormale\u201d\r\n        window.location.href = url;\r\n      }\r\n    });\r\n  });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-558d430 elementor-widget elementor-widget-n-accordion\" data-id=\"558d430\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-8970\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-8970\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Manuali <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-8970\" class=\"elementor-element elementor-element-0c4d9f2 e-con-full e-flex e-con e-child\" data-id=\"0c4d9f2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c3ae42 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4c3ae42\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.galex3d.tech\/wp-content\/uploads\/2025\/07\/Manuale-GH.pdf\" target=\"_blank\" download=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-file-pdf\" viewbox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Manuale GH<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-8971\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-8971\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> 3D File <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-8971\" class=\"elementor-element elementor-element-be8899f e-con-full e-flex e-con e-child\" data-id=\"be8899f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36df698 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"36df698\" data-element_type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"57538200\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-575382001\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-575382001\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tProducts\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-575382002\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-575382002\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tModules\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-575382003\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-575382003\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tSupporti\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div role=\"region tabpanel\" aria-labelledby=\"e-n-accordion-item-8971 e-n-tab-title-575382001\" id=\"e-n-tab-content-575382001\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-a839a24 e-con-full e-flex e-con e-child\" data-id=\"a839a24\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46e62fb elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"46e62fb\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.galex3d.tech\/wp-content\/uploads\/2025\/07\/Galex-Hotend-STEP.stp\" target=\"_blank\" download=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewbox=\"0 0 329.6 384\" style=\"enable-background:new 0 0 329.6 384;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#010202;}<\/style><path class=\"st0\" d=\"M19.7,382.6c-2.3-0.7-5.4-2-6.8-2.9c-4-2.5-8.7-8-10.9-12.7l-2-4.3v-57.4v-57.4l2.2-4.5 c2.8-5.7,7.8-10.7,13.6-13.6l4.5-2.2l20-0.2l20-0.2v-111V5.1l2.6-2.5L65.5,0l96.2,0.2L258,0.4l34.3,28.3 C311.2,44.3,327.2,58,328.1,59c1.6,1.9,1.6,2.2,1.6,151.5c0,101.2-0.2,150.1-0.8,151c-2,3.7-1.5,3.7-56,3.7H222l-1.9,3.4 c-2.8,5.2-7.7,9.9-13.3,12.5l-5.1,2.4l-29.5,0.2l-29.5,0.2l-2.6-2.6c-3.5-3.5-3.5-6.4-0.1-9.9l2.6-2.6h27.4 c17.6,0,28.2-0.3,29.5-0.8c3-1.1,6.2-4.3,7.9-7.8c1.3-2.9,1.4-6,1.4-54.4c0-35.2-0.2-52.3-0.8-54.4c-1.2-4.4-5.6-8.3-10.6-9.4 c-2.9-0.6-27.2-0.8-88.3-0.6l-84.4,0.2l-3.2,1.9c-1.9,1.1-4,3.1-5,4.9l-1.9,3.1l0.2,54.4l0.2,54.3l2.2,2.9c4.2,5.5,4.9,5.6,35.2,5.6 c28.6,0,30.1,0.2,32,3.7c1,1.9,1,5.8,0,7.6c-1.9,3.6-3.4,3.7-32.8,3.7C27.1,383.9,23.5,383.8,19.7,382.6L19.7,382.6z M314.6,210.4 V70.5h-31.1c-34.4,0-33.9,0.1-35.6-4.6c-0.5-1.5-0.8-11.2-0.8-26.6V15h-85.9H75.4l0.2,106l0.2,106l63.4,0.4l63.4,0.4l4.3,2 c8.5,4,14.6,12,16.3,21.2c0.5,2.9,0.8,20.9,0.8,51.9v47.5h45.4h45.4V210.4z M163.5,190.2c-17.6-10.6-29.5-18.2-30.1-19.3 c-1.4-2.6-1.4-70,0.1-72.5c0.6-1.1,11.8-8.3,30.1-19.3c22.9-13.8,29.7-17.5,31.7-17.5c2,0,8.6,3.7,30.8,17 c15.5,9.3,29,17.8,29.9,18.8l1.7,1.9v35.5v35.5L256,172c-1,1-14.4,9.4-29.9,18.8c-22,13.2-28.8,17-30.8,17 C193.3,207.8,186.3,203.9,163.5,190.2L163.5,190.2z M187.9,163.3v-23.5l-19.7-11.9c-10.8-6.5-19.9-12-20.2-12.1 c-0.4-0.2-0.6,10.4-0.5,23.5v23.9l19.7,11.8c10.8,6.5,19.9,11.8,20.2,11.8S187.9,176.2,187.9,163.3L187.9,163.3z M223.3,174.9 l19.7-11.8l0.2-23.8c0.1-13,0.1-23.8-0.1-23.8c-0.2,0-9.2,5.3-20.1,11.9l-19.7,11.8L203,163c-0.1,13.1-0.1,23.8,0.1,23.8 C203.4,186.8,212.4,181.4,223.3,174.9L223.3,174.9z M215.5,114.4c10.9-6.5,19.6-12.2,19.5-12.5c-0.1-0.4-9.1-6-20-12.6l-19.7-11.9 l-20.2,12.1c-11.1,6.7-20.2,12.3-20.2,12.5c0,0.5,40,24.6,40.5,24.4C195.6,126.3,204.6,120.9,215.5,114.4L215.5,114.4z M301.1,55.7 c-0.1-0.6-37-31.1-38.2-31.6c-0.8-0.2-1.1,30.8-0.2,31.6C263.3,56.5,301.1,56.4,301.1,55.7L301.1,55.7z M106.7,381.8 c-2-1.8-2.5-2.7-2.5-5.3c0-7.5,10.1-10.2,13.5-3.6c2,3.8,0.8,8.2-2.8,10C111.9,384.6,109.4,384.2,106.7,381.8L106.7,381.8z  M59.7,347.9c-8.8-3.4-15.8-13.5-15.8-22.8c0-3.6,0.3-4.5,2.2-6.4c4.6-4.6,11.2-1.7,12.4,5.3c1.1,6.9,4.7,10.4,10.7,10.4 c10.5,0,15.1-11.8,7.3-18.7c-1.4-1.3-3.8-2.5-5.4-2.7c-4.7-0.8-7-2-8.2-4.3c-2.5-4.8,0.7-10.1,6.6-10.9c8.5-1.1,12.8-7.5,10.1-14.8 c-2.8-7.4-11.3-9.3-17.3-4c-1.4,1.3-2.9,3.5-3.3,5.1c-1.8,6.6-8.6,8.6-13,3.8c-2-2.2-2.2-2.9-1.8-5.8c1-7.4,7-15.1,14.6-18.8 c3.6-1.7,5.2-2.1,10.6-2.1s7.1,0.3,10.9,2.1c14.9,7,19.7,26.2,9.7,39.3l-1.9,2.5l2.6,3.9c3.4,4.9,5.3,12.1,4.6,17.4 c-1.1,9.2-8.1,18.2-16.6,21.4C73.2,350,65.2,350,59.7,347.9L59.7,347.9z M116.4,347.6c-1.2-1.2-2.1-3.1-2.4-5 c-0.2-1.7-0.4-19.8-0.2-40.1l0.2-37l2.5-2.2l2.5-2.2h13c20.4,0,26.4,1.8,35,10.4c8.5,8.5,12.2,18.7,12.2,33.8 c0,10.1-1.3,15.7-5.3,24c-4.7,9.6-13.9,17.2-23.6,19.4c-1.8,0.4-9.8,0.8-17.6,0.8h-14.3L116.4,347.6z M151.2,332.4 c17.5-9.1,17.7-45.2,0.4-54.4c-2.6-1.4-4.6-1.6-13-1.9l-9.9-0.3v29.3v29.3h9.3C146.6,334.5,147.5,334.4,151.2,332.4L151.2,332.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Galex Hotend STEP<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div role=\"region tabpanel\" aria-labelledby=\"e-n-accordion-item-8971 e-n-tab-title-575382002\" id=\"e-n-tab-content-575382002\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\"elementor-element elementor-element-18ca61e e-con-full e-flex e-con e-child\" data-id=\"18ca61e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-420d8e3 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"420d8e3\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.galex3d.tech\/wp-content\/uploads\/2025\/07\/Mod-Cable-Clamp.stp\" target=\"_blank\" download=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewbox=\"0 0 329.6 384\" style=\"enable-background:new 0 0 329.6 384;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#010202;}<\/style><path class=\"st0\" d=\"M19.7,382.6c-2.3-0.7-5.4-2-6.8-2.9c-4-2.5-8.7-8-10.9-12.7l-2-4.3v-57.4v-57.4l2.2-4.5 c2.8-5.7,7.8-10.7,13.6-13.6l4.5-2.2l20-0.2l20-0.2v-111V5.1l2.6-2.5L65.5,0l96.2,0.2L258,0.4l34.3,28.3 C311.2,44.3,327.2,58,328.1,59c1.6,1.9,1.6,2.2,1.6,151.5c0,101.2-0.2,150.1-0.8,151c-2,3.7-1.5,3.7-56,3.7H222l-1.9,3.4 c-2.8,5.2-7.7,9.9-13.3,12.5l-5.1,2.4l-29.5,0.2l-29.5,0.2l-2.6-2.6c-3.5-3.5-3.5-6.4-0.1-9.9l2.6-2.6h27.4 c17.6,0,28.2-0.3,29.5-0.8c3-1.1,6.2-4.3,7.9-7.8c1.3-2.9,1.4-6,1.4-54.4c0-35.2-0.2-52.3-0.8-54.4c-1.2-4.4-5.6-8.3-10.6-9.4 c-2.9-0.6-27.2-0.8-88.3-0.6l-84.4,0.2l-3.2,1.9c-1.9,1.1-4,3.1-5,4.9l-1.9,3.1l0.2,54.4l0.2,54.3l2.2,2.9c4.2,5.5,4.9,5.6,35.2,5.6 c28.6,0,30.1,0.2,32,3.7c1,1.9,1,5.8,0,7.6c-1.9,3.6-3.4,3.7-32.8,3.7C27.1,383.9,23.5,383.8,19.7,382.6L19.7,382.6z M314.6,210.4 V70.5h-31.1c-34.4,0-33.9,0.1-35.6-4.6c-0.5-1.5-0.8-11.2-0.8-26.6V15h-85.9H75.4l0.2,106l0.2,106l63.4,0.4l63.4,0.4l4.3,2 c8.5,4,14.6,12,16.3,21.2c0.5,2.9,0.8,20.9,0.8,51.9v47.5h45.4h45.4V210.4z M163.5,190.2c-17.6-10.6-29.5-18.2-30.1-19.3 c-1.4-2.6-1.4-70,0.1-72.5c0.6-1.1,11.8-8.3,30.1-19.3c22.9-13.8,29.7-17.5,31.7-17.5c2,0,8.6,3.7,30.8,17 c15.5,9.3,29,17.8,29.9,18.8l1.7,1.9v35.5v35.5L256,172c-1,1-14.4,9.4-29.9,18.8c-22,13.2-28.8,17-30.8,17 C193.3,207.8,186.3,203.9,163.5,190.2L163.5,190.2z M187.9,163.3v-23.5l-19.7-11.9c-10.8-6.5-19.9-12-20.2-12.1 c-0.4-0.2-0.6,10.4-0.5,23.5v23.9l19.7,11.8c10.8,6.5,19.9,11.8,20.2,11.8S187.9,176.2,187.9,163.3L187.9,163.3z M223.3,174.9 l19.7-11.8l0.2-23.8c0.1-13,0.1-23.8-0.1-23.8c-0.2,0-9.2,5.3-20.1,11.9l-19.7,11.8L203,163c-0.1,13.1-0.1,23.8,0.1,23.8 C203.4,186.8,212.4,181.4,223.3,174.9L223.3,174.9z M215.5,114.4c10.9-6.5,19.6-12.2,19.5-12.5c-0.1-0.4-9.1-6-20-12.6l-19.7-11.9 l-20.2,12.1c-11.1,6.7-20.2,12.3-20.2,12.5c0,0.5,40,24.6,40.5,24.4C195.6,126.3,204.6,120.9,215.5,114.4L215.5,114.4z M301.1,55.7 c-0.1-0.6-37-31.1-38.2-31.6c-0.8-0.2-1.1,30.8-0.2,31.6C263.3,56.5,301.1,56.4,301.1,55.7L301.1,55.7z M106.7,381.8 c-2-1.8-2.5-2.7-2.5-5.3c0-7.5,10.1-10.2,13.5-3.6c2,3.8,0.8,8.2-2.8,10C111.9,384.6,109.4,384.2,106.7,381.8L106.7,381.8z  M59.7,347.9c-8.8-3.4-15.8-13.5-15.8-22.8c0-3.6,0.3-4.5,2.2-6.4c4.6-4.6,11.2-1.7,12.4,5.3c1.1,6.9,4.7,10.4,10.7,10.4 c10.5,0,15.1-11.8,7.3-18.7c-1.4-1.3-3.8-2.5-5.4-2.7c-4.7-0.8-7-2-8.2-4.3c-2.5-4.8,0.7-10.1,6.6-10.9c8.5-1.1,12.8-7.5,10.1-14.8 c-2.8-7.4-11.3-9.3-17.3-4c-1.4,1.3-2.9,3.5-3.3,5.1c-1.8,6.6-8.6,8.6-13,3.8c-2-2.2-2.2-2.9-1.8-5.8c1-7.4,7-15.1,14.6-18.8 c3.6-1.7,5.2-2.1,10.6-2.1s7.1,0.3,10.9,2.1c14.9,7,19.7,26.2,9.7,39.3l-1.9,2.5l2.6,3.9c3.4,4.9,5.3,12.1,4.6,17.4 c-1.1,9.2-8.1,18.2-16.6,21.4C73.2,350,65.2,350,59.7,347.9L59.7,347.9z M116.4,347.6c-1.2-1.2-2.1-3.1-2.4-5 c-0.2-1.7-0.4-19.8-0.2-40.1l0.2-37l2.5-2.2l2.5-2.2h13c20.4,0,26.4,1.8,35,10.4c8.5,8.5,12.2,18.7,12.2,33.8 c0,10.1-1.3,15.7-5.3,24c-4.7,9.6-13.9,17.2-23.6,19.4c-1.8,0.4-9.8,0.8-17.6,0.8h-14.3L116.4,347.6z M151.2,332.4 c17.5-9.1,17.7-45.2,0.4-54.4c-2.6-1.4-4.6-1.6-13-1.9l-9.9-0.3v29.3v29.3h9.3C146.6,334.5,147.5,334.4,151.2,332.4L151.2,332.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Mod Cable Clamp<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.galex3d.tech\/wp-content\/uploads\/2025\/07\/Mod-BLTouch.stp\" target=\"_blank\" download=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewbox=\"0 0 329.6 384\" style=\"enable-background:new 0 0 329.6 384;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#010202;}<\/style><path class=\"st0\" d=\"M19.7,382.6c-2.3-0.7-5.4-2-6.8-2.9c-4-2.5-8.7-8-10.9-12.7l-2-4.3v-57.4v-57.4l2.2-4.5 c2.8-5.7,7.8-10.7,13.6-13.6l4.5-2.2l20-0.2l20-0.2v-111V5.1l2.6-2.5L65.5,0l96.2,0.2L258,0.4l34.3,28.3 C311.2,44.3,327.2,58,328.1,59c1.6,1.9,1.6,2.2,1.6,151.5c0,101.2-0.2,150.1-0.8,151c-2,3.7-1.5,3.7-56,3.7H222l-1.9,3.4 c-2.8,5.2-7.7,9.9-13.3,12.5l-5.1,2.4l-29.5,0.2l-29.5,0.2l-2.6-2.6c-3.5-3.5-3.5-6.4-0.1-9.9l2.6-2.6h27.4 c17.6,0,28.2-0.3,29.5-0.8c3-1.1,6.2-4.3,7.9-7.8c1.3-2.9,1.4-6,1.4-54.4c0-35.2-0.2-52.3-0.8-54.4c-1.2-4.4-5.6-8.3-10.6-9.4 c-2.9-0.6-27.2-0.8-88.3-0.6l-84.4,0.2l-3.2,1.9c-1.9,1.1-4,3.1-5,4.9l-1.9,3.1l0.2,54.4l0.2,54.3l2.2,2.9c4.2,5.5,4.9,5.6,35.2,5.6 c28.6,0,30.1,0.2,32,3.7c1,1.9,1,5.8,0,7.6c-1.9,3.6-3.4,3.7-32.8,3.7C27.1,383.9,23.5,383.8,19.7,382.6L19.7,382.6z M314.6,210.4 V70.5h-31.1c-34.4,0-33.9,0.1-35.6-4.6c-0.5-1.5-0.8-11.2-0.8-26.6V15h-85.9H75.4l0.2,106l0.2,106l63.4,0.4l63.4,0.4l4.3,2 c8.5,4,14.6,12,16.3,21.2c0.5,2.9,0.8,20.9,0.8,51.9v47.5h45.4h45.4V210.4z M163.5,190.2c-17.6-10.6-29.5-18.2-30.1-19.3 c-1.4-2.6-1.4-70,0.1-72.5c0.6-1.1,11.8-8.3,30.1-19.3c22.9-13.8,29.7-17.5,31.7-17.5c2,0,8.6,3.7,30.8,17 c15.5,9.3,29,17.8,29.9,18.8l1.7,1.9v35.5v35.5L256,172c-1,1-14.4,9.4-29.9,18.8c-22,13.2-28.8,17-30.8,17 C193.3,207.8,186.3,203.9,163.5,190.2L163.5,190.2z M187.9,163.3v-23.5l-19.7-11.9c-10.8-6.5-19.9-12-20.2-12.1 c-0.4-0.2-0.6,10.4-0.5,23.5v23.9l19.7,11.8c10.8,6.5,19.9,11.8,20.2,11.8S187.9,176.2,187.9,163.3L187.9,163.3z M223.3,174.9 l19.7-11.8l0.2-23.8c0.1-13,0.1-23.8-0.1-23.8c-0.2,0-9.2,5.3-20.1,11.9l-19.7,11.8L203,163c-0.1,13.1-0.1,23.8,0.1,23.8 C203.4,186.8,212.4,181.4,223.3,174.9L223.3,174.9z M215.5,114.4c10.9-6.5,19.6-12.2,19.5-12.5c-0.1-0.4-9.1-6-20-12.6l-19.7-11.9 l-20.2,12.1c-11.1,6.7-20.2,12.3-20.2,12.5c0,0.5,40,24.6,40.5,24.4C195.6,126.3,204.6,120.9,215.5,114.4L215.5,114.4z M301.1,55.7 c-0.1-0.6-37-31.1-38.2-31.6c-0.8-0.2-1.1,30.8-0.2,31.6C263.3,56.5,301.1,56.4,301.1,55.7L301.1,55.7z M106.7,381.8 c-2-1.8-2.5-2.7-2.5-5.3c0-7.5,10.1-10.2,13.5-3.6c2,3.8,0.8,8.2-2.8,10C111.9,384.6,109.4,384.2,106.7,381.8L106.7,381.8z  M59.7,347.9c-8.8-3.4-15.8-13.5-15.8-22.8c0-3.6,0.3-4.5,2.2-6.4c4.6-4.6,11.2-1.7,12.4,5.3c1.1,6.9,4.7,10.4,10.7,10.4 c10.5,0,15.1-11.8,7.3-18.7c-1.4-1.3-3.8-2.5-5.4-2.7c-4.7-0.8-7-2-8.2-4.3c-2.5-4.8,0.7-10.1,6.6-10.9c8.5-1.1,12.8-7.5,10.1-14.8 c-2.8-7.4-11.3-9.3-17.3-4c-1.4,1.3-2.9,3.5-3.3,5.1c-1.8,6.6-8.6,8.6-13,3.8c-2-2.2-2.2-2.9-1.8-5.8c1-7.4,7-15.1,14.6-18.8 c3.6-1.7,5.2-2.1,10.6-2.1s7.1,0.3,10.9,2.1c14.9,7,19.7,26.2,9.7,39.3l-1.9,2.5l2.6,3.9c3.4,4.9,5.3,12.1,4.6,17.4 c-1.1,9.2-8.1,18.2-16.6,21.4C73.2,350,65.2,350,59.7,347.9L59.7,347.9z M116.4,347.6c-1.2-1.2-2.1-3.1-2.4-5 c-0.2-1.7-0.4-19.8-0.2-40.1l0.2-37l2.5-2.2l2.5-2.2h13c20.4,0,26.4,1.8,35,10.4c8.5,8.5,12.2,18.7,12.2,33.8 c0,10.1-1.3,15.7-5.3,24c-4.7,9.6-13.9,17.2-23.6,19.4c-1.8,0.4-9.8,0.8-17.6,0.8h-14.3L116.4,347.6z M151.2,332.4 c17.5-9.1,17.7-45.2,0.4-54.4c-2.6-1.4-4.6-1.6-13-1.9l-9.9-0.3v29.3v29.3h9.3C146.6,334.5,147.5,334.4,151.2,332.4L151.2,332.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Mod BLTouch<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.galex3d.tech\/wp-content\/uploads\/2025\/07\/Mod-Fan-4020-Radial.stp\" target=\"_blank\" download=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewbox=\"0 0 329.6 384\" style=\"enable-background:new 0 0 329.6 384;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#010202;}<\/style><path class=\"st0\" d=\"M19.7,382.6c-2.3-0.7-5.4-2-6.8-2.9c-4-2.5-8.7-8-10.9-12.7l-2-4.3v-57.4v-57.4l2.2-4.5 c2.8-5.7,7.8-10.7,13.6-13.6l4.5-2.2l20-0.2l20-0.2v-111V5.1l2.6-2.5L65.5,0l96.2,0.2L258,0.4l34.3,28.3 C311.2,44.3,327.2,58,328.1,59c1.6,1.9,1.6,2.2,1.6,151.5c0,101.2-0.2,150.1-0.8,151c-2,3.7-1.5,3.7-56,3.7H222l-1.9,3.4 c-2.8,5.2-7.7,9.9-13.3,12.5l-5.1,2.4l-29.5,0.2l-29.5,0.2l-2.6-2.6c-3.5-3.5-3.5-6.4-0.1-9.9l2.6-2.6h27.4 c17.6,0,28.2-0.3,29.5-0.8c3-1.1,6.2-4.3,7.9-7.8c1.3-2.9,1.4-6,1.4-54.4c0-35.2-0.2-52.3-0.8-54.4c-1.2-4.4-5.6-8.3-10.6-9.4 c-2.9-0.6-27.2-0.8-88.3-0.6l-84.4,0.2l-3.2,1.9c-1.9,1.1-4,3.1-5,4.9l-1.9,3.1l0.2,54.4l0.2,54.3l2.2,2.9c4.2,5.5,4.9,5.6,35.2,5.6 c28.6,0,30.1,0.2,32,3.7c1,1.9,1,5.8,0,7.6c-1.9,3.6-3.4,3.7-32.8,3.7C27.1,383.9,23.5,383.8,19.7,382.6L19.7,382.6z M314.6,210.4 V70.5h-31.1c-34.4,0-33.9,0.1-35.6-4.6c-0.5-1.5-0.8-11.2-0.8-26.6V15h-85.9H75.4l0.2,106l0.2,106l63.4,0.4l63.4,0.4l4.3,2 c8.5,4,14.6,12,16.3,21.2c0.5,2.9,0.8,20.9,0.8,51.9v47.5h45.4h45.4V210.4z M163.5,190.2c-17.6-10.6-29.5-18.2-30.1-19.3 c-1.4-2.6-1.4-70,0.1-72.5c0.6-1.1,11.8-8.3,30.1-19.3c22.9-13.8,29.7-17.5,31.7-17.5c2,0,8.6,3.7,30.8,17 c15.5,9.3,29,17.8,29.9,18.8l1.7,1.9v35.5v35.5L256,172c-1,1-14.4,9.4-29.9,18.8c-22,13.2-28.8,17-30.8,17 C193.3,207.8,186.3,203.9,163.5,190.2L163.5,190.2z M187.9,163.3v-23.5l-19.7-11.9c-10.8-6.5-19.9-12-20.2-12.1 c-0.4-0.2-0.6,10.4-0.5,23.5v23.9l19.7,11.8c10.8,6.5,19.9,11.8,20.2,11.8S187.9,176.2,187.9,163.3L187.9,163.3z M223.3,174.9 l19.7-11.8l0.2-23.8c0.1-13,0.1-23.8-0.1-23.8c-0.2,0-9.2,5.3-20.1,11.9l-19.7,11.8L203,163c-0.1,13.1-0.1,23.8,0.1,23.8 C203.4,186.8,212.4,181.4,223.3,174.9L223.3,174.9z M215.5,114.4c10.9-6.5,19.6-12.2,19.5-12.5c-0.1-0.4-9.1-6-20-12.6l-19.7-11.9 l-20.2,12.1c-11.1,6.7-20.2,12.3-20.2,12.5c0,0.5,40,24.6,40.5,24.4C195.6,126.3,204.6,120.9,215.5,114.4L215.5,114.4z M301.1,55.7 c-0.1-0.6-37-31.1-38.2-31.6c-0.8-0.2-1.1,30.8-0.2,31.6C263.3,56.5,301.1,56.4,301.1,55.7L301.1,55.7z M106.7,381.8 c-2-1.8-2.5-2.7-2.5-5.3c0-7.5,10.1-10.2,13.5-3.6c2,3.8,0.8,8.2-2.8,10C111.9,384.6,109.4,384.2,106.7,381.8L106.7,381.8z  M59.7,347.9c-8.8-3.4-15.8-13.5-15.8-22.8c0-3.6,0.3-4.5,2.2-6.4c4.6-4.6,11.2-1.7,12.4,5.3c1.1,6.9,4.7,10.4,10.7,10.4 c10.5,0,15.1-11.8,7.3-18.7c-1.4-1.3-3.8-2.5-5.4-2.7c-4.7-0.8-7-2-8.2-4.3c-2.5-4.8,0.7-10.1,6.6-10.9c8.5-1.1,12.8-7.5,10.1-14.8 c-2.8-7.4-11.3-9.3-17.3-4c-1.4,1.3-2.9,3.5-3.3,5.1c-1.8,6.6-8.6,8.6-13,3.8c-2-2.2-2.2-2.9-1.8-5.8c1-7.4,7-15.1,14.6-18.8 c3.6-1.7,5.2-2.1,10.6-2.1s7.1,0.3,10.9,2.1c14.9,7,19.7,26.2,9.7,39.3l-1.9,2.5l2.6,3.9c3.4,4.9,5.3,12.1,4.6,17.4 c-1.1,9.2-8.1,18.2-16.6,21.4C73.2,350,65.2,350,59.7,347.9L59.7,347.9z M116.4,347.6c-1.2-1.2-2.1-3.1-2.4-5 c-0.2-1.7-0.4-19.8-0.2-40.1l0.2-37l2.5-2.2l2.5-2.2h13c20.4,0,26.4,1.8,35,10.4c8.5,8.5,12.2,18.7,12.2,33.8 c0,10.1-1.3,15.7-5.3,24c-4.7,9.6-13.9,17.2-23.6,19.4c-1.8,0.4-9.8,0.8-17.6,0.8h-14.3L116.4,347.6z M151.2,332.4 c17.5-9.1,17.7-45.2,0.4-54.4c-2.6-1.4-4.6-1.6-13-1.9l-9.9-0.3v29.3v29.3h9.3C146.6,334.5,147.5,334.4,151.2,332.4L151.2,332.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Mod Fan 4020 Radial<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.galex3d.tech\/wp-content\/uploads\/2025\/07\/Mod-Euclid-Probe.stp\" target=\"_blank\" download=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewbox=\"0 0 329.6 384\" style=\"enable-background:new 0 0 329.6 384;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#010202;}<\/style><path class=\"st0\" d=\"M19.7,382.6c-2.3-0.7-5.4-2-6.8-2.9c-4-2.5-8.7-8-10.9-12.7l-2-4.3v-57.4v-57.4l2.2-4.5 c2.8-5.7,7.8-10.7,13.6-13.6l4.5-2.2l20-0.2l20-0.2v-111V5.1l2.6-2.5L65.5,0l96.2,0.2L258,0.4l34.3,28.3 C311.2,44.3,327.2,58,328.1,59c1.6,1.9,1.6,2.2,1.6,151.5c0,101.2-0.2,150.1-0.8,151c-2,3.7-1.5,3.7-56,3.7H222l-1.9,3.4 c-2.8,5.2-7.7,9.9-13.3,12.5l-5.1,2.4l-29.5,0.2l-29.5,0.2l-2.6-2.6c-3.5-3.5-3.5-6.4-0.1-9.9l2.6-2.6h27.4 c17.6,0,28.2-0.3,29.5-0.8c3-1.1,6.2-4.3,7.9-7.8c1.3-2.9,1.4-6,1.4-54.4c0-35.2-0.2-52.3-0.8-54.4c-1.2-4.4-5.6-8.3-10.6-9.4 c-2.9-0.6-27.2-0.8-88.3-0.6l-84.4,0.2l-3.2,1.9c-1.9,1.1-4,3.1-5,4.9l-1.9,3.1l0.2,54.4l0.2,54.3l2.2,2.9c4.2,5.5,4.9,5.6,35.2,5.6 c28.6,0,30.1,0.2,32,3.7c1,1.9,1,5.8,0,7.6c-1.9,3.6-3.4,3.7-32.8,3.7C27.1,383.9,23.5,383.8,19.7,382.6L19.7,382.6z M314.6,210.4 V70.5h-31.1c-34.4,0-33.9,0.1-35.6-4.6c-0.5-1.5-0.8-11.2-0.8-26.6V15h-85.9H75.4l0.2,106l0.2,106l63.4,0.4l63.4,0.4l4.3,2 c8.5,4,14.6,12,16.3,21.2c0.5,2.9,0.8,20.9,0.8,51.9v47.5h45.4h45.4V210.4z M163.5,190.2c-17.6-10.6-29.5-18.2-30.1-19.3 c-1.4-2.6-1.4-70,0.1-72.5c0.6-1.1,11.8-8.3,30.1-19.3c22.9-13.8,29.7-17.5,31.7-17.5c2,0,8.6,3.7,30.8,17 c15.5,9.3,29,17.8,29.9,18.8l1.7,1.9v35.5v35.5L256,172c-1,1-14.4,9.4-29.9,18.8c-22,13.2-28.8,17-30.8,17 C193.3,207.8,186.3,203.9,163.5,190.2L163.5,190.2z M187.9,163.3v-23.5l-19.7-11.9c-10.8-6.5-19.9-12-20.2-12.1 c-0.4-0.2-0.6,10.4-0.5,23.5v23.9l19.7,11.8c10.8,6.5,19.9,11.8,20.2,11.8S187.9,176.2,187.9,163.3L187.9,163.3z M223.3,174.9 l19.7-11.8l0.2-23.8c0.1-13,0.1-23.8-0.1-23.8c-0.2,0-9.2,5.3-20.1,11.9l-19.7,11.8L203,163c-0.1,13.1-0.1,23.8,0.1,23.8 C203.4,186.8,212.4,181.4,223.3,174.9L223.3,174.9z M215.5,114.4c10.9-6.5,19.6-12.2,19.5-12.5c-0.1-0.4-9.1-6-20-12.6l-19.7-11.9 l-20.2,12.1c-11.1,6.7-20.2,12.3-20.2,12.5c0,0.5,40,24.6,40.5,24.4C195.6,126.3,204.6,120.9,215.5,114.4L215.5,114.4z M301.1,55.7 c-0.1-0.6-37-31.1-38.2-31.6c-0.8-0.2-1.1,30.8-0.2,31.6C263.3,56.5,301.1,56.4,301.1,55.7L301.1,55.7z M106.7,381.8 c-2-1.8-2.5-2.7-2.5-5.3c0-7.5,10.1-10.2,13.5-3.6c2,3.8,0.8,8.2-2.8,10C111.9,384.6,109.4,384.2,106.7,381.8L106.7,381.8z  M59.7,347.9c-8.8-3.4-15.8-13.5-15.8-22.8c0-3.6,0.3-4.5,2.2-6.4c4.6-4.6,11.2-1.7,12.4,5.3c1.1,6.9,4.7,10.4,10.7,10.4 c10.5,0,15.1-11.8,7.3-18.7c-1.4-1.3-3.8-2.5-5.4-2.7c-4.7-0.8-7-2-8.2-4.3c-2.5-4.8,0.7-10.1,6.6-10.9c8.5-1.1,12.8-7.5,10.1-14.8 c-2.8-7.4-11.3-9.3-17.3-4c-1.4,1.3-2.9,3.5-3.3,5.1c-1.8,6.6-8.6,8.6-13,3.8c-2-2.2-2.2-2.9-1.8-5.8c1-7.4,7-15.1,14.6-18.8 c3.6-1.7,5.2-2.1,10.6-2.1s7.1,0.3,10.9,2.1c14.9,7,19.7,26.2,9.7,39.3l-1.9,2.5l2.6,3.9c3.4,4.9,5.3,12.1,4.6,17.4 c-1.1,9.2-8.1,18.2-16.6,21.4C73.2,350,65.2,350,59.7,347.9L59.7,347.9z M116.4,347.6c-1.2-1.2-2.1-3.1-2.4-5 c-0.2-1.7-0.4-19.8-0.2-40.1l0.2-37l2.5-2.2l2.5-2.2h13c20.4,0,26.4,1.8,35,10.4c8.5,8.5,12.2,18.7,12.2,33.8 c0,10.1-1.3,15.7-5.3,24c-4.7,9.6-13.9,17.2-23.6,19.4c-1.8,0.4-9.8,0.8-17.6,0.8h-14.3L116.4,347.6z M151.2,332.4 c17.5-9.1,17.7-45.2,0.4-54.4c-2.6-1.4-4.6-1.6-13-1.9l-9.9-0.3v29.3v29.3h9.3C146.6,334.5,147.5,334.4,151.2,332.4L151.2,332.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Mod Euclid Probe<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div role=\"region tabpanel\" aria-labelledby=\"e-n-accordion-item-8971 e-n-tab-title-575382003\" id=\"e-n-tab-content-575382003\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\"elementor-element elementor-element-00f12eb e-con-full e-flex e-con e-child\" data-id=\"00f12eb\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a943dbd elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a943dbd\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.galex3d.tech\/wp-content\/uploads\/2025\/07\/Mod-Fan-4020-Radial.stp\" target=\"_blank\" download=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewbox=\"0 0 329.6 384\" style=\"enable-background:new 0 0 329.6 384;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#010202;}<\/style><path class=\"st0\" d=\"M19.7,382.6c-2.3-0.7-5.4-2-6.8-2.9c-4-2.5-8.7-8-10.9-12.7l-2-4.3v-57.4v-57.4l2.2-4.5 c2.8-5.7,7.8-10.7,13.6-13.6l4.5-2.2l20-0.2l20-0.2v-111V5.1l2.6-2.5L65.5,0l96.2,0.2L258,0.4l34.3,28.3 C311.2,44.3,327.2,58,328.1,59c1.6,1.9,1.6,2.2,1.6,151.5c0,101.2-0.2,150.1-0.8,151c-2,3.7-1.5,3.7-56,3.7H222l-1.9,3.4 c-2.8,5.2-7.7,9.9-13.3,12.5l-5.1,2.4l-29.5,0.2l-29.5,0.2l-2.6-2.6c-3.5-3.5-3.5-6.4-0.1-9.9l2.6-2.6h27.4 c17.6,0,28.2-0.3,29.5-0.8c3-1.1,6.2-4.3,7.9-7.8c1.3-2.9,1.4-6,1.4-54.4c0-35.2-0.2-52.3-0.8-54.4c-1.2-4.4-5.6-8.3-10.6-9.4 c-2.9-0.6-27.2-0.8-88.3-0.6l-84.4,0.2l-3.2,1.9c-1.9,1.1-4,3.1-5,4.9l-1.9,3.1l0.2,54.4l0.2,54.3l2.2,2.9c4.2,5.5,4.9,5.6,35.2,5.6 c28.6,0,30.1,0.2,32,3.7c1,1.9,1,5.8,0,7.6c-1.9,3.6-3.4,3.7-32.8,3.7C27.1,383.9,23.5,383.8,19.7,382.6L19.7,382.6z M314.6,210.4 V70.5h-31.1c-34.4,0-33.9,0.1-35.6-4.6c-0.5-1.5-0.8-11.2-0.8-26.6V15h-85.9H75.4l0.2,106l0.2,106l63.4,0.4l63.4,0.4l4.3,2 c8.5,4,14.6,12,16.3,21.2c0.5,2.9,0.8,20.9,0.8,51.9v47.5h45.4h45.4V210.4z M163.5,190.2c-17.6-10.6-29.5-18.2-30.1-19.3 c-1.4-2.6-1.4-70,0.1-72.5c0.6-1.1,11.8-8.3,30.1-19.3c22.9-13.8,29.7-17.5,31.7-17.5c2,0,8.6,3.7,30.8,17 c15.5,9.3,29,17.8,29.9,18.8l1.7,1.9v35.5v35.5L256,172c-1,1-14.4,9.4-29.9,18.8c-22,13.2-28.8,17-30.8,17 C193.3,207.8,186.3,203.9,163.5,190.2L163.5,190.2z M187.9,163.3v-23.5l-19.7-11.9c-10.8-6.5-19.9-12-20.2-12.1 c-0.4-0.2-0.6,10.4-0.5,23.5v23.9l19.7,11.8c10.8,6.5,19.9,11.8,20.2,11.8S187.9,176.2,187.9,163.3L187.9,163.3z M223.3,174.9 l19.7-11.8l0.2-23.8c0.1-13,0.1-23.8-0.1-23.8c-0.2,0-9.2,5.3-20.1,11.9l-19.7,11.8L203,163c-0.1,13.1-0.1,23.8,0.1,23.8 C203.4,186.8,212.4,181.4,223.3,174.9L223.3,174.9z M215.5,114.4c10.9-6.5,19.6-12.2,19.5-12.5c-0.1-0.4-9.1-6-20-12.6l-19.7-11.9 l-20.2,12.1c-11.1,6.7-20.2,12.3-20.2,12.5c0,0.5,40,24.6,40.5,24.4C195.6,126.3,204.6,120.9,215.5,114.4L215.5,114.4z M301.1,55.7 c-0.1-0.6-37-31.1-38.2-31.6c-0.8-0.2-1.1,30.8-0.2,31.6C263.3,56.5,301.1,56.4,301.1,55.7L301.1,55.7z M106.7,381.8 c-2-1.8-2.5-2.7-2.5-5.3c0-7.5,10.1-10.2,13.5-3.6c2,3.8,0.8,8.2-2.8,10C111.9,384.6,109.4,384.2,106.7,381.8L106.7,381.8z  M59.7,347.9c-8.8-3.4-15.8-13.5-15.8-22.8c0-3.6,0.3-4.5,2.2-6.4c4.6-4.6,11.2-1.7,12.4,5.3c1.1,6.9,4.7,10.4,10.7,10.4 c10.5,0,15.1-11.8,7.3-18.7c-1.4-1.3-3.8-2.5-5.4-2.7c-4.7-0.8-7-2-8.2-4.3c-2.5-4.8,0.7-10.1,6.6-10.9c8.5-1.1,12.8-7.5,10.1-14.8 c-2.8-7.4-11.3-9.3-17.3-4c-1.4,1.3-2.9,3.5-3.3,5.1c-1.8,6.6-8.6,8.6-13,3.8c-2-2.2-2.2-2.9-1.8-5.8c1-7.4,7-15.1,14.6-18.8 c3.6-1.7,5.2-2.1,10.6-2.1s7.1,0.3,10.9,2.1c14.9,7,19.7,26.2,9.7,39.3l-1.9,2.5l2.6,3.9c3.4,4.9,5.3,12.1,4.6,17.4 c-1.1,9.2-8.1,18.2-16.6,21.4C73.2,350,65.2,350,59.7,347.9L59.7,347.9z M116.4,347.6c-1.2-1.2-2.1-3.1-2.4-5 c-0.2-1.7-0.4-19.8-0.2-40.1l0.2-37l2.5-2.2l2.5-2.2h13c20.4,0,26.4,1.8,35,10.4c8.5,8.5,12.2,18.7,12.2,33.8 c0,10.1-1.3,15.7-5.3,24c-4.7,9.6-13.9,17.2-23.6,19.4c-1.8,0.4-9.8,0.8-17.6,0.8h-14.3L116.4,347.6z M151.2,332.4 c17.5-9.1,17.7-45.2,0.4-54.4c-2.6-1.4-4.6-1.6-13-1.9l-9.9-0.3v29.3v29.3h9.3C146.6,334.5,147.5,334.4,151.2,332.4L151.2,332.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Mod Fan 4020 Radial<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>AREA DOWNLOAD Manuali Manuale GH 3D File Prodotti Moduli Supporti Galex Hotend STEP Mod Cable Clamp Mod BLTouch Mod Fan 4020 Radial Mod Euclid Probe Mod Fan 4020 Radial Manuale GH Prodotti Moduli Supporti Galex Hotend STEP Mod Cable Clamp Mod BLTouch Mod Fan 4020 Radial Mod Euclid Probe Mod Fan 4020 Radial Galex Hotend [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9654","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.galex3d.tech\/en\/wp-json\/wp\/v2\/pages\/9654","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.galex3d.tech\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.galex3d.tech\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.galex3d.tech\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.galex3d.tech\/en\/wp-json\/wp\/v2\/comments?post=9654"}],"version-history":[{"count":0,"href":"https:\/\/www.galex3d.tech\/en\/wp-json\/wp\/v2\/pages\/9654\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.galex3d.tech\/en\/wp-json\/wp\/v2\/media?parent=9654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}