Seleziona una pagina
Home / Digitale / Fresatura / Blocchetti e CAD/CAM a base di disilicato di litio – Amber Mill

Amber Mill

Blocchetti CAD/CAM
a base di disilicato di litio

Amber® Mill è un blocchetto di vetroceramica dentale fresabile a base di disilicato di litio. Le sue proprietà meccaniche rinforzate, l’elevata resa estetica e l’ottima lavorabilità rappresentano un grande vantaggio sia per i pazienti che per i professionisti.

Estetica duratura nel tempo

La struttura cristallina densa e reticolata di Amber® Mill determina proprietà fisiche eccellenti. La resistenza alla flessione biassiale di Amber® Mill è di 450MPa dopo la completa cristallizzazione.

Integrità dei bordi migliorata

L’eccezionale lavorabilità di Amber® Mill risulta chiaramente evidente osservando i margini dei restauri fresati.
I bordi altamente stabili e con una minore incidenza di scheggiature dimostrano che Amber® Mill è un blocchetto in disilicato di litio ottimizzato per la lavorazione CAD/CAM.

Indicazioni d’uso:

Inlay

Onlay

Faccette

Corona singola anteriore

Corona singola posteriore

Ponte a 3 elementi

* fino al secondo premolare

CONTATTACI PER INFORMAZIONI

Massima versatilità

4 livelli di traslucenza con un unico blocchetto Amber Mill

Gestione del livello di traslucenza desiderato tramite trattamento termico
consigliato da Amber® Mill

È possibile gestire la traslucenza in maniera personalizzata su un unico blocchetto Amber® Mill. È sufficiente scegliere il colore da utilizzare, di conseguenza selezionare la temperatura di trattamento termico in base alla traslucenza desiderata. In questo modo si migliora l’efficienza del processo di lavoro e la pianificazione delle forniture di blocchetti da fresatura CAD/CAM.

Linea di prodotti

Amber® Mill Dimensioni (mm) Pz. / Confezione
C12 10 x 12 x 15 5 blocchetti
C14 12 x 14 x 18
C32 14 x 14 x 32 3 blocchetti
C40 15 x 15 x 38
H9808 Ø98 x 8T 1 disco
H9810 Ø98 x 10T
H9812 Ø98 x 12T
H9814 Ø98 x 14T

Amber® Mill Dimensioni (mm) Pz. / Confezione
C12 10 x 12 x 15 5 blocchetti
C14 12 x 14 x 18
C32 14 x 14 x 32 3 blocchetti
C40 15 x 15 x 38
H9808 Ø98 x 8T 1 disco
H9810 Ø98 x 10T
H9812 Ø98 x 12T
H9814 Ø98 x 14T

CONSIGLIATO IN ABBINAMENTO A:
stampante 3d

LILIVIS MILL

CONTATTACI PER INFORMAZIONI

POTREBBE INTERESSARTI:

stampante 3d

AMBER PRESS

Vuoi saperne di più su Amber Mill?
Tutti i campi contrassegnati da asterisco (*) sono obbligatori.
Professione *
Dichiaro di aver letto e compreso l'informativa di cui all’art 13 D.lgs. 196/2003 e ex artt. 13-14 Reg.to UE 2016/679 e autorizzo il trattamento dei miei dati personali. *
Dichiaro inoltre di prestare il mio consenso al trattamento dei miei dati personali per ricevere materiale informativo e promozionale e per rimanere aggiornato sulle ultime novità. *
" + "

" + detail + "

" + ""; pc_confirmation.style.display = 'block'; var mp = document.querySelector('input[name="mp"]'); mp.value = '0'; } else { form.querySelector('._form-content').style.display = 'inline'; pc_confirmation.style.display = 'none'; } var hideButton = document.getElementById('hideButton'); // Add event listener to the button hideButton.addEventListener('click', function() { var submitButton = document.querySelector('#_form_574_submit'); submitButton.disabled = false; submitButton.classList.remove('processing'); var mp = document.querySelector('input[name="mp"]'); mp.value = '1'; const cacheBuster = new URL(window.location.href); cacheBuster.searchParams.set('v', new Date().getTime()); window.location.href = cacheBuster.toString(); }); const vgoAlias = typeof visitorGlobalObjectAlias === 'undefined' ? 'vgo' : visitorGlobalObjectAlias; var visitorObject = window[vgoAlias]; if (email && typeof visitorObject !== 'undefined') { visitorObject('setEmail', email); visitorObject('update'); } else if (typeof(trackcmp_url) != 'undefined' && trackcmp_url) { // Site tracking URL to use after inline form submission. _load_script(trackcmp_url); } if (typeof window._form_callback !== 'undefined') window._form_callback(id); }; window._load_script = function(url, callback, isSubmit) { var head = document.querySelector('head'), script = document.createElement('script'), r = false; var submitButton = document.querySelector('#_form_574_submit'); script.charset = 'utf-8'; script.src = url; if (callback) { script.onload = script.onreadystatechange = function() { if (!r && (!this.readyState || this.readyState == 'complete')) { r = true; callback(); } }; } script.onerror = function() { if (isSubmit) { if (script.src.length > 10000) { _show_error("574", "Invio non riuscito. Accorcia le risposte e riprova."); } else { _show_error("574", "Invio non riuscito. Riprova."); } submitButton.disabled = false; submitButton.classList.remove('processing'); } } head.appendChild(script); }; (function() { var iti; if (window.location.search.search("excludeform") !== -1) return false; var getCookie = function(name) { var match = document.cookie.match(new RegExp('(^|; )' + name + '=([^;]+)')); return match ? match[2] : null; } var setCookie = function(name, value) { var now = new Date(); var time = now.getTime(); var expireTime = time + 1000 * 60 * 60 * 24 * 365; now.setTime(expireTime); document.cookie = name + '=' + value + '; expires=' + now + ';path=/; Secure; SameSite=Lax;'; } var addEvent = function(element, event, func) { if (element.addEventListener) { element.addEventListener(event, func); } else { var oldFunc = element['on' + event]; element['on' + event] = function() { oldFunc.apply(this, arguments); func.apply(this, arguments); }; } } var _removed = false; var form_to_submit = document.getElementById('_form_574_'); var allInputs = form_to_submit.querySelectorAll('input, select, textarea'), tooltips = [], submitted = false; var getUrlParam = function(name) { if (name.toLowerCase() !== 'email') { var params = new URLSearchParams(window.location.search); return params.get(name) || false; } // email is a special case because a plus is valid in the email address var qString = window.location.search; if (!qString) { return false; } var parameters = qString.substr(1).split('&'); for (var i = 0; i ')); } } else if (elem.tagName == 'SELECT') { var selected = true; if (elem.multiple) { selected = false; for (var i = 0; i { if (key !== 'hideButton') { formData.append(key, value); } }); let request = { headers: { "Accept": "application/json" }, body: formData, method: "POST" }; let pageUrlParams = new URLSearchParams(window.location.search); if (pageUrlParams.has('t')) { request.headers.Authorization = 'Bearer ' + pageUrlParams.get('t'); } const response = await fetch('https://yenco.activehosted.com/proc.php?jsonp=true', request); return response.json(); } if (formSupportsPost) { submitForm().then((data) => { eval(data.js); }).catch(() => { _show_error("574", "Invio non riuscito. Riprova."); }); } else { _load_script('https://yenco.activehosted.com/proc.php?' + serialized + '&jsonp=true', null, true); } } return false; }; addEvent(form_to_submit, 'submit', form_submit); })();