Thanks to partnerships with leading 3D printer manufacturers for dental applications, supported 3D printer software integrates smoothly with exocad software solutions to enable a seamless and easy workflow—while still leaving the freedom of choice between many different manufacturing systems.
Note: Official exocad 3D printer presets are designed to support the latest version of exocad software systems. You can download any library with your exocad serial number and a valid email address. Download multiple libraries by adding them to your download list. You need a permanent exocad DentalCAD license with an active upgrade contract or an exocad DentalCAD/ChairsideCAD/exoplan Flex License.
| Dental 3D-printer partners | ||
|---|---|---|
| Filter by partner: | ||
|
Show all
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
3
|
||
| Filter by partner: | Show all A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 3 | |
|
Lilivis
Official website: https://www.ossvis.com Supported printer: Lilivis PRINT Technology highlights: LSA (Lilivis Smart Adaptive) system with automatic light calibration (95% light uniformity) and patented aspheric Fresnel lens design for uniform, high-speed curing. Printer details: Adaptive MSLA, 120 x 75 x 120 mm build size, 50 um pixel size (X/Y), 405 nm light source, 10 um ~ 200 um Z resolution, open material system, leveling-free build plate. Post-curing unit: Lilivis CURE with 395 nm UV LED, 280W LED output, and Ø150 x 100 mm chamber size. |
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
Formlabs
|
||
|
HeyGears
|
||
|
|
||
|
Kulzer GmbH
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
Phrozen 3D
|
||
|
|
||
|
Prodways
|
||
|
|
||
|
rapidshape
|
||
|
|
||
|
RD PRINTING s.r.l. | official exocad reseller
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
SprintRay
|
||
|
|
||
|
|
||
|
|
||
|
Way2Production GmbH
|
||
|
|
||
|
|
||
In this PDF you can read how different libraries are installed.
Simplify your 3D printing with exoprint – for greater convenience and usability.
exocad DentalCAD allows a seamless workflow with 3D printers. Our new exoprint tool provides a smooth transition from DentalCAD to 3D printers. The implementation of the interface between DentalCAD and your printing software requires minimal effort. The new exoprint tool provides a seamless workflow with 3D printers. Designs and associated information can be passed directly from DentalCAD to 3D printing software, using an open xml-based interface. Discover exoprint – the smartest way for your 3D printable file transfer.
exocad’s software solutions are distributed by a global network of trusted partners who also provide easy-to-access after-sales service like installations, training and technical support. For product support, offers or more information, please contact one of our partners.
Please note: ChairsideCAD and exoplan are certified as medical devices for distribution in selected countries only. For further details please contact your reseller.
")); var tmp = document.createElement('div'); tmp.innerHTML = responseBody; resultEmail = $(tmp).find('#result').text().trim(); //emailWrap; $('#user_provided_email').text(resultEmail); $('#libraries-download-form').hide(); $('#libraries-list-cart-wrap').hide(); $('#request-result-success').show(); successCallback(); } else { $('#libraries-download-form').removeClass('opacity-20'); $('#request-result-error').show(); } }; self2.bindForm = function () { $('#libraries-download-form').on('submit', function (e) { e.preventDefault(); var data = formElement.serialize() + '&' + additionalDataName + '=' + getAdditionalDataCallback(); var errorCallback = function () { }; requestDispatch(formElement, data, successCallback, errorCallback); }); }; self2.setupConditionalRequired = function () { //first var companynameInput = $('#companyName'); var companytypeWrap = $('#companytypeWrap'); var companyTypeselect = $('#companyType'); var otherInput = $('#companyTypeOther'); var otherInputWrap = $('#companyTypeOtherWrap'); var newsletterCheckbox = $('#newsletter'); var newsletterlangWrap = $('#newsletterLangWrap'); companytypeWrap.hide(); companynameInput.on('blur', function (e) { if ($(this).val()){ companytypeWrap.show(); companyTypeselect.prop('required',true); }else{ companytypeWrap.hide(); companyTypeselect.val(''); companyTypeselect.prop('required',false); otherInput.val(''); otherInputWrap.hide(); otherInput.prop('required',false); } }); //second otherInputWrap.hide(); companyTypeselect.on('change', function (e) { if ($(this).find(":selected").val() == "Other") { otherInputWrap.show(); otherInput.prop('required',true); }else{ otherInputWrap.hide(); otherInput.prop('required',false); } }); newsletterlangWrap.hide(); newsletterCheckbox.on('change', function (e) { if ($(this).is(":checked")){ newsletterlangWrap.show(); }else{ newsletterlangWrap.hide(); } }); } self2.init = function () { self2.bindForm(); self2.setupConditionalRequired(); return self2; }; return self2.init(); };