3D printer integration

Find integrated 3D printer solutions and download the presets you need.

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.

3D Systems NextDent


Supported printer: 3D Systems NextDent 5100
Supported software: 3D Sprint

Ackuretta


Supported printers: SOL, DENTIQ, FreeShape 120
Supported software: Alpha AI

ASIGA


Supported printers: Pro 4K, Max 2, Max UV, ULTRA
Supported software: Composer 

AUTODESK


Supported software: Netfabb

Carbon


Supported printer: Carbon M-Series

Carima


Supported software: Carima Slicer V2 

Coherent


Supported printer: Coherent CREATOR
Supported software: Dental Cockpit

DEKEMA


Supported printer: trix™print
Supported software: trix™CAD/CAM

Desktop Health™


Supported printers: Einstein™, Einstein™ Pro XL
Supported software: Envision One RP

Dreve


Supported software: Dreve ElementS 

ETEC


Supported printers: D4K Pro, Envision One cDLM
Supported software: Envision One RP

Formlabs


Supported printers: Formlabs Form 2, Formlabs Form 3B, Formlabs Form 4B
Supported software: PreForm

FormWare


Supported software: Formware

HeyGears


Supported printers: UltraCraft A2D, UltraCraft A2D 4K, UltraCraft ChairSide, UltraCraft ChairSide Pro
Supported software: HeyGears Cloud
To activate the design transfer to HeyGears Cloud, install exocadHeyGearsPlugin.

Kulzer GmbH


Supported printer: cara Print 4.0 Pro,  cara Print Cube
Supported software: cara® Print CAM 2.0

Microlay


Supported printers: Microlay Versus, Microlay Eve PRO
Supported software: MicroForm

MiiCraft


Supported software: MiiCraft

Mogassam


Supported software: DentPrint

nexa3D


Supported printer: Nexa3D XiP
Supported software: NexaX

Origin®


Supported printer: Origin® One Dental

Photocentric®


Supported software: Photocentric Studio

Phrozen 3D


Supported printers: Phrozen Sonic, Phrozen Sonic 4K, Phrozen Sonic XL 4K
Supported software: Phrozen3D

Planmeca


Supported printer: Planmeca Creo® C5
Supported software: Planmeca Creo® C5 Studio

Prusa Research


Supported printer: PRUSA MEDICAL ONE
Supported software: PrusaSlicer

Ray

Supported printers: RAM600-M
Supported software: RayDENT Studio

SHERA


Supported printers: SHERAprint 20, SHERAprint 30

Sindoh


Supported software: Sindoh A1 Slicer

Sisma SpA


Supported printers: Everes UNO, Everes ZERO

SprintRay


Supported printer: SprintRay Pro S, SprintRay Pro 2, SprintRay Pro, SprintRay Midas
Supported software: SprintRay Cloud
To activate the design transfer to SprintRay Cloud, install SprintRay - Design Services Bridge.

Stratasys


Supported printer: J5 DentaJet

UNIZ


Supported printers: NBEE, SLASH 2 PLUS
Supported software: Uniz Dental software

Whip Mix


Supported printers: VeriEKO, ASIGA, VeriBuild
Supported software: ALPHA AI

ZAnGesa GmbH


Supported software: Hornet Studio



Instructions for installing libraries

In this PDF you can read how different libraries are installed.

How to Install Libraries (EN)

The easiest way from CAD to 3D printing

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.

How to purchase exocad software

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.

Find 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(); };