{"id":1821,"date":"2018-04-10T13:38:27","date_gmt":"2018-04-10T11:38:27","guid":{"rendered":"https:\/\/3dvoxel.dorothymagatz.it\/preventivo-online-stampa-3d\/"},"modified":"2026-05-26T14:35:58","modified_gmt":"2026-05-26T12:35:58","slug":"free-online-3d-print-quotation","status":"publish","type":"page","link":"https:\/\/3dvoxel.dorothymagatz.it\/en\/free-online-3d-print-quotation\/","title":{"rendered":"FREE ONLINE QUOTATION"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_custom_heading text=&#8221;FREE ONLINE QUOTATION&#8221; font_size=&#8221;45&#8243; tag=&#8221;h1&#8243;][\/vc_column][\/vc_row][vc_row][vc_column]<p>[vc_row container_width=\"boxed\" equal_height=\"yes\" css_animation=\"bounceInUp\" content_placement=\"middle\" background_type=\"image\" background_color=\"custom\" background_img_lazyload=\"1\" shift_y=\"0\" z_index=\"0\" background_custom_color=\"#fec866\" css=\".vc_custom_1779799385261{margin-top: 40px !important;margin-bottom: 20px !important;padding-top: 10px !important;padding-bottom: 10px !important;}\"][vc_column content_placement=\"middle\" shift_x=\"0\" shift_y=\"0\" z_index=\"0\"][vc_column_text]<\/p>\r\n<div style=\"text-align: center; width: 100%;\">\r\n<h3 style=\"font-size: 30px; display: inline-block; margin: 0px; text-align: center;\"><span style=\"color: #fff;\">TPA<\/span> PROMOTION! <span style=\"font-size: 24px; margin: 0px;\">FOR A LIMITED TIME, WE'RE OFFERING THE TPA AT AN EXCEPTIONAL PRICE!<br \/>\r\n<span style=\"color: #fff;\">TAKE ADVANTAGE OF THIS OFFER<\/span><\/span><\/h3>\r\n<\/div>\r\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\r\n[\/vc_column][\/vc_row][vc_row equal_height=&#8221;&#8221; shift_y=&#8221;0&#8243; z_index=&#8221;0&#8243;][vc_column][vc_column_text]<input type=\"hidden\" id=\"nonce\" value=\"08a8dbc53f\">\n\n<div class=\"row\">\n  <div class=\"col-sm-12\" ><div id=\"dm_model_info\" style=\"\">loading...<\/div><\/div>\n<\/div>\n\n   <script>\n    let  library_url = 'https:\/\/3dvoxel.dorothymagatz.it\/wp-content\/plugins\/stlplugin\/assets\/..\/js\/'\n    let stl_viewer = false\n    let uploadedFile = 0;\n    let debugStlPlugin = 0; \n\n\n      function load_prog(load_status, load_session)\n        {\n            var loaded=0;\n            var total=0;\n            \n            \/\/go over all models that are\/were loaded\n            Object.keys(load_status).forEach(function(model_id)\n            {\n                if (load_status[model_id].load_session==load_session) \/\/need to make sure we're on the last loading session (not counting previous loaded models)\n                {\n                    loaded+=load_status[model_id].loaded;\n                    total+=load_status[model_id].total;\n                    \n                    \/\/set the relevant model's progress bar\n                    document.getElementById(\"pb2\").value=load_status[model_id].loaded\/load_status[model_id].total;\n                    console.log(loaded + \" \" + total);\n                }\n            });\n            \n            \/\/set total progress bar\n            \/\/document.getElementById(\"pbtotal\").value=loaded\/total;\n        }    \n    \n\n\n\n\n\n\n    function dm_upload_new_model(elem){\n\n      \/\/ cancello l'upload se \u00e8 in corso\n\n      dm_cancel_upload();\n\n      uploadedFile = elem;\n      \n      if(stl_viewer){\n\n        if( typeof(ga) == \"function\"){\n               ga('send', 'event', 'DMevent', 'change_file');           \n        }else{\n               console.log(\"01.02 GA not defined\");\n        }\n\n            \n\n        }else{\n\n          if( debugStlPlugin == 0){\n\n            if( typeof(ga) == \"function\"){\n\n               ga('send', 'event', 'IVPreventivo', 'submit');\n            }else{\n               \/\/ console.log(\"01.02 GA not defined\");\n            }\n\n            if( typeof(fbq) == \"function\"){\n\n              fbq('trackCustom', 'IVPreventivo');\n\n\n            }else{\n              \/\/console.log(\"01.03 fbq not defined\");\n            }\n\n           \/\/ EVENTO PER MATOMO\n            if(typeof(_paq) == \"object\"){\n              _paq.push(['trackEvent', 'IVPREVENTIVO', 'SUBMIT', '---']);\n              \n              \/\/console.log(\"01.04 paq defined\");\n            }else{\n               console.log(\"01.04 paq not defined\");\n            }\n\n          };      \n\n          stl_viewer = new StlViewer (\n            document.getElementById(\"stl_viewer_zone\"),\n            {\n             allow_drag_and_drop: false,\n             auto_resize: true,\n              model_loaded_callback: dm_model_loaded,\n              on_model_mousedown: dm_model_click,\n              load_three_files: library_url, \/\/ TODO:\n              all_loaded_callback: dm_all_loaded,\n              loading_progress_callback: dm_loading_progress,\n              \/\/load_three_files: \"http:\/\/www.dorothymagatz.it\/wp-content\/plugins\/stlplugin\/js\/\", \n            });\n        }\n      dm_change_model(elem);\n    }\n\n    function dm_change_model(elem){\n\n      stl_viewer.remove_model(1);\n\n      stl_viewer.add_model({\n        local_file:elem[0],\n        id:1,\n        color: \"#ffc000\",\n        display: \"smooth\",                 \n        });\n    }\n\n    function dm_model_loaded(id){\n      \/\/stl_viewer.animate_model(id, {delta:{rotationy:2*Math.PI, msec:5000, loop:true}} );\n\n       info =  stl_viewer.get_model_info(id);\n\n       vm.reload_model(info);\n       \/\/ ottengo info dal modello       \n\n      \n    }\n    function dm_model_click(id){\n      \/\/stl_viewer.animate_model(1);\n    }\n\n    \n\n    function dm_all_loaded(){\n      jQuery('#modello_in_caricamento').hide();\n  \n    }\n\n    function dm_loading_progress(load_status, load_session){\n       jQuery('#modello_in_caricamento').show();\n\n\n    }\n\n\n        <\/script>\n\n\n[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_custom_heading text=&#8221;FREE ONLINE QUOTATION&#8221; font_size=&#8221;45&#8243; tag=&#8221;h1&#8243;][\/vc_column][\/vc_row][vc_row][vc_column][\/vc_column][\/vc_row][vc_row equal_height=&#8221;&#8221; shift_y=&#8221;0&#8243; z_index=&#8221;0&#8243;][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1821","page","type-page","status-publish","hentry","entry","clearfix","entry-grid","entry-columns-default","entry-page-module-layout-standard","no-post-thumbnail","entry-page","entry-page-grid"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>3DVoxel - Free and instant online quote for your 3d prints.<\/title>\n<meta name=\"description\" content=\"Upload your .stl model to get your free and instant online quote. No registration. Choose between PA12, polipropilene and TPA.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"3DVoxel - Free and instant online quote for your 3d prints.\" \/>\n<meta property=\"og:description\" content=\"Upload your .stl model to get your free and instant online quote. No registration. Choose between PA12, polipropilene and TPA.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/3dvoxel.dorothymagatz.it\/en\/free-online-3d-print-quotation\/\" \/>\n<meta property=\"og:site_name\" content=\"3DVoxel - Stampa 3D per produzione in serie\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-26T12:35:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/free-online-3d-print-quotation\\\/\",\"url\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/free-online-3d-print-quotation\\\/\",\"name\":\"3DVoxel - Free and instant online quote for your 3d prints.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/#website\"},\"datePublished\":\"2018-04-10T11:38:27+00:00\",\"dateModified\":\"2026-05-26T12:35:58+00:00\",\"description\":\"Upload your .stl model to get your free and instant online quote. No registration. Choose between PA12, polipropilene and TPA.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/free-online-3d-print-quotation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/free-online-3d-print-quotation\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/free-online-3d-print-quotation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FREE ONLINE QUOTATION\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/\",\"name\":\"3DVoxel - Stampa 3D per produzione in serie\",\"description\":\"Stampa 3D con tecnologia HP MJF - PA12 POLIPROPILENE TPA - per produzione in serie  e prototipazione\",\"publisher\":{\"@id\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/#organization\",\"name\":\"3DVoxel s.r.l. 3Dprinting\",\"url\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/3Dvoxel_loading.png\",\"contentUrl\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/3Dvoxel_loading.png\",\"width\":300,\"height\":92,\"caption\":\"3DVoxel s.r.l. 3Dprinting\"},\"image\":{\"@id\":\"https:\\\/\\\/3dvoxel.dorothymagatz.it\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"3DVoxel - Free and instant online quote for your 3d prints.","description":"Upload your .stl model to get your free and instant online quote. No registration. Choose between PA12, polipropilene and TPA.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"3DVoxel - Free and instant online quote for your 3d prints.","og_description":"Upload your .stl model to get your free and instant online quote. No registration. Choose between PA12, polipropilene and TPA.","og_url":"https:\/\/3dvoxel.dorothymagatz.it\/en\/free-online-3d-print-quotation\/","og_site_name":"3DVoxel - Stampa 3D per produzione in serie","article_modified_time":"2026-05-26T12:35:58+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/3dvoxel.dorothymagatz.it\/en\/free-online-3d-print-quotation\/","url":"https:\/\/3dvoxel.dorothymagatz.it\/en\/free-online-3d-print-quotation\/","name":"3DVoxel - Free and instant online quote for your 3d prints.","isPartOf":{"@id":"https:\/\/3dvoxel.dorothymagatz.it\/en\/#website"},"datePublished":"2018-04-10T11:38:27+00:00","dateModified":"2026-05-26T12:35:58+00:00","description":"Upload your .stl model to get your free and instant online quote. No registration. Choose between PA12, polipropilene and TPA.","breadcrumb":{"@id":"https:\/\/3dvoxel.dorothymagatz.it\/en\/free-online-3d-print-quotation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/3dvoxel.dorothymagatz.it\/en\/free-online-3d-print-quotation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/3dvoxel.dorothymagatz.it\/en\/free-online-3d-print-quotation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/3dvoxel.dorothymagatz.it\/en\/"},{"@type":"ListItem","position":2,"name":"FREE ONLINE QUOTATION"}]},{"@type":"WebSite","@id":"https:\/\/3dvoxel.dorothymagatz.it\/en\/#website","url":"https:\/\/3dvoxel.dorothymagatz.it\/en\/","name":"3DVoxel - Stampa 3D per produzione in serie","description":"Stampa 3D con tecnologia HP MJF - PA12 POLIPROPILENE TPA - per produzione in serie  e prototipazione","publisher":{"@id":"https:\/\/3dvoxel.dorothymagatz.it\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/3dvoxel.dorothymagatz.it\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/3dvoxel.dorothymagatz.it\/en\/#organization","name":"3DVoxel s.r.l. 3Dprinting","url":"https:\/\/3dvoxel.dorothymagatz.it\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/3dvoxel.dorothymagatz.it\/en\/#\/schema\/logo\/image\/","url":"https:\/\/3dvoxel.dorothymagatz.it\/wp-content\/uploads\/2018\/07\/3Dvoxel_loading.png","contentUrl":"https:\/\/3dvoxel.dorothymagatz.it\/wp-content\/uploads\/2018\/07\/3Dvoxel_loading.png","width":300,"height":92,"caption":"3DVoxel s.r.l. 3Dprinting"},"image":{"@id":"https:\/\/3dvoxel.dorothymagatz.it\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/3dvoxel.dorothymagatz.it\/en\/wp-json\/wp\/v2\/pages\/1821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/3dvoxel.dorothymagatz.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/3dvoxel.dorothymagatz.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/3dvoxel.dorothymagatz.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/3dvoxel.dorothymagatz.it\/en\/wp-json\/wp\/v2\/comments?post=1821"}],"version-history":[{"count":6,"href":"https:\/\/3dvoxel.dorothymagatz.it\/en\/wp-json\/wp\/v2\/pages\/1821\/revisions"}],"predecessor-version":[{"id":5378,"href":"https:\/\/3dvoxel.dorothymagatz.it\/en\/wp-json\/wp\/v2\/pages\/1821\/revisions\/5378"}],"wp:attachment":[{"href":"https:\/\/3dvoxel.dorothymagatz.it\/en\/wp-json\/wp\/v2\/media?parent=1821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}