Third-Party Material Producers
The following producers of third-party materials for additive manufacturing (AM) contributed data and insight for use in Wohlers Report 2022. These makers of powders, filaments, photopolymers, and other types of materials are highly valued. For more information on AM materials, see Wohlers Report 2022, an annual worldwide report on the additive manufacturing and 3D printing state of the industry.
 |
Metal AM powder and printed parts, courtesy of Puris |
 |
Metal AM powder and printed parts, courtesy of Puris |
For additional information on the producers of third-party materials,
see Wohlers Report 2022,
a global report on the additive
manufacturing and 3D printing state of the industry.
');
//}
$(function() {
$('.js-nav-search').on('click', function(e) {
e.stopPropagation();
$('.js-nav-search-box').show();
$('.js-nav-search').parent().toggleClass('active');
$('.Nav__subMenu--search input.gsc-input').focus();
});
$('html').click(function() {
if ($('.js-nav-search-box').is(':visible')) {
$('.js-nav-search-box').hide();
}
});
$('.js-nav-search-box').click(function(e) {
e.stopPropagation();
});
});