{"title":"Pet-GF Filament","description":"\u003cstyle\u003e\n  \/* Design Tokens *\/\n  :root {\n    --primary-color: #287ecb !important;\n    --accent-color: #db463e !important;\n    --text-main: #1a1a1a !important;\n    --text-muted: #475569 !important;\n    --bg-light: #f8fafc !important;\n    --white: #ffffff !important;\n    --border-color: #e2e8f0 !important;\n    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;\n    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;\n  }\n\n  \/* Scoped Container *\/\n  .collection-page-wrapper {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n    color: var(--text-main) !important;\n    line-height: 1.6 !important;\n    background: var(--white) !important;\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  .collection-page-wrapper * {\n    box-sizing: border-box !important;\n    -webkit-font-smoothing: antialiased !important;\n  }\n\n  \/* Content Layout *\/\n  .collection-page-wrapper .rte-container {\n    max-width: 850px !important;\n    margin: 0 auto !important;\n    padding: 40px 20px !important;\n  }\n\n  \/* Simplified Intro (No H1, No Borders) *\/\n  .collection-page-wrapper .intro-section {\n    margin-bottom: 50px !important;\n  }\n\n  .collection-page-wrapper .intro-section p {\n    font-size: 1.15rem !important;\n    line-height: 1.7 !important;\n    color: var(--text-muted) !important;\n    margin-bottom: 24px !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    border: none !important;\n  }\n\n  \/* Typography *\/\n  .collection-page-wrapper h2 {\n    font-size: 22px !important;\n    font-weight: 800 !important;\n    margin: 60px 0 30px 0 !important;\n    color: var(--text-main) !important;\n    display: flex !important;\n    align-items: center !important;\n    gap: 15px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.05em !important;\n  }\n\n  .collection-page-wrapper h2::after {\n    content: \"\" !important;\n    flex: 1 !important;\n    height: 1px !important;\n    background: var(--border-color) !important;\n  }\n\n  .collection-page-wrapper p {\n    margin-bottom: 24px !important;\n    font-size: 16px !important;\n    color: #334155 !important;\n  }\n\n  .collection-page-wrapper strong {\n    font-weight: 700 !important;\n    color: var(--accent-color) !important;\n  }\n\n  \/* NEAT CARDS (Redesigned Grid Items) *\/\n  .collection-page-wrapper ul {\n    list-style: none !important;\n    list-style-type: none !important;\n    padding: 0 !important;\n    margin: 30px 0 !important;\n    display: grid !important;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;\n    gap: 20px !important;\n  }\n\n  .collection-page-wrapper .rte-container ul li,\n  .collection-page-wrapper ul li {\n    list-style: none !important;\n    list-style-type: none !important;\n    position: relative !important;\n    padding: 24px !important;\n    background: var(--white) !important;\n    border: 1px solid var(--border-color) !important;\n    border-radius: 12px !important;\n    display: flex !important;\n    flex-direction: column !important;\n    align-items: flex-start !important;\n    margin: 0 !important;\n    text-indent: 0 !important;\n    box-shadow: var(--shadow-sm) !important;\n    transition: all 0.2s ease-in-out !important;\n    background-image: none !important;\n  }\n\n  .collection-page-wrapper ul li:hover {\n    transform: translateY(-4px) !important;\n    border-color: var(--primary-color) !important;\n    box-shadow: var(--shadow-md) !important;\n  }\n\n  \/* Card Header Style (Targets the bold text) *\/\n  .collection-page-wrapper ul li strong:first-of-type {\n    display: block !important;\n    font-size: 17px !important;\n    color: var(--primary-color) !important;\n    margin-bottom: 12px !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n  }\n\n  \/* Aggressive Bullet Removal (Shopify Fix) *\/\n  .collection-page-wrapper ul li::marker,\n  .collection-page-wrapper .rte-container ul li::before,\n  .collection-page-wrapper ul li::after {\n    content: none !important;\n    display: none !important;\n  }\n\n  \/* Links *\/\n  .collection-page-wrapper a {\n    color: var(--primary-color) !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease !important;\n    font-weight: 600 !important;\n    border-bottom: 1px solid transparent !important;\n  }\n\n  .collection-page-wrapper a:hover {\n    color: var(--accent-color) !important;\n    border-bottom-color: var(--accent-color) !important;\n  }\n\n  \/* Steps Section *\/\n  .collection-page-wrapper .steps-container {\n    counter-reset: step-counter !important;\n    margin: 40px 0 !important;\n  }\n\n  .collection-page-wrapper .step-item {\n    display: flex !important;\n    align-items: flex-start !important;\n    margin-bottom: 12px !important;\n    padding: 20px !important;\n    background: var(--bg-light) !important;\n    border-radius: 10px !important;\n    border: 1px solid var(--border-color) !important;\n  }\n\n  .collection-page-wrapper .step-item::before {\n    counter-increment: step-counter !important;\n    content: counter(step-counter) !important;\n    width: 28px !important;\n    height: 28px !important;\n    background: var(--primary-color) !important;\n    color: white !important;\n    border-radius: 6px !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    margin-right: 15px !important;\n    font-weight: 800 !important;\n    font-size: 13px !important;\n    flex-shrink: 0 !important;\n  }\n\n  \/* Quick Link Buttons *\/\n  .collection-page-wrapper .collection-grid {\n    display: grid !important;\n    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;\n    gap: 12px !important;\n    margin: 30px 0 !important;\n  }\n\n  .collection-page-wrapper .collection-grid a {\n    background: var(--white) !important;\n    border: 1.5px solid var(--border-color) !important;\n    padding: 16px !important;\n    border-radius: 10px !important;\n    text-align: center !important;\n    font-size: 14px !important;\n    color: var(--text-main) !important;\n    font-weight: 700 !important;\n    border-bottom: 1.5px solid var(--border-color) !important;\n  }\n\n  .collection-page-wrapper .collection-grid a:hover {\n    border-color: var(--primary-color) !important;\n    color: var(--primary-color) !important;\n    background: #f0f9ff !important;\n  }\n\n  \/* FAQ Styles *\/\n  .collection-page-wrapper details {\n    margin-bottom: 12px !important;\n    border: 1px solid var(--border-color) !important;\n    border-radius: 12px !important;\n    background: var(--white) !important;\n    overflow: hidden !important;\n  }\n\n  .collection-page-wrapper summary {\n    padding: 20px 24px !important;\n    font-weight: 700 !important;\n    cursor: pointer !important;\n    display: flex !important;\n    justify-content: space-between !important;\n    align-items: center !important;\n    color: var(--text-main) !important;\n    list-style: none !important;\n  }\n\n  .collection-page-wrapper summary::-webkit-details-marker { display: none !important; }\n  \n  .collection-page-wrapper summary::after {\n    content: \"+\" !important;\n    font-size: 22px !important;\n    color: var(--primary-color) !important;\n  }\n\n  .collection-page-wrapper details[open] summary::after {\n    content: \"\\2212\" !important;\n  }\n\n  .collection-page-wrapper .faq-answer {\n    padding: 0 24px 24px 24px !important;\n    font-size: 15px !important;\n    color: var(--text-muted) !important;\n  }\n\n  \/* Related Articles Area *\/\n  .collection-page-wrapper .related-articles-box {\n    margin-top: 60px !important;\n    background: var(--bg-light) !important;\n    padding: 40px !important;\n    border-radius: 16px !important;\n  }\n\n  .collection-page-wrapper .related-articles-box h3 {\n    font-size: 14px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.1em !important;\n    color: #64748b !important;\n    margin-bottom: 25px !important;\n    font-weight: 800 !important;\n  }\n\n  .collection-page-wrapper .related-articles-box ul {\n    grid-template-columns: 1fr !important;\n    gap: 10px !important;\n    margin: 0 !important;\n  }\n\n  .collection-page-wrapper .related-articles-box ul li {\n    padding: 15px 20px !important;\n    background: var(--white) !important;\n    flex-direction: row !important;\n    align-items: center !important;\n    gap: 12px !important;\n    box-shadow: none !important;\n  }\n\n  .collection-page-wrapper .related-articles-box ul li::before {\n    content: \"\\2192\" !important;\n    display: block !important;\n    color: var(--primary-color) !important;\n    font-weight: bold !important;\n  }\n\n  @media (max-width: 600px) {\n    .collection-page-wrapper .rte-container { padding: 30px 15px !important; }\n    .collection-page-wrapper h2 { font-size: 20px !important; }\n    .collection-page-wrapper ul { grid-template-columns: 1fr !important; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"collection-page-wrapper\"\u003e\n\u003cdiv class=\"rte-container\"\u003e\n\u003cdiv class=\"intro-section\"\u003e\n\u003cp\u003e\u003cstrong\u003ePET-GF filament \u003c\/strong\u003eis a glass fiber reinforced polyethylene terephthalate formulation that delivers significantly higher strength, stiffness, and thermal resistance than standard PETG. The 15% glass fiber content reduces warping, improves dimensional stability, and provides meaningful UV resistance for outdoor applications.\u003c\/p\u003e\n\u003cp\u003eSiraya Tech Fibreheart PET-GF is engineered for printers capable of reaching 300 degree Celsius nozzle temperatures, with print profiles available for Bambu Lab, Qidi Tech, and Creality systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhat Is PET-GF Filament?\u003c\/h2\u003e\n\u003cp\u003ePET-GF is polyethylene terephthalate glycol-modified and reinforced with 15% glass fibers. The glycol modification improves toughness and reduces brittleness compared to standard PET. The glass fiber reinforcement raises tensile strength, flexural modulus, and heat deflection temperature while reducing thermal expansion and warping during cooling.\u003c\/p\u003e\n\u003cp\u003eStandard PETG is easy to print and offers good toughness and chemical resistance, but it has limited thermal resistance and can deform under load at moderate temperatures. PET-GF handles higher service temperatures, maintains dimensional accuracy better across temperature cycles, and resists UV degradation that causes standard PETG to yellow and embrittle outdoors.\u003c\/p\u003e\n\u003cp\u003eThe trade-off is higher printing temperatures (300°C vs. 240-260°C for standard PETG) and the need for a hardened steel nozzle since glass fiber is abrasive. \u003ca href=\"https:\/\/siraya.tech\/products\/siraya-tech-fibreheart-pet-gf-3dprintingfilament\"\u003eView Fibreheart PET-GF specifications.\u003c\/a\u003e\u003c\/p\u003e\n\u003ch2\u003eTechnical Properties\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e15% Glass Fiber Reinforcement\u003c\/strong\u003e Significantly higher tensile strength and flexural modulus than standard PETG. The fiber content adds stiffness and reduces softening under load.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeat Deflection Temperature\u003c\/strong\u003e Higher than standard PETG. Annealing after printing can push HDT higher, making PET-GF suitable for parts that see elevated operating temperatures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLow Moisture Absorption\u003c\/strong\u003e PET-GF prints absorb less moisture than standard PETG, ensuring consistent quality across humid conditions and better shelf life.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUV Resistance\u003c\/strong\u003e The reinforced formulation resists UV degradation better than standard PETG, maintaining mechanical properties over time under sun exposure.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimensional Stability\u003c\/strong\u003e Glass fiber reduces thermal contraction, making PET-GF more predictable for large functional assemblies and reducing warping issues.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eApplications and Use Cases\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustrial Prototypes\u003c\/strong\u003e Produces parts that hold tight tolerances and resist deformation under mechanical load, behaving like production parts.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutdoor Equipment\u003c\/strong\u003e UV resistance and low moisture absorption make this practical for drone frames, sensor housings, and field equipment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutomotive Components\u003c\/strong\u003e Higher heat resistance allows PET-GF to perform better in elevated temperature environments than standard PETG.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRobotics\u003c\/strong\u003e The combination of strength, stiffness, and dimensional accuracy makes it reliable for structural brackets and enclosures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMarine Parts\u003c\/strong\u003e Low moisture absorption and UV resistance suit PET-GF for components on watercraft exposed to sunlight and water.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003ePrint Settings \u0026amp; Requirements\u003c\/h2\u003e\n\u003cdiv class=\"steps-container\"\u003e\n\u003cdiv class=\"step-item\"\u003ePrinter must reach 300°C nozzle temperature. Ensure your hotend is rated for sustained operation at this level.\u003c\/div\u003e\n\u003cdiv class=\"step-item\"\u003eUse a hardened steel nozzle. Glass fiber is abrasive and will wear through brass nozzles very quickly.\u003c\/div\u003e\n\u003cdiv class=\"step-item\"\u003eBuild plate temperature: 80°C. PEI build surfaces or PVP glue stick coating are highly recommended.\u003c\/div\u003e\n\u003cdiv class=\"step-item\"\u003eCooling fan: OFF for most prints. PET-GF benefits from slow controlled cooling to reduce internal stresses.\u003c\/div\u003e\n\u003cdiv class=\"step-item\"\u003ePrint speed: 30 to 120 mm\/s depending on part geometry and printer capability.\u003c\/div\u003e\n\u003cdiv class=\"step-item\"\u003eRaft separation distance: 0.08 to 0.12 mm. Adjust based on your specific printer model.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/siraya.tech\/pages\/print-settings-download\"\u003eDownload print profiles for Bambu Lab, Qidi Tech, and Creality.\u003c\/a\u003e\u003c\/p\u003e\n\u003ch2\u003eColor Options\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlat Dark Earth (FDE)\u003c\/strong\u003e Military-grade coating color, suited to outdoor gear and tactical equipment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOlive Green\u003c\/strong\u003e Field-appropriate color for agricultural, military, and outdoor applications.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWhite\u003c\/strong\u003e High visibility option for equipment that needs to be seen in the field or workplace.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlack\u003c\/strong\u003e Standard technical color for general-purpose industrial applications.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eStorage and Handling\u003c\/h2\u003e\n\u003cp\u003eWhile PET-GF prints have very low moisture absorption, the raw filament is still sensitive to humidity. Store unused filament in sealed packaging with desiccant. Keep filament in a dry box or dehumidified storage when not in use to extend its useful life.\u003c\/p\u003e\n\u003ch2\u003ePET-GF Comparisons\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eVs. PETG\u003c\/strong\u003e PET-GF is stronger, stiffer, and more heat resistant. Standard PETG is easier to print at lower temperatures and offers better layer adhesion for simple parts.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVs. ABS CF\u003c\/strong\u003e PET-GF prints at similar temperatures but absorbs less moisture. ABS CF requires an enclosure and is more prone to delamination if cooled too quickly.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVs. ASA GF\u003c\/strong\u003e Both offer UV resistance. PET-GF has lower moisture absorption, while ASA GF offers better surface finish and chemical resistance in some cases.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eShop Related Collections\u003c\/h2\u003e\n\u003cdiv class=\"collection-grid\"\u003e\n\u003ca href=\"https:\/\/siraya.tech\/collections\/petg-filament\"\u003ePETG Filament\u003c\/a\u003e \u003ca href=\"https:\/\/siraya.tech\/collections\/abs-cf-filament\"\u003eABS CF Filament\u003c\/a\u003e \u003ca href=\"https:\/\/siraya.tech\/collections\/asa-gf-filament\"\u003eASA GF Filament\u003c\/a\u003e \u003ca href=\"https:\/\/siraya.tech\/collections\/engineering-filament\"\u003eEngineering Filament\u003c\/a\u003e \u003ca href=\"https:\/\/siraya.tech\/collections\/high-heat-filament\"\u003eHigh Heat Filament\u003c\/a\u003e \u003ca href=\"https:\/\/siraya.tech\/collections\/3d-printer-filament\"\u003e3D Printer Filament\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"related-articles-box\"\u003e\n\u003ch3\u003eRelated Articles\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/siraya.tech\/blogs\/news\/draft-make-gears-and-drives-with-fast-mecha\"\u003eMake Gears and Drives with Fast Mecha\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/siraya.tech\/blogs\/news\/fast-mecha-white-by-kazuhisa-shoushin\"\u003eMaterial Property and Longevity Test\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/siraya.tech\/blogs\/news\/how-to-make-simple-clear-transparent\"\u003eClarity, Finish and Durability Tips\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/siraya.tech\/blogs\/news\/how-to-reduce-yellowing-in-a-print-especially-fast-white\"\u003eHow to Reduce Yellowing in a Print\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is the nozzle temperature for PET-GF?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eRecommended nozzle temperature is 300°C. This is higher than standard PETG and requires a hotend capable of sustaining this heat. Use a hardened steel nozzle to prevent abrasive wear.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan I use PET-GF on a Bambu Lab printer?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. Siraya Tech provides specific print profiles for Bambu Lab X1C and P1S systems. Hardened steel components are required for these machines when printing glass fiber.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs PET-GF UV resistant?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The glass fiber reinforced formulation offers significantly better UV resistance than standard PETG, making it suitable for functional outdoor parts.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eDoes PET-GF need to be dried before printing?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is highly recommended. While it absorbs less moisture than Nylon, consistent drying before and during long prints ensures better layer adhesion and cleaner extrusion.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"siraya-tech-fibreheart-pet-gf-3dprintingfilament","title":"Siraya Tech Fibreheart PET-GFフィラメント","description":"\u003cdiv class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e Siraya Tech PET-GF は、優れた強度、紫外線耐性、寸法安定性を備えた 15% ガラス繊維を含む高性能フィラメントで、屋外や産業用途に最適です。 \u003c\/div\u003e\n\n\u003cdiv class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e\n\n\u003cdiv class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e\u003cstrong\u003e主な特徴\u003c\/strong\u003e\u003c\/div\u003e\n\n\u003cul\u003e\n\n\u003cli class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e強化された強度: ガラス繊維が 15% 増加。 \u003c\/li\u003e\n\n\u003cli class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e UV耐性：屋外部品に最適です。 \u003c\/li\u003e\n\n\u003cli class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e低吸湿性：湿気の多い環境でも安定します。 \u003c\/li\u003e\n\n\u003cli class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e耐熱性の向上：アニーリングによりさらに向上します。 \u003c\/li\u003e\n\n\u003cli class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e寸法精度: 反り\/収縮が最小限。 \u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cdiv class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e\n\n\u003cdiv class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e \u003cstrong\u003ePET-GFの応用\u003c\/strong\u003e\n\u003c\/div\u003e\n\n\u003cul\u003e\n\n\u003cli class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e工業用プロトタイプ: 精密テスト部品。 \u003c\/li\u003e\n\n\u003cli class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003eアウトドア用品: 耐久性があり、紫外線に安定したツール。 \u003c\/li\u003e\n\n\u003cli class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003eドローン\/ロボット：軽量で丈夫な部品。 \u003c\/li\u003e\n\n\u003cli class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e自動車部品：耐熱部品。 \u003c\/li\u003e\n\n\u003cli class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e機械アセンブリ: 正確で安定した印刷。 \u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"HighlightSol HighlightSol--buildingBlock TypographyPresentation TypographyPresentation--medium RichText3-paragraph--withVSpacingNormal RichText3-paragraph\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"Siraya Tech","offers":[{"title":"私たち \/ 1kg \/ フラットダークアース","offer_id":41975417438317,"sku":"ST3016","price":31.84,"currency_code":"USD","in_stock":true},{"title":"私たち \/ 1kg \/ Olive Green","offer_id":43289555173485,"sku":"ST3022","price":34.29,"currency_code":"USD","in_stock":true},{"title":"私たち \/ 1kg \/ White","offer_id":43289575620717,"sku":"ST3027","price":28.41,"currency_code":"USD","in_stock":true},{"title":"私たち \/ 1kg \/ Black","offer_id":43821291372653,"sku":"ST3033","price":31.84,"currency_code":"USD","in_stock":true},{"title":"EU \/ 1kg \/ フラットダークアース","offer_id":42705164009581,"sku":"ST3016EU","price":35.09,"currency_code":"USD","in_stock":true},{"title":"EU \/ 1kg \/ Olive Green","offer_id":43289555206253,"sku":"ST3022EU","price":35.09,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0255\/7539\/1341\/files\/PET-GF_FED_main_pic-3.jpg?v=1740367613"}],"url":"https:\/\/siraya.tech\/ja\/collections\/pet-gf-filament.oembed","provider":"Siraya Tech","version":"1.0","type":"link"}