Tooling Equipment

  • LPM325.jpg

    Metallic 3D Printing

    Grand Dynasty Industrial(GDI) introduces metallic 3D printing equipment to achieve conformal cooling channel processing, significantly improving cooling efficiency and product quality.




    Advanced Tooling with Metal 3D Printing Technology

    GDI utilizes advanced metal 3D printing technology to enhance mold design and performance. Equipped with high-end systems from Sodick (Japan), we are able to produce molds with complex conformal cooling channels that are not achievable through conventional machining. This technology significantly improves cooling efficiency, reduces cycle times, and enhances overall part quality by minimizing warpage and shrinkage. It also contributes to lower energy consumption, supporting more sustainable and efficient production.





    METALLIC 3D PRINTING TECHNOLOGYKey Benefits

    Conformal Cooling Channels Breaking Traditional Limitations


    Advanced Sodick (Japan) metal 3D printing systems for high-precision tooling.
    Conformal cooling design for optimized thermal management.
    Improved cooling efficiency and shorter molding cycles.
    Reduced warpage, shrinkage, and defect rates.
    Enhanced product quality and higher production yield .




    Physical Display of In-house Printing Equipment and Conformal Cooling Channels



























    We deliver more than manufacturing by offering advanced tooling solutions that improve cooling performance, precision, and overall product quality. Our in-house metal 3D printing capability includes multiple systems (4 units), enabling flexible and efficient mold development.

    /* 內部樣式與 RWD 設定 */
    .gdi-img-card {
    width: calc(24% - 12px);
    min-width: 200px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s, border-color 0.3s;
    cursor: pointer;
    transform-style: preserve-3d;
    margin-bottom: 10px;
    }

    .gdi-img-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
    padding: 10px;
    pointer-events: none;
    }

    /* 響應式排版調整 */
    @media (max-width: 768px) {
    .gdi-img-card {
    width: calc(48% - 12px);
    }
    }

    @media (max-width: 480px) {
    .gdi-img-card {
    width: 100%;
    }
    }


    // --- 燈箱放大功能 ---
    function openGdiLightbox(src) {
    const lb = document.getElementById('gdi-lightbox');
    const lbImg = document.getElementById('lb-img');
    lbImg.src = src;
    lb.style.display = 'flex';
    }

    // --- 3D 視差傾斜邏輯 ---
    function gdi3D(e, el) {
    const rect = el.getBoundingClientRect();
    const x = e.clientX - rect.left;
    const y = e.clientY - rect.top;
    const centerX = rect.width / 2;
    const centerY = rect.height / 2;
    const rotateX = ((y - centerY) / centerY) * -15;
    const rotateY = ((x - centerX) / centerX) * 15;
    el.style.transform = "rotateX(" + rotateX + "deg) rotateY(" + rotateY + "deg) scale(1.05)";
    }

    // --- 懸停發光特效 ---
    function gdiHover(el, color) {
    el.style.boxShadow = '0 0 20px ' + color;
    el.style.borderColor = color;
    }

    // --- 重置效果 ---
    function gdiReset(el) {
    el.style.transform = "rotateX(0deg) rotateY(0deg) scale(1)";
    el.style.boxShadow = "0 2px 8px rgba(0,0,0,0.05)";
    el.style.borderColor = "#eee";
    }
    more
  • 雷射咬花機台.jpg

    Laser Texturing Machines

    Grand Dynasty Industrial(GDI) introduced top-tier laser texturing equipment to achieve digital 3D texture processing, replacing traditional chemical etching, and providing environmentally friendly, precise, and highly repeatable Tooling Equipment surface treatment services.




    5-Axis Laser Texturing Technology

    (Laser Texturing)





    Equipped with high-end systems from GF Machining Solutions (Switzerland), GDI utilizes advanced 5-axis laser texturing technology to create precise and consistent surface finishes on molds . Through fully digital control, complex 3D textures can be directly engraved onto tooling surfaces, achieving patterns that are not possible with traditional chemical etching. This technology ensures high consistency, superior surface quality, and greater design flexibility for demanding applications such as consumer electronics and automotive interiors.LASER TEXTURING TECHNOLOGY

    Key Benefits of Laser Texturing


    High-precision digital texturing with consistent surface quality.
    5-axis processing for seamless coverage on complex geometries.
    Customizable patterns to enhance product aesthetics and branding .
    Improved surface consistency for better visual and tactile quality.
    Environmentally friendly process with no chemical waste.




    Reduced Lead Time: Fully digital processing shortens tooling development and post-processing cycles.





















    This enables faster tooling development, consistent surface quality, and greater design flexibility for high-end applications.

    /* 內部樣式與 RWD 設定 */
    .gdi-img-card {
    width: calc(24% - 12px);
    min-width: 200px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s, border-color 0.3s;
    cursor: pointer;
    transform-style: preserve-3d;
    margin-bottom: 10px;
    }

    .gdi-img-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
    padding: 10px;
    pointer-events: none;
    }

    /* 響應式排版調整 */
    @media (max-width: 768px) {
    .gdi-img-card {
    width: calc(48% - 12px);
    }
    }

    @media (max-width: 480px) {
    .gdi-img-card {
    width: 100%;
    }
    }


    // --- 燈箱放大功能 ---
    function openGdiLightbox(src) {
    const lb = document.getElementById('gdi-lightbox');
    const lbImg = document.getElementById('lb-img');
    lbImg.src = src;
    lb.style.display = 'flex';
    }

    // --- 3D 視差傾斜邏輯 ---
    function gdi3D(e, el) {
    const rect = el.getBoundingClientRect();
    const x = e.clientX - rect.left;
    const y = e.clientY - rect.top;
    const centerX = rect.width / 2;
    const centerY = rect.height / 2;
    const rotateX = ((y - centerY) / centerY) * -15;
    const rotateY = ((x - centerX) / centerX) * 15;
    el.style.transform = "rotateX(" + rotateX + "deg) rotateY(" + rotateY + "deg) scale(1.05)";
    }

    // --- 懸停發光特效 ---
    function gdiHover(el, color) {
    el.style.boxShadow = '0 0 20px ' + color;
    el.style.borderColor = color;
    }

    // --- 重置效果 ---
    function gdiReset(el) {
    el.style.transform = "rotateX(0deg) rotateY(0deg) scale(1)";
    el.style.boxShadow = "0 2px 8px rgba(0,0,0,0.05)";
    el.style.borderColor = "#eee";
    }
    more
  • 磨床.jpg

    Benchwork Tools

    Grand Dynasty Industrial(GDI) possesses professional Tooling Equipment for benchwork assembly, combined with an experienced technical team specialized in precision mold fitting, assembly, and repair, ensuring the operational accuracy and long-term stability of every mold.




    Precision Benchwork & Die Spotting

    Precision benchwork and die spotting are critical to final mold performance. At GDI, our experienced technicians ensure accurate mold fitting, optimal surface finishing, and tight sealing performance.

    This process minimizes flash, improves part consistency, and ensures reliable production performance.





    Key Capabilities

    The Combination of Master Craftsmanship and Precision Equipment


    Precision surface grinding for accurate parting line control.
    Fine polishing for improved surface finish and appearance.
    Accurate die spotting for optimal mold fit and sealing performance.
    Reduced flash and improved product consistency.
    Specialized expertise for high-precision and LSR mold




    Benchwork Tools and Environment Showcase



    Surface Grinder



    Lathe



    Vertex SHCM-97VS



    This ensures stable mold performance, reduced defects, and consistent product quality across mass production.

    /* 內部樣式補強與 RWD */
    .gdi-img-card {
    width: calc(32% - 15px);
    min-width: 250px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: 0.4s ease;
    cursor: pointer;
    transform-style: preserve-3d;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    }

    .gdi-img-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    padding: 8px;
    pointer-events: none;
    }

    .card-text {
    padding: 10px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #004a99;
    text-align: center;
    background: #fff;
    margin-top: auto;
    }

    /* 懸停動態效果 */
    .gdi-img-card:hover {
    transform: scale(1.02);
    }

    /* 手機版排版切換 */
    @media (max-width: 768px) {
    .gdi-img-card {
    width: calc(48% - 10px);
    min-width: 200px;
    }
    }

    @media (max-width: 480px) {
    .gdi-img-card {
    width: 100%;
    }

    .gdi-img-card img {
    height: 200px;
    }
    }


    // --- 燈箱放大功能 ---
    function openGdiLightbox(src) {
    const lb = document.getElementById('gdi-lightbox');
    const lbImg = document.getElementById('lb-img');
    lbImg.src = src;
    lb.style.display = 'flex';
    }

    // --- 3D 視差傾斜邏輯 ---
    function gdi3D(e, el) {
    const rect = el.getBoundingClientRect();
    const x = e.clientX - rect.left;
    const y = e.clientY - rect.top;
    const centerX = rect.width / 2;
    const centerY = rect.height / 2;
    const rotateX = ((y - centerY) / centerY) * -12;
    const rotateY = ((x - centerX) / centerX) * 12;
    el.style.transform = "rotateX(" + rotateX + "deg) rotateY(" + rotateY + "deg) scale(1.03)";
    }

    // --- 懸停發光特效 ---
    function gdiHover(el, color) {
    el.style.boxShadow = '0 0 25px ' + color;
    el.style.borderColor = color;
    }

    // --- 重置效果 ---
    function gdiReset(el) {
    el.style.transform = "rotateX(0deg) rotateY(0deg) scale(1)";
    el.style.boxShadow = "0 4px 12px rgba(0,0,0,0.05)";
    el.style.borderColor = "#eee";
    }
    more
  • 放電機台AG60L.jpg

    EDM Machines

    Grand Dynasty Industrial(GDI) possesses precision Electrical Discharge Machining (EDM) equipment, specializing in microstructures and deep hole machining of molds, combined with highly stable control systems to ensure geometric accuracy and excellent surface roughness of precision molds.




    Tooling Equipment System: Precision EDM





    In the critical stages of mold manufacturing, Electrical Discharge Machining (EDM) is our core technology for achieving ultimate precision. Grand Dynasty Industrial (GDI) has introduced high-specification EDM Machines to overcome the limitations of traditional CNC milling, ensuring we meet the rigorous tolerance requirements of medical, electronic, and automotive components.PRECISION

    EDM TECHNOLOGY


    Core Advantages of EDM Machines
    The Best Solution for Microstructure Machining
    High-resolution discharge circuit achieves micron-level mirror finish effects.
    Provides stable and efficient erosion rates for various mold steels such as cemented carbide and stainless steel.
    Ultra-low electrode wear control technology ensures the bottom surface accuracy of deep hole machining.




    24/7 Lights-Out Manufacturing | Robotic EDM


    Optimized CAD/CAM Engineering Combined with CAD/CAM simultaneous engineering to accurately predict discharge gaps and shorten machining cycle times.

    Advanced Precision EDM Showcase Equipped with in-house high-specification EDM machinery to deliver ultimate precision and exhibit technical capabilities.


    /* 內部樣式與 RWD 設定 */
    .gdi-img-card {
    width: calc(24% - 12px);
    min-width: 150px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s, border-color 0.3s;
    cursor: pointer;
    transform-style: preserve-3d;
    margin-bottom: 10px;
    }

    .gdi-img-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    display: block;
    padding: 10px;
    pointer-events: none;
    }

    /* 響應式排版調整 */
    @media (max-width: 1024px) {
    .gdi-img-card {
    width: calc(32% - 12px);
    }
    }

    @media (max-width: 768px) {
    .gdi-img-card {
    width: calc(48% - 12px);
    }
    }

    @media (max-width: 480px) {
    .gdi-img-card {
    width: 100%;
    }
    }


    // --- 燈箱放大功能 ---
    function openGdiLightbox(src) {
    const lb = document.getElementById('gdi-lightbox');
    const lbImg = document.getElementById('lb-img');
    lbImg.src = src;
    lb.style.display = 'flex';
    }

    // --- 3D 視差傾斜邏輯 ---
    function gdi3D(e, el) {
    const rect = el.getBoundingClientRect();
    const x = e.clientX - rect.left;
    const y = e.clientY - rect.top;
    const centerX = rect.width / 2;
    const centerY = rect.height / 2;
    const rotateX = ((y - centerY) / centerY) * -15;
    const rotateY = ((x - centerX) / centerX) * 15;
    el.style.transform = "rotateX(" + rotateX + "deg) rotateY(" + rotateY + "deg) scale(1.05)";
    }

    // --- 懸停發光特效 ---
    function gdiHover(el, color) {
    el.style.boxShadow = '0 0 20px ' + color;
    el.style.borderColor = color;
    }

    // --- 重置效果 ---
    function gdiReset(el) {
    el.style.transform = "rotateX(0deg) rotateY(0deg) scale(1)";
    el.style.boxShadow = "0 2px 8px rgba(0,0,0,0.05)";
    el.style.borderColor = "#eee";
    }
    more
  • DMG-5.jpg

    CNC Machining

    Grand Dynasty Industrial(GDI) possesses advanced CNC processing equipment, specializing in precision mold development. Combining high-speed cutting technology and automated tool changing systems, we provide high-quality mold manufacturing solutions for global customers.




    High-Precision CNC Machining for Tooling

    Our CNC machining capabilities ensure high precision and consistency in mold manufacturing. Equipped with high-speed spindles and multi-axis systems, we are able to produce complex geometries with tight tolerances. Integrated with CAM technology and temperature-controlled environments, this enables stable machining quality and reliable mold performance.





    PRECISION MACHININGCNC Machining Capabilities

    Ultimate Precision and Efficiency


    High-speed spindle technology for fine surface finishing.
    Multi-axis machining for complex mold structures.
    Automated tool changing for improved efficiency and consistency.
    Temperature-controlled environment for stable precision.
    Reduced lead time with integrated CAM workflow




    In-house CNC Machining Equipment Showcase





    DMG-HSC 55 LINEAR (5-axis)





    CNC Machine TS50L





    CNC Machine UH430





    CNC Machine UH430 Sample 1





    CNC Machine UH430 Sample 2





    CNC Machine V33i 20,000 RPM





    CNC Machine V33i Sample





    CNC Machine V33i 30,000 RPM





    AWEA AF-1000





    Tongtai VP8





    AWEA AF-1020





    Gentiger GT86



    Spindle speeds up to 30,000 RPM enable high-precision machining. This allows us to deliver molds with consistent quality and reliable performance across various applications.

    /* 容器與通用設定 */
    .gdi-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: '微軟正黑體', sans-serif;
    background-color: #fcfcfc;
    color: #333;
    line-height: 1.8;
    }

    /* 燈箱樣式優化:解決巨大空白關鍵 */
    #gdi-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: zoom-out;
    }

    #lb-img {
    max-width: 90%;
    max-height: 90vh;
    /* 使用 vh 確保不超過視窗高度 */
    object-fit: contain;
    /* 防止變形 */
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    }

    .gdi-main-title {
    font-size: 2.4em;
    text-align: center;
    color: #004a99;
    margin-bottom: 30px;
    font-weight: bold;
    }

    .gdi-intro-text {
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: justify;
    }

    /* 特色區塊 Flex 佈局 */
    .gdi-feature-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
    }

    .gdi-feature-image {
    flex: 1;
    min-width: 300px;
    }

    .gdi-feature-image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    }

    .gdi-feature-content {
    flex: 1.2;
    min-width: 300px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .gdi-feature-title {
    font-size: 24px;
    font-weight: bold;
    color: #004a99;
    margin-bottom: 15px;
    }

    .gdi-label {
    display: block;
    font-size: 13px;
    color: #888;
    letter-spacing: 1.5px;
    }

    .gdi-feature-subtitle {
    font-weight: bold;
    color: #003366;
    border-left: 4px solid #004a99;
    padding-left: 15px;
    margin-bottom: 15px;
    }

    .gdi-feature-list {
    padding-left: 20px;
    list-style: decimal;
    }

    .gdi-feature-list li {
    margin-bottom: 10px;
    color: #444;
    }

    .gdi-section-title {
    text-align: center;
    font-size: 2em;
    color: #004a99;
    margin: 60px 0 30px;
    font-weight: bold;
    }

    /* 圖片網格系統:關鍵優化點 */
    .gdi-grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
    /* 統一管理間距 */
    justify-content: center;
    perspective: 1000px;
    }

    .gdi-img-card {
    width: calc(25% - 12px);
    /* 四欄佈局 */
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    }

    .gdi-img-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    /* 統一縮圖比例,不論原圖尺寸 */
    overflow: hidden;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .gdi-img-wrapper img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    /* 產品圖建議用 contain 完整呈現 */
    transition: transform 0.5s;
    }

    .gdi-img-caption {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    }

    .gdi-footer-note {
    background: #f0f0f0;
    border-left: 5px solid #004a99;
    padding: 25px;
    margin-top: 50px;
    border-radius: 0 10px 10px 0;
    }

    /* 響應式調整 */
    @media (max-width: 1024px) {
    .gdi-img-card {
    width: calc(33.33% - 10px);
    }
    }

    @media (max-width: 768px) {
    .gdi-img-card {
    width: calc(50% - 8px);
    }
    }

    @media (max-width: 480px) {
    .gdi-img-card {
    width: 100%;
    }
    }


    function openGdiLightbox(src) {
    const lb = document.getElementById('gdi-lightbox');
    const lbImg = document.getElementById('lb-img');
    lbImg.src = src;
    lb.style.display = 'flex';
    // 防止背景捲動
    document.body.style.overflow = 'hidden';
    lb.onclick = function () {
    this.style.display = 'none';
    document.body.style.overflow = 'auto';
    };
    }

    function gdi3D(e, el) {
    const rect = el.getBoundingClientRect();
    const x = e.clientX - rect.left;
    const y = e.clientY - rect.top;
    const rotateX = ((y - rect.height / 2) / (rect.height / 2)) * -10;
    const rotateY = ((x - rect.width / 2) / (rect.width / 2)) * 10;
    el.style.transform = `rotateX(${rotateX}deg) rotateY(${rotateY}deg) scale(1.03)`;
    }

    function gdiHover(el, color) {
    el.style.boxShadow = `0 10px 20px ${color}44`;
    el.style.borderColor = color;
    }

    function gdiReset(el) {
    el.style.transform = "rotateX(0deg) rotateY(0deg) scale(1)";
    el.style.boxShadow = "0 2px 8px rgba(0,0,0,0.05)";
    el.style.borderColor = "#eee";
    }
    more