ADVERTISEMENT

Filipino Firm: 3D printing, an untapped potential for businesses

Published Apr 5, 2022 02:01 pm

More Filipino creators have been buying 3D printers during this pandemic, a local distributor said, but businesses across industries should take notice of this technology too, where the only limit in prototyping an idea is one’s imagination.

3D printers

Makerlab Electronics, which has been selling 3D printers among other products since 2016, said it is now seeing online orders that come from Visayas and Mindanao, a welcome development since the demand used to be concentrated mainly in Metro Manila.

“Based on our sales, we are still growing. so we anticipate the increase in demand for our products and an increase in our offline and online store visitors as quarantine restrictions gradually ease in the country,” said Mike Jassen Sy, founder of the Filipino firm.

“According to our data from Lazada and Shopee, we have numerous orders from the Visayas and Mindanao region,” he said.

However, there still remains a lot of room for growth, said Sy. 3D printing — which adds layers to produce a tangible or three-dimensional prototype of a product — can be used by practically all industries in the Philippines, which will help them innovate faster.

While MakerLab sells its products to students and enthusiasts who are eager to learn more about robotics and programming, Sy said there is also a commercial advantage for a business to have its own 3D printer.

“The good thing about this is that it can be applied to all industries in different forms, said Sy, a mechanical engineer from De La Salle University. Among others, this could be applied to architecture, mechanical engineering, health and services, and even education.

3D printing

The global market for 3D printing activities had grown through the years, providing plenty of opportunities for businesses to take advantage of the technology. The global market is expected to rise from $5.8 billion in 2016 to $55.8 billion by 2027, an annual growth rate of 23 percent, according to US-based consultancy firm Smithers.

More hobbyists and home users own 3D printers, accounting for 233,000 printers in 2016 as opposed to 63,000 units owned by businesses, Smithers said. Nevertheless, the value the private sector gets from these printers is still much larger, representing $5.4 billion in 2016 versus $0.4 billion from home users.

Over time, 3D printers had become more affordable. In the past, Sy said entrepreneurs needed at least P200,000 in capital to start a 3D printing business. Now, one could buy a 3D printer from MakerLab at little over P10,000 through Shopee, Lazada, or its official website.

Sourcing plays a major role as to why Makerlab could provide the market with affordable but quality 3D printers and other electronic products. It gets most of its products from manufacturers in Shenzen, China, which is popularly known as the “Silicon Valley of China.” Otherwise, the price would almost be tripled, if sourced from anywhere else.

“Though 3D Printing is not that popular yet in the Philippines, we foresee its potential impact especially in the manufacturing industry. We expect more and more Filipinos will be more aware of 3D printing, since manufacturers now offer affordable 3D Printers with advanced features,” Sy said.

“And since we are also aiming for it, we will do our best to support future 3D printing enthusiasts through knowledge and service,” he said, adding that they are working on some video tutorials among other educational materials.

Besides 3D printers, Makerlab also offers low-priced microcontrollers, breakout boards, electrical enclosures, liquid-crystal displays, Raspberry Pi computers, prototyping, relays, sensors, soldering, and wireless technology.

Related Tags

Makerlab Electronics 3D printers
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.