<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog Archive - CR-3D</title>
	<atom:link href="https://www.cr3d.de/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cr3d.de/category/blog/</link>
	<description></description>
	<lastBuildDate>Tue, 09 Jun 2026 08:58:57 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.cr3d.de/wp-content/uploads/2020/12/favicon.ico</url>
	<title>Blog Archive - CR-3D</title>
	<link>https://www.cr3d.de/category/blog/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>CR-3D Industrial 3DPrinting Event 2026</title>
		<link>https://www.cr3d.de/blog/cr-3d-industrial-3dprinting-event-2026/</link>
					<comments>https://www.cr3d.de/blog/cr-3d-industrial-3dprinting-event-2026/#respond</comments>
		
		<dc:creator><![CDATA[Konstantin Korotkich]]></dc:creator>
		<pubDate>Tue, 09 Jun 2026 06:24:35 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[10 Jahre CR-3D]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[Industrial 3D-Printing]]></category>
		<category><![CDATA[Keynote]]></category>
		<category><![CDATA[Kleinserienfertigung]]></category>
		<category><![CDATA[MatriX]]></category>
		<category><![CDATA[SmartFab]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=37714</guid>

					<description><![CDATA[<p>Am 25. Juni 2026 öffnet CR-3D in Cham seine Türen – zum Industrial 3D-Printing Fachtreffen, und zu einem besonderen Anlass: dem 10-jährigen Bestehen des Unternehmens. Kein Jubiläumsbankett, sondern ein Arbeitstag mit Substanz.<br />
Mit Keynotes von Rheinmetall, dem Technologie Campus Cham und CR-3D selbst, Pitches aus Industrie und Forschung, Networking – und einer Weltpremiere: der SmartFAB MatriX, dem ersten vollautomatisierten System der neuen SmartFAB-Serie. Live vor Ort, zum ersten Mal überhaupt.</p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/cr-3d-industrial-3dprinting-event-2026/">CR-3D Industrial 3DPrinting Event 2026</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<style>
  :root {
    --blog-teal: #0d8c96;
    --blog-teal-light: rgba(13, 140, 150, 0.1);
    --blog-dark: #293133;
    --blog-white: #ffffff;
    --blog-text: #1a1a1a;
    --blog-muted: #555555;
    --blog-border: #e0e0e0;
  }

  .post-thumbnail { display: none !important; }
  .cr3d-blog * { box-sizing: border-box; margin: 0; padding: 0; }
  .cr3d-blog {
    font-family: 'Montserrat', sans-serif;
    background: var(--blog-white); color: var(--blog-text);
    font-size: 1.6rem; line-height: 1.75; -webkit-font-smoothing: antialiased;
  }

  /* HERO */
  .cr3d-hero { position: relative; width: 100%; height: 65vh; min-height: 440px; overflow: hidden; margin-bottom: 0; }
  .cr3d-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; filter: brightness(0.5); }
  .cr3d-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 20%, rgba(0,0,0,0.72) 100%); }
  .cr3d-hero-content { position: absolute; bottom: 0; left: 0; padding: 4.8rem 6.4rem; max-width: 860px; }
  .cr3d-tag { display: inline-block; background: var(--blog-teal); color: #fff; font-size: 1.152rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.48rem 1.28rem; margin-bottom: 1.6rem; }
  .cr3d-hero h1 { font-size: 4.16rem; font-weight: 800; line-height: 1.15; color: #fff; letter-spacing: -0.02em; margin-bottom: 1.6rem; }
  .cr3d-hero-meta { font-size: 1.36rem; color: rgba(255,255,255,0.75); display: flex; gap: 2.4rem; flex-wrap: wrap; }
  .cr3d-hero-meta .sep { color: var(--blog-teal); }

  /* EVENT DATE BADGE in hero */
  .cr3d-hero-date-badge {
    position: absolute; top: 3.2rem; right: 4rem;
    background: var(--blog-teal);
    color: #fff;
    padding: 1.2rem 2rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
  }
  .cr3d-hero-date-badge .badge-day { font-size: 3.2rem; display: block; line-height: 1; }
  .cr3d-hero-date-badge .badge-month { font-size: 1.28rem; letter-spacing: 0.1em; text-transform: uppercase; }
  .cr3d-hero-date-badge .badge-time { font-size: 1.1rem; color: rgba(255,255,255,0.8); margin-top: 0.4rem; display: block; font-weight: 500; }

  /* TAGS BAR */
  .cr3d-tags-bar { max-width: 1140px; margin: 0 auto; padding: 1.92rem 3.2rem; display: flex; align-items: center; justify-content: center; gap: 1.2rem; flex-wrap: wrap; border-bottom: 1px solid var(--blog-border); }
  .cr3d-tags-bar-label { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); white-space: nowrap; }
  .cr3d-tag-pill { font-size: 1.2rem; border: 1px solid var(--blog-border); color: var(--blog-muted); padding: 0.4rem 0.96rem; background: #f5f5f5; font-family: 'Montserrat', sans-serif; }

  /* LAYOUT */
  .cr3d-layout { max-width: 1140px; margin: 0 auto; padding: 4.8rem 3.2rem 8rem; display: grid; grid-template-columns: 1fr 280px; gap: 4rem; align-items: start; }

  /* ARTICLE */
  .cr3d-article p { font-size: 1.6rem; color: var(--blog-muted); margin-bottom: 2.4rem; line-height: 1.8; }
  .cr3d-article h2 { font-size: 2.56rem; font-weight: 800; color: var(--blog-text); margin: 4.8rem 0 1.92rem; padding-left: 1.76rem; border-left: 4px solid var(--blog-teal); line-height: 1.25; }
  .cr3d-article a { color: var(--blog-teal); text-decoration: none; border-bottom: 1px solid var(--blog-teal); }
  .cr3d-article a:hover { opacity: 0.75; }

  /* INTRO BOX */
  .cr3d-intro-box { background: var(--blog-teal-light); border-left: 4px solid var(--blog-teal); padding: 2.4rem 3.2rem; margin-bottom: 4rem; font-size: 1.68rem; font-weight: 500; color: var(--blog-text); line-height: 1.7; }

  /* IMAGES */
  .cr3d-img-full { width: 100%; margin: 3.2rem 0 0.64rem; background: transparent; }
  .cr3d-img-full img { width: 100%; height: 400px; object-fit: contain; display: block; }
  .cr3d-caption { font-size: 1.248rem; color: #bbb; text-align: right; margin-bottom: 3.2rem; font-style: italic; }

  /* SPEC CARDS */
  .cr3d-spec-cards-light { display: flex; flex-direction: column; gap: 1.6rem; margin: 0 0 2.4rem; }
  .cr3d-spec-card-light { background: var(--blog-teal-light); border-left: 4px solid var(--blog-teal); padding: 2.24rem 3.2rem; }
  .cr3d-spec-card-light h3 { font-size: 1.6rem; font-weight: 800; color: var(--blog-teal); margin-bottom: 0.8rem; letter-spacing: 0.01em; }
  .cr3d-spec-card-light p { font-size: 1.52rem; color: var(--blog-muted); margin-bottom: 0; line-height: 1.7; }
  .cr3d-spec-card-light strong { color: var(--blog-text); }

  /* ABLAUF / AGENDA TABLE */
  .cr3d-agenda {
    width: 100%; border-collapse: collapse; border-spacing: 0;
    margin: 2.4rem 0 3.2rem;
    font-size: 1.52rem;
    border: none;
  }
  .cr3d-agenda tr { border: none; border-bottom: 1px solid var(--blog-border); }
  .cr3d-agenda tr:last-child { border-bottom: none; }
  .cr3d-agenda td { padding: 1.4rem 1.6rem 1.4rem 0; vertical-align: top; line-height: 1.6; color: var(--blog-muted); border: none; background: none; }
  .cr3d-agenda td:first-child { font-weight: 700; color: var(--blog-teal); white-space: nowrap; padding-right: 2.4rem; min-width: 110px; }
  .cr3d-agenda td strong { color: var(--blog-text); }

  /* SPEAKER CARDS */
  .cr3d-speakers { display: flex; flex-direction: column; gap: 1.6rem; margin: 0 0 2.4rem; }
  .cr3d-speaker-card {
    border: 1px solid var(--blog-border);
    border-left: 4px solid var(--blog-teal);
    padding: 2rem 2.4rem;
    display: flex; gap: 1.6rem; align-items: flex-start;
  }
  .cr3d-speaker-card .speaker-org {
    font-size: 1.12rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: var(--blog-teal); margin-bottom: 0.4rem;
  }
  .cr3d-speaker-card .speaker-name {
    font-size: 1.6rem; font-weight: 800;
    color: var(--blog-text); margin-bottom: 0.64rem;
  }
  .cr3d-speaker-card .speaker-desc {
    font-size: 1.44rem; color: var(--blog-muted);
    line-height: 1.65; margin: 0;
  }

  /* PITCH PILLS */
  .cr3d-pitches-wrap { display: flex; flex-wrap: wrap; gap: 0.96rem; margin: 1.6rem 0 2.4rem; }
  .cr3d-pitch-pill {
    font-size: 1.3rem; font-weight: 600;
    border: 1.5px solid var(--blog-border);
    color: var(--blog-text);
    padding: 0.56rem 1.2rem;
    background: #fafafa;
    font-family: 'Montserrat', sans-serif;
  }

  /* DARK FEATURE BOX – SmartFAB MatriX */
  .cr3d-matrix-box {
    background: var(--blog-dark); color: #fff;
    margin: 3.2rem 0 2.4rem;
    padding: 4rem 4.8rem;
  }
  .cr3d-matrix-box .matrix-eyebrow {
    display: inline-block;
    border: 1.5px solid var(--blog-teal);
    color: var(--blog-teal);
    font-size: 1.8rem; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    padding: 0.48rem 0.5rem;
 
  }
  .cr3d-matrix-box h2 {
    font-size: 3.2rem; font-weight: 800;
    color: #fff; margin-bottom: 1.6rem;
    line-height: 1.15; border: none; padding: 0;
    letter-spacing: -0.01em;
  }
  .cr3d-matrix-box p {
    font-size: 1.52rem; color: rgba(255,255,255,0.75);
    line-height: 1.75; margin-bottom: 1.6rem;
  }
  .cr3d-matrix-box p:last-child { margin-bottom: 0; }
  .cr3d-matrix-box strong { color: var(--blog-teal); }

  /* CTA */
  .cr3d-cta { background: var(--blog-teal); padding: 4rem 6.4rem; text-align: center; margin-top: 1.6rem; }
  .cr3d-cta h2 { font-size: 2.88rem; font-weight: 800; color: #fff; margin-bottom: 1.6rem; border: none; border-left: none; padding: 0; margin-top: 0; }
  .cr3d-cta p { font-size: 1.6rem; color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto 3.2rem; line-height: 1.65; }
  .cr3d-btn { display: inline-block; background: #fff; color: var(--blog-teal); font-family: 'Montserrat', sans-serif; font-size: 1.44rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 1.44rem 4.8rem; border: none; border-radius: 6px; transition: background 0.2s, color 0.2s; }
  .cr3d-btn:hover { background: #293133; color: #fff; }

  /* SIDEBAR */
  .cr3d-sidebar { position: -webkit-sticky; position: sticky; top: 3.2rem; align-self: start; transition: transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1); will-change: transform; transform: translateZ(0); }
  .cr3d-sidebar-card { border: 1px solid var(--blog-border); padding: 1.8rem 2rem; margin-bottom: 1.6rem; }
  .cr3d-sidebar-card h4 { font-size: 1.072rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.2rem; padding-bottom: 0.96rem; border-bottom: 1px solid var(--blog-border); }
  .cr3d-toc { list-style: none; display: flex; flex-direction: column; gap: 0.72rem; }
  .cr3d-toc a { font-size: 1.3rem; color: var(--blog-muted); text-decoration: none; display: flex; gap: 0.8rem; align-items: flex-start; line-height: 1.4; }
  .cr3d-toc a::before { content: '›'; color: var(--blog-teal); flex-shrink: 0; }
  .cr3d-toc a:hover { color: var(--blog-teal); }

  .cr3d-event-box { background: var(--blog-dark); color: #fff; padding: 1.8rem 2rem; margin-bottom: 1.6rem; }
  .cr3d-event-box h4 { font-size: 1.072rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1rem; padding-bottom: 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .cr3d-event-box p { font-size: 1.3rem; color: rgba(255,255,255,0.9); line-height: 1.7; font-weight: 500; }
  .cr3d-event-box strong { color: #fff; font-weight: 800; }
  .cr3d-event-box .event-cta-link {
    display: block; margin-top: 1.4rem; text-align: center;
    background: var(--blog-teal); color: #fff;
    font-size: 1.2rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.08em;
    text-decoration: none; padding: 0.88rem 1.6rem;
    border-bottom: none;
    transition: background 0.2s;
  }
  .cr3d-event-box .event-cta-link:hover { background: #0a717a; }

  .cr3d-tags-wrap { display: flex; flex-wrap: wrap; gap: 0.8rem; }
  .cr3d-tags-label { font-size: 1.072rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); margin-bottom: 1rem; }

  /* MOBILE INFO BUTTON */
  .cr3d-mobile-info-btn { display: none; position: fixed; bottom: 2.4rem; left: 2.4rem; z-index: 200; width: 48px; height: 48px; border-radius: 50%; background: var(--blog-dark); border: 2px solid var(--blog-teal); cursor: pointer; align-items: center; justify-content: center; box-shadow: 0 2px 16px rgba(0,0,0,0.35); }

  /* MOBILE DRAWER */
  .cr3d-mobile-drawer { display: none; position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,0.45); }
  .cr3d-mobile-drawer.open { display: block; }
  .cr3d-mobile-drawer-inner { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: min(440px, calc(100% - 2rem)); max-height: 82vh; background: #fff; overflow-y: auto; padding: 2.4rem 2.4rem 4rem; border-radius: 16px 16px 0 0; font-family: 'Montserrat', sans-serif; color: var(--blog-text); box-shadow: 0 -4px 40px rgba(0,0,0,0.25); }
  .cr3d-drawer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.4rem; padding: 1.6rem 2.4rem; border-bottom: 1px solid var(--blog-border); position: sticky; top: -2.4rem; margin-top: -2.4rem; margin-left: -2.4rem; margin-right: -2.4rem; background: #fff; z-index: 10; box-shadow: 0 8px 0 #fff; }
  .cr3d-drawer-header span { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); }
  .cr3d-drawer-header button { background: none; border: none; font-size: 2rem; cursor: pointer; color: var(--blog-muted); line-height: 1; font-family: 'Montserrat', sans-serif; }
  .cr3d-drawer-event { background: var(--blog-dark); color: #fff; padding: 2.4rem; margin-bottom: 2rem; }
  .cr3d-drawer-event h4 { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .cr3d-drawer-event p { font-size: 1.408rem; color: rgba(255,255,255,0.75); line-height: 1.6; text-align: center; }
  .cr3d-drawer-event strong { color: #fff; }
  .cr3d-drawer-event .event-cta-link { display: inline-block; margin-top: 1.4rem; background: var(--blog-teal); color: #fff; font-size: 1.2rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none; padding: 0.72rem 1.6rem; border-bottom: none; }
  .cr3d-drawer-card { border: 1px solid var(--blog-border); padding: 2.4rem; margin-bottom: 2rem; }
  .cr3d-drawer-card h4 { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.6rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--blog-border); }
  .cr3d-drawer-tags { padding-top: 2rem; border-top: 1px solid var(--blog-border); }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .cr3d-layout { grid-template-columns: 1fr; padding: 3.2rem 2.4rem 6.4rem; }
    .cr3d-sidebar { display: none; }
    .cr3d-tags-bar { display: none; }
    .cr3d-mobile-info-btn { display: flex; }
    .cr3d-hero h1 { font-size: 2.72rem; }
    .cr3d-hero-content { padding: 3.2rem 2.4rem; }
    .cr3d-hero-date-badge { top: 1.6rem; right: 1.6rem; padding: 0.8rem 1.2rem; }
    .cr3d-hero-date-badge .badge-day { font-size: 2.4rem; }
    .cr3d-hero-date-badge .badge-month { font-size: 1rem; }
    .cr3d-cta { padding: 4.8rem 2.4rem; }
    .cr3d-cta h2 { font-size: 2.24rem; }
    .cr3d-matrix-box { padding: 2.4rem 2.4rem; }
    .cr3d-matrix-box h2 { font-size: 2.4rem; }
    .cr3d-agenda td:first-child { min-width: 80px; }
  }
</style>

<div class="cr3d-blog">

  <!-- HERO -->
  <div class="cr3d-hero">
<img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/06/blog_i3d26_1.jpg" alt="CR-3D Industrial 3D-Printing Event 2026">
    <div class="cr3d-hero-overlay"></div>
    <div class="cr3d-hero-date-badge">
      <span class="badge-day">25</span>
      <span class="badge-month">Juni 2026</span>
      <span class="badge-time">12:00 – 18:00 Uhr</span>
    </div>
    <div class="cr3d-hero-content">
      <span class="cr3d-tag">Event &amp; Community</span>
      <h1>Industrial 3D-Printing –<br>CR-3D Tech Day</h1>
      <div class="cr3d-hero-meta">
        <span>Juni 2026</span>
        <span class="sep">|</span>
        <span>CR-3D, Cham</span>
        <span class="sep">|</span>
        <span>8 Min. Lesezeit</span>
      </div>
    </div>
  </div>

  <!-- TAGS BAR -->
  <div class="cr3d-tags-bar">
    <span class="cr3d-tags-bar-label">Themen:</span>
    <span class="cr3d-tag-pill">Industrial 3D-Printing</span>
    <span class="cr3d-tag-pill">FDM Automatisierung</span>
    <span class="cr3d-tag-pill">SmartFAB</span>
    <span class="cr3d-tag-pill">MatriX</span>
    <span class="cr3d-tag-pill">Kleinserienfertigung</span>
    <span class="cr3d-tag-pill">10 Jahre CR-3D</span>
    <span class="cr3d-tag-pill">Event</span>
    <span class="cr3d-tag-pill">Keynote</span>
  </div>

  <!-- MAIN LAYOUT -->
  <div class="cr3d-layout">

    <article class="cr3d-article">

      <div class="cr3d-intro-box">
        Am <strong>25. Juni 2026</strong> öffnet CR-3D in Cham seine Türen für das <strong>Industrial 3D-Printing 2026</strong> – ein Event, das aus einem besonderen Anlass entsteht: dem 10-jährigen Bestehen von CR-3D. Kein Jubiläumsbankett, sondern ein Arbeitstag mit Substanz. Mit Keynotes, Pitches, Networking – und einer Weltpremiere.
      </div>

      <!-- FÖRDERLEISTE -->
      <div style="margin-bottom: 4rem; text-align: center;">
        <div style="font-size: 1.12rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blog-muted); margin-bottom: 1.6rem;">Gefördert &amp; unterstützt durch</div>
        <div style="display: flex; align-items: center; justify-content: center; gap: 3.2rem; flex-wrap: wrap;">
          <a href="https://www.klastrmechatronika.cz/de/"   rel="noopener" style="border: none; display: flex; align-items: center;" target="_blank" rel="noopener noreferrer">
            <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/06/blog_logo-klastrmechatronika.png" alt="Klastr Mechatronika" style="height: 36px; width: auto; display: block; opacity: 0.85;">
          </a>
          <a href="https://www.bezirk-oberpfalz.de/"   rel="noopener" style="border: none; display: flex; align-items: center;" target="_blank" rel="noopener noreferrer">
            <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/06/blog_logo-bezirk-oberpfalz.svg" alt="Bezirk Oberpfalz" style="height: 36px; width: auto; display: block; opacity: 0.85;">
          </a>
          <a href="https://www.stmf.bayern.de/"   rel="noopener" style="border: none; display: flex; align-items: center;" target="_blank" rel="noopener noreferrer">
            <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/06/blog_logo-stmf_wappen.png" alt="Bayerisches Staatsministerium der Finanzen und für Heimat" style="height: 36px; width: auto; display: block; opacity: 0.85;">
          </a>
        </div>
      </div>

      <!-- SECTION 1 -->
      <h2 id="section-10jahre">Zehn Jahre – und der Druck war erst der Anfang</h2>

      <p>Wer vor zehn Jahren im industriellen FDM-Druck tätig war, erinnert sich an eine Zeit, in der man froh war, wenn ein Prototyp halbwegs maßhaltig aus dem Drucker kam. Heute fertigen wir damit Bauteile, die in Militärsystemen, Serienprodukten und zertifizierten Lieferketten eingesetzt werden.</p>

      <p>Dieser Wandel ist kein Zufall. Er ist das Ergebnis von technischer Entwicklungsarbeit, neuen Materialien, industrietauglicher Software und einem fundamentalen Umdenken: weg vom „Was kann man damit drucken?&#8220; – hin zu „Was kann man damit produzieren?&#8220;</p>

      <p>Genau diesen Bogen wollen wir am 25. Juni gemeinsam ziehen. Mit Partnern und Vorreitern, die diesen Weg mitgegangen sind, und einem ehrlichen Blick darauf, wo die Reise als nächstes hingeht. Denn additive Fertigung bedeutet heute weit mehr als das eine oder andere Einzelteil oder einen Prototyp – es geht um vollständige Fertigungsprozessketten, automatisierte Serienfertigung und neue Materialklassen, die den klassischen Maschinenbau herausfordern.</p>

      <div class="cr3d-img-full">
        <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/06/blog_i3d26_3.jpg" alt="Industrial 3D-Printing 2023">
      </div>

      <!-- SECTION 2 -->
      <h2 id="section-ablauf">Was das Event ist – und für wen</h2>

      <p>Das Industrial 3D-Printing Event richtet sich an erfahrene Anwender, Wissenschaftler und alle, die FDM-Druck nicht als Spielzeug betrachten, sondern als echtes Fertigungswerkzeug. Im Mittelpunkt stehen drei Fragen: Wie weit ist Automatisierung heute schon realisierbar? Welche Materialien ermöglichen neue Anwendungsfelder? Und was braucht es, um vom Einzeldruck zur skalierbaren Kleinserienfertigung zu gelangen?</p>

      <div class="cr3d-spec-cards-light">
        <div class="cr3d-spec-card-light">
          <h3>Ort &amp; Zeit</h3>
          <p><strong>CR-3D, Saliterstraße 25, 93413 Cham</strong><br>25. Juni 2026, 12:00 – 18:00 Uhr<br><br>Parkplätze sind auf dem Gelände ausgewiesen. Die Veranstaltung findet auf Deutsch statt, mit tschechischer Simultanübersetzung.</p>
        </div>
      </div>

      <table class="cr3d-agenda">
        <tr>
          <td>Keynotes</td>
          <td><strong>Drei Expertenvorträge</strong> zu Automatisierung, industrieller Fertigung und Forschung</td>
        </tr>
        <tr>
          <td>Pitches</td>
          <td><strong>Kurzpräsentationen</strong> von Unternehmen und Forschungseinrichtungen aus der Branche</td>
        </tr>
        <tr>
          <td>Networking</td>
          <td>Fachgespräche den ganzen Tag – für den richtigen Rahmen sorgt ein <strong>Foodtruck</strong> vor Ort</td>
        </tr>
        <tr>
          <td>Innovation</td>
          <td><strong>Live-Premiere</strong> der SmartFAB MatriX – die Ära der SmartFAB beginnt</td>
        </tr>
      </table>

      <!-- SECTION 3 -->
      <h2 id="section-speaker">Die Sprecher</h2>

      <div class="cr3d-speakers">

        <div class="cr3d-speaker-card">
          <div style="flex:1;">
            <div class="speaker-org">CR-3D &amp; Automation.Express</div>
            <div class="speaker-name">Christian Reil &amp; Daniel Schöpf</div>
            <p class="speaker-desc">Automatisierung im industriellen FDM-Druck – und was die Kombination aus Hardware, Software und Prozess-Know-how heute schon leistet. Inklusive der Live-Präsentation der SmartFAB MatriX.</p>
          </div>
        </div>

        <div class="cr3d-speaker-card">
          <div style="flex:1;">
            <div class="speaker-org">Rheinmetall Landsysteme GmbH</div>
            <div class="speaker-name">Thomas R. Kerk</div>
            <p class="speaker-desc">Wie der Defence-Sektor additive Fertigung nicht mehr als Backup-Option betrachtet, sondern als strategischen Teil zertifizierter Lieferketten – von der Mobile Smart Factory bis zur Ersatzteilversorgung im Feld.</p>
          </div>
        </div>

        <div class="cr3d-speaker-card">
          <div style="flex:1;">
            <div class="speaker-org">Technologie Campus Cham</div>
            <div class="speaker-name">Prof. Matthias Hien</div>
            <p class="speaker-desc">Ein konkretes Forschungsprojekt aus der Praxis: Ein multifunktionaler Arbeitskopf integriert Normteile wie Muttern oder Magnete vollautomatisch während des FDM-Drucks ins Bauteil – ohne manuellen Eingriff, gesteuert über eine speziell entwickelte Slicing-Software.</p>
          </div>
        </div>

      </div>

      <p>Darüber hinaus präsentieren Unternehmen und Forschungseinrichtungen in kurzen Pitches ihre aktuellen Projekte und Lösungen aus der additiven Fertigung:</p>

      <div class="cr3d-pitches-wrap">
        <span class="cr3d-pitch-pill">Festool</span>
        <span class="cr3d-pitch-pill">Zollner AG</span>
        <span class="cr3d-pitch-pill">Tailorlux</span>
        <span class="cr3d-pitch-pill">cleverfloat</span>
        <span class="cr3d-pitch-pill">MaterialPinguin</span>
        <span class="cr3d-pitch-pill">OTH Regensburg</span>
        <span class="cr3d-pitch-pill">Bavaria Certification</span>
        <span class="cr3d-pitch-pill">BHTronik</span>
        <span class="cr3d-pitch-pill">HK Kunststofftechnik</span>
        <span class="cr3d-pitch-pill">The King of Copper</span>
        <span class="cr3d-pitch-pill">BluePrint3D Engineering</span>
        <span class="cr3d-pitch-pill">und weitere</span>
      </div>

      <!-- NEWSLETTER -->
      <div style="border: 1px solid var(--blog-border); padding: 2rem 2.4rem; margin: 3.2rem 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;">
        <p style="margin: 0; font-size: 1.44rem; color: var(--blog-muted); line-height: 1.6;">Updates zum Event und zur SmartFAB MatriX direkt ins Postfach?</p>
        <a href="https://newsletter.cr3d.de/"   rel="noopener" style="flex-shrink: 0; display: inline-block; background: transparent; color: var(--blog-teal); font-family: 'Montserrat', sans-serif; font-size: 1.3rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border: 1.5px solid var(--blog-teal); padding: 0.8rem 2rem; transition: background 0.2s, color 0.2s;" onmouseover="this.style.background='var(--blog-teal)';this.style.color='#fff'" onmouseout="this.style.background='transparent';this.style.color='var(--blog-teal)'" target="_blank" rel="noopener noreferrer">Newsletter</a>
      </div>

       <!-- SECTION 4 -->
      <h2 id="section-matrix">Unsere Keynote – und eine Weltpremiere</h2>
 
      <p>Den Abschluss unserer eigenen Keynote bildet etwas, das wir bislang noch nicht öffentlich gezeigt haben.</p>
 
      <p>Bei CR-3D war von Anfang an klar: Wer Industriestandards setzen will, muss jede Komponente selbst in der Hand halten. Drucker, Filamente – direkt aus Granulat extrudiert –, Software: alles aus einer Hand, alles aufeinander abgestimmt. Aber das war nie Selbstzweck. Hinter jeder Eigenentwicklung steckte von Beginn an ein Systemgedanke – die Überzeugung, dass einzelne Maschinen nur der Ausgangspunkt sind und echte Fertigungseffizienz erst dann entsteht, wenn Hardware, Material und Prozess nahtlos ineinandergreifen. Erste Ansätze zur Automatisierung waren daher nicht nachträglich ergänzt, sondern von Anfang an als Grundlage mitgedacht.</p>
 
      <p>Was über zehn Jahre konsequent aufgebaut wurde, wird jetzt auf ein neues Level gehoben.</p>
 
      <div class="cr3d-matrix-box">
        <span class="matrix-eyebrow">Weltpremiere · 25. Juni 2026</span>
        <h2>SmartFAB MatriX</h2>
        <p>Die SmartFAB MatriX ist das erste Modell der neuen SmartFAB-Serie: ein <strong>vollautomatisiertes System für den industriellen FDM-Druck und die skalierbare Kleinserienfertigung</strong>. Kein Konzept, kein Render – sondern live vor Ort.</p>
        <p>Die Ära der SmartFAB beginnt. Was das im Detail bedeutet, was es kann und was es in der Praxis verändert, erzählen wir am 25. Juni in Cham.</p>
      </div>

      <!-- CTA -->
      <div class="cr3d-cta">
        <h2>Jetzt anmelden und dabei sein</h2>
        <p>Das Event ist kostenlos, die Plätze sind begrenzt. Sichert euch euren Platz direkt über die Anmeldeseite.</p>
        <a href="https://eveeno.com/industrial3dprinting2026"  class="cr3d-btn"  rel="noopener" target="_blank" rel="noopener noreferrer">Zur Anmeldung</a>
      </div>

    </article>

    <!-- SIDEBAR (Desktop) -->
    <aside class="cr3d-sidebar">

      <div class="cr3d-event-box">
        <h4>Event</h4>
        <p>
          <strong>Industrial 3D-Printing</strong><br>
          CR-3D Tech Day 2026<br><br>
          <strong>25. Juni 2026</strong><br>
          12:00 – 18:00 Uhr<br><br>
          CR-3D<br>
          Saliterstraße 25<br>
          93413 Cham
        </p>
        <a href="https://eveeno.com/industrial3dprinting2026"  class="event-cta-link"  rel="noopener" target="_blank" rel="noopener noreferrer">Jetzt anmelden</a>
      </div>

      <div class="cr3d-sidebar-card">
        <h4>Inhalt</h4>
        <ul class="cr3d-toc">
          <li><a href="#section-10jahre">10 Jahre – und der Anfang</a></li>
          <li><a href="#section-ablauf">Ablauf &amp; Ort</a></li>
          <li><a href="#section-speaker">Keynotes &amp; Pitches</a></li>
          <li><a href="#section-matrix">SmartFAB MatriX Premiere</a></li>
        </ul>
      </div>

      <div class="cr3d-sidebar-card">
        <h4>Weiterführend</h4>
        <ul class="cr3d-toc">
          <li><a href="https://www.cr3d.de/blog/event-juni-2023-industrial3dprinting-in-der-cr-3d-factory/">Industrial 3D-Printing 2023</a></li>
          <li><a href="https://www.cr3d.de/blog/von-cham-zum-am-village-rheinmetall-cr-3d/">Von Cham zum AM Village</a></li>
          <li><a href="https://www.cr3d.de/blog/cr-3d-auf-der-formnext-2025/">CR-3D auf der Formnext 2025</a></li>
        </ul>
      </div>

    </aside>

  </div><!-- /.cr3d-layout -->

</div><!-- /.cr3d-blog -->

<!-- MOBILE: Info-Button -->
<button class="cr3d-mobile-info-btn" onclick="document.getElementById('cr3dDrawer').classList.add('open')" aria-label="Weitere Informationen">
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <circle cx="12" cy="12" r="10" stroke="#0d8c96" stroke-width="2"/>
    <circle cx="12" cy="8" r="1.2" fill="#0d8c96"/>
    <rect x="11" y="11" width="2" height="6" rx="1" fill="#0d8c96"/>
  </svg>
</button>

<!-- MOBILE: Drawer -->
<div class="cr3d-mobile-drawer" id="cr3dDrawer" onclick="if(event.target===this) this.classList.remove('open')">
  <div class="cr3d-mobile-drawer-inner">

    <div class="cr3d-drawer-header">
      <span>Info</span>
      <button onclick="document.getElementById('cr3dDrawer').classList.remove('open')" aria-label="Schließen">✕</button>
    </div>

    <div class="cr3d-drawer-event">
      <h4>Event</h4>
      <p>
        <strong>Industrial 3D-Printing</strong><br>
        CR-3D Tech Day 2026<br><br>
        <strong>25. Juni 2026</strong><br>
        12:00 – 18:00 Uhr<br><br>
        CR-3D · Saliterstraße 25 · 93413 Cham
      </p>
      <a href="https://eveeno.com/industrial3dprinting2026"  class="event-cta-link"  rel="noopener" target="_blank" rel="noopener noreferrer">Jetzt anmelden</a>
    </div>

    <div class="cr3d-drawer-card">
      <h4>Inhalt</h4>
      <ul class="cr3d-toc">
        <li><a href="#section-10jahre" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">10 Jahre – und der Anfang</a></li>
        <li><a href="#section-ablauf" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Ablauf &amp; Ort</a></li>
        <li><a href="#section-speaker" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Keynotes &amp; Pitches</a></li>
        <li><a href="#section-matrix" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">SmartFAB MatriX Premiere</a></li>
      </ul>
    </div>

    <div class="cr3d-drawer-card">
      <h4>Weiterführend</h4>
      <ul class="cr3d-toc">
        <li><a href="https://www.cr3d.de/blog/event-juni-2023-industrial3dprinting-in-der-cr-3d-factory/">Industrial 3D-Printing 2023</a></li>
        <li><a href="https://www.cr3d.de/blog/von-cham-zum-am-village-rheinmetall-cr-3d/">Von Cham zum AM Village</a></li>
        <li><a href="https://www.cr3d.de/blog/cr-3d-auf-der-formnext-2025/">CR-3D auf der Formnext 2025</a></li>
      </ul>
    </div>

    <div class="cr3d-drawer-tags">
      <div class="cr3d-tags-label">Themen</div>
      <div class="cr3d-tags-wrap">
        <span class="cr3d-tag-pill">Industrial 3D-Printing</span>
        <span class="cr3d-tag-pill">FDM Automatisierung</span>
        <span class="cr3d-tag-pill">SmartFAB</span>
        <span class="cr3d-tag-pill">MatriX</span>
        <span class="cr3d-tag-pill">Kleinserienfertigung</span>
        <span class="cr3d-tag-pill">10 Jahre CR-3D</span>
        <span class="cr3d-tag-pill">Event</span>
        <span class="cr3d-tag-pill">Keynote</span>
      </div>
    </div>

  </div>
</div>

<script>
(function() {
  var sidebar = document.querySelector('.cr3d-sidebar');
  if (!sidebar) return;

  var layout = document.querySelector('.cr3d-layout');
  var offsetTop = 32;
  var currentY = 0;
  var targetY = 0;
  var rafId = null;

  function computeTarget() {
    var layoutRect = layout.getBoundingClientRect();
    var sidebarHeight = sidebar.offsetHeight;
    if (sidebarHeight + offsetTop >= layout.offsetHeight) return 0;
    if (layoutRect.top > offsetTop) return 0;
    if (layoutRect.bottom - offsetTop >= sidebarHeight) return Math.abs(layoutRect.top) + offsetTop;
    return layout.offsetHeight - sidebarHeight;
  }

  function animate() {
    targetY = computeTarget();
    var diff = targetY - currentY;
    if (Math.abs(diff) < 0.5) {
      currentY = targetY;
      sidebar.style.transform = 'translateY(' + Math.round(currentY) + 'px) translateZ(0)';
      rafId = null;
      return;
    }
    currentY += diff * 0.08;
    sidebar.style.transform = 'translateY(' + Math.round(currentY) + 'px) translateZ(0)';
    rafId = requestAnimationFrame(animate);
  }

  window.addEventListener('scroll', function() {
    if (!rafId) rafId = requestAnimationFrame(animate);
  }, { passive: true });

  animate();
})();
</script>




<p>Der Beitrag <a href="https://www.cr3d.de/blog/cr-3d-industrial-3dprinting-event-2026/">CR-3D Industrial 3DPrinting Event 2026</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cr3d.de/blog/cr-3d-industrial-3dprinting-event-2026/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Shore-Härte verstehen: So findest du den passenden Flex-Grad für dein Bauteil</title>
		<link>https://www.cr3d.de/blog/shore-haerte-verstehen-so-findest-du-den-passenden-flex-grad-fuer-dein-bauteil/</link>
					<comments>https://www.cr3d.de/blog/shore-haerte-verstehen-so-findest-du-den-passenden-flex-grad-fuer-dein-bauteil/#respond</comments>
		
		<dc:creator><![CDATA[Konstantin Korotkich]]></dc:creator>
		<pubDate>Mon, 11 May 2026 12:41:52 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Additive Fertigung]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[Einsteiger]]></category>
		<category><![CDATA[Elastomere]]></category>
		<category><![CDATA[FDM]]></category>
		<category><![CDATA[Flexible Filamente]]></category>
		<category><![CDATA[Industrie]]></category>
		<category><![CDATA[Material-Guide]]></category>
		<category><![CDATA[Shore-Härte]]></category>
		<category><![CDATA[TPU]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=37446</guid>

					<description><![CDATA[<p>Wer Bauteile für den echten Einsatz konstruiert, weiß: „Flexibel" ist keine technische Eigenschaft. Die Shore-Härte definiert den Widerstand eines Kunststoffs gegen das Eindringen eines Prüfkörpers. Es gibt verschiedene Shore-Skalen: Shore A und Shore D sind für flexible Kunststoffe im 3D-Druck am wichtigsten. Unser weichstes Material TPU 85A ist extrem elastisch mit exzellentem Rückstellvermögen, während PA 12 Flex mit 65D–70D zäh und schlagzäh ist. Die richtige Shore-Härte entscheidet oft darüber, ob ein gedrucktes Bauteil im Einsatz funktioniert oder versagt.</p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/shore-haerte-verstehen-so-findest-du-den-passenden-flex-grad-fuer-dein-bauteil/">Shore-Härte verstehen: So findest du den passenden Flex-Grad für dein Bauteil</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<style>
  html { font-size: 62.5%; }
  :root {
    --blog-teal: #0d8c96;
    --blog-teal-highlight: #3acfd9;
    --blog-teal-light: rgba(13, 140, 150, 0.1);
    --blog-dark: #293133;
    --blog-white: #ffffff;
    --blog-text: #1a1a1a;
    --blog-muted: #555555;
    --blog-border: #e0e0e0;

      /* NEUE VARIABLEN FÜR SHORE-SKALA */
  --shore-fill-teal: #0d8c96;    /* A & D */
  --shore-fill-grey: #888888;    /* 00, 0, B, C */
  }

  .post-thumbnail { display: none !important; }
  .cr3d-blog * { box-sizing: border-box; margin: 0; padding: 0; }
  .cr3d-blog { font-family: 'Montserrat', sans-serif; background: var(--blog-white); color: var(--blog-text); font-size: 1.6rem; line-height: 1.75; -webkit-font-smoothing: antialiased; }

  /* HERO */
  .cr3d-hero { position: relative; width: 100%; height: 65vh; min-height: 440px; overflow: hidden; }
  .cr3d-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; display: block; filter: brightness(0.6); }
  .cr3d-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 20%, rgba(0,0,0,0.65) 100%); }
  .cr3d-hero-content { position: absolute; bottom: 0; left: 0; padding: 4.8rem 6.4rem; max-width: 820px; }
  .cr3d-tag { display: inline-block; background: var(--blog-teal); color: #fff; font-size: 1.152rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.48rem 1.28rem; margin-bottom: 1.6rem; }
  .cr3d-hero h1 { font-size: 4.48rem; font-weight: 800; line-height: 1.15; color: #fff; letter-spacing: -0.02em; margin-bottom: 1.6rem; }
  .cr3d-hero-meta { font-size: 1.36rem; color: rgba(255,255,255,0.75); display: flex; gap: 2.4rem; }
  .cr3d-hero-meta .sep { color: var(--blog-teal); }

  /* TAGS BAR */
  .cr3d-tags-bar { max-width: 1140px; margin: 0 auto; padding: 1.92rem 3.2rem; display: flex; align-items: center; justify-content: center; gap: 1.2rem; flex-wrap: wrap; border-bottom: 1px solid var(--blog-border); }
  .cr3d-tags-bar-label { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); white-space: nowrap; }
  .cr3d-tag-pill { font-size: 1.2rem; border: 1px solid var(--blog-border); color: var(--blog-muted); padding: 0.4rem 0.96rem; background: #f5f5f5; font-family: 'Montserrat', sans-serif; }

  /* LAYOUT */
  .cr3d-layout { max-width: 1140px; margin: 0 auto; padding: 4.8rem 3.2rem 8rem; display: grid; grid-template-columns: 1fr 280px; gap: 4rem; align-items: start; }

  /* ARTICLE */
  .cr3d-article p { font-size: 1.6rem; color: var(--blog-muted); margin-bottom: 2.4rem; line-height: 1.8; font-weight: 400; }
  .cr3d-article h2 { font-size: 2.56rem; font-weight: 800; color: var(--blog-text); margin: 4.8rem 0 1.92rem; padding-left: 1.76rem; border-left: 4px solid var(--blog-teal); line-height: 1.25; }
  .cr3d-group-title { font-size: 2.1rem; font-weight: 800; color: var(--blog-text); margin: 3.2rem 0 0; padding-left: 1.76rem; text-align: center; text-decoration: underline var(--blog-teal);}
  .cr3d-article a { color: var(--blog-teal); text-decoration: none; border-bottom: 1px solid var(--blog-teal); }
  .cr3d-article a:hover { opacity: 0.75; }

  /* INTRO BOX */
  .cr3d-intro-box { background: var(--blog-teal-light); border-left: 4px solid var(--blog-teal); padding: 2.4rem 3.2rem; margin-bottom: 4rem; font-size: 1.68rem; font-weight: 500; color: var(--blog-text); line-height: 1.7; }

  /* IMAGE */
  .cr3d-img-full { width: 100%; margin: 3.2rem 0; }
  .cr3d-img-full img { width: 100%; max-height: 600px; object-fit: contain; display: block; }
  .cr3d-img-full caption{ width:90%;}

  /* INFO BOX (Hardware) */
  .cr3d-info-box { background: #f2f2f2; border-left: 4px solid #ccc; padding: 2rem 2.4rem; margin: 1.6rem 0; display: flex; gap: 1.6rem; align-items: flex-start; }
  .cr3d-info-icon { flex-shrink: 0; margin-top: 0.1rem; }
  .cr3d-info-box h3 { font-size: 1.6rem; font-weight: 800; color: var(--blog-text); margin-bottom: 0.6rem; }
  .cr3d-info-box p { font-size: 1.44rem; color: #555; margin: 0; line-height: 1.7; }

    /* INFO BOX (Hardware neu) */
  .cr3d-info-box-dm { background: var(--blog-dark); padding: 2rem 2.4rem; margin: 1.6rem 0; display: flex; gap: 1.6rem; align-items: flex-start; border-top: 1px solid #fff }
  .cr3d-info-icon-dm { flex-shrink: 0; margin-top: 0.1rem; color: var(--blog-teal-highlight); }
  .cr3d-info-box-dm h3 { font-size: 1.6rem; font-weight: 800; color: var(--blog-teal-highlight); margin-bottom: 0.6rem; }
  .cr3d-info-box-dm p { font-size: 1.44rem; color: #fff; margin: 0; line-height: 1.7; }

  /* MATERIAL CARD – clean/weiß, kein farbiger Hintergrund */
  .cr3d-mat-card {
    background: #fff;
    border: 1px solid var(--blog-border);
    padding: 2.4rem 3.2rem;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 2.4rem;
    align-items: center;
    margin: 1.6rem 0;
  }
  .cr3d-mat-card-img { height: 130px; display: flex; align-items: center; justify-content: center; }
  .cr3d-mat-card-img img { width: 100%; height: 100%; object-fit: contain; }
  .cr3d-mat-card h4 { font-size: 1.6rem; font-weight: 800; color: var(--blog-text); margin-bottom: 0.6rem; }
  .cr3d-mat-card h4 a { color: inherit; border-bottom: none; text-decoration: underline; text-underline-offset: 3px; }
  .cr3d-mat-card p { font-size: 1.44rem; color: var(--blog-muted); margin: 0; line-height: 1.6; }
  @media (max-width: 700px) { .cr3d-mat-card { grid-template-columns: 1fr; } }

  /* ══════════════════════════════════════
     GROSSE GESAMT-SKALA
     Referenztabelle Shore-Umrechnung (normiert auf 0–100%):
     Shore D  = 0–100    → left:0%,  --fw:100%
     Shore C  = 0–93     → left:0%,  --fw:93%   (C und D beginnen gleich, C endet früher)
     Shore B  = 0–93     → left:0%,  --fw:93%
     Shore A  = 0→5 = D-Wert ~14, Ende ~96 = D-Wert ~96 → left:14%, --fw:82%
     Shore 0  = D≈20 bis D≈70  → left:20%, --fw:50%
     Shore 00 = D≈30 bis D≈65  → left:30%, --fw:35%

     Marker-Position auf Track:
       Abs.% = Wert/100 * Skalenbreite + Startoffset
       → left auf dem Track = (AbsPos% - StartOffset%) / --fw * 100%
       Aber da overflow:visible, setzen wir left direkt als % der Track-Breite
       unter Berücksichtigung, dass left%-Angaben relativ zum Track (nicht der Gesamtskala) sind.

     KORREKTE Berechnung:
       track_left = 14% (Shore A), track_width = 82%
       Für Wert v: abs_pos = 14 + v/100 * 82
       left auf Track = v/100 * 82 / 82 * 100 = v% (da Track bereits bei 14% startet)
       → Marker-left = v% (einfach direkt der Shore-A-Wert in %)

     Shore D (left:0, width:100%):
       Marker-left = d_value% (direkt)

     Grau-Marker = Referenzwerte (Beispiele aus der Skala), Teal = unsere Filamente
  ══════════════════════════════════════ */
  .cr3d-shore-full { background: #fdfdfd; border: 1px solid var(--blog-border); padding: 3.2rem 3.2rem 2.4rem; margin: 3.2rem 0 4rem; }
  .cr3d-shore-mini {margin: 3.2rem 0 4rem;}
  .cr3d-sf-header { display: flex; justify-content: space-between; font-size: 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blog-muted); margin-bottom: 1.6rem; }
  .cr3d-sf-arrow { height: 12px; background: linear-gradient(90deg, #d0d0d0, #383838); border-radius: 6px; position: relative; margin-bottom: 3.2rem; }
  .cr3d-sf-arrow::after { content: ''; position: absolute; right: -6px; top: -6px; border-left: 18px solid #383838; border-top: 12px solid transparent; border-bottom: 12px solid transparent; }

  .cr3d-sf-row { display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 1.6rem; margin-bottom: 1.6rem; }
  .cr3d-sf-lbl { font-size: 1.28rem; font-weight: 800; color: var(--blog-dark); }

  .cr3d-sf-track-wrap { position: relative; padding-bottom: 2.8rem; }
  .cr3d-sf-track { position: relative; height: 20px; background: #e8e8e8; border-radius: 3px; overflow: visible; }

.cr3d-sf-fill {
  position: absolute; top: 0; height: 100%;
  background: var(--shore-fill-teal); /* Standard = Teal */
  border-radius: 3px;
  width: 0;
  transition: width 2.4s cubic-bezier(0.08, 0.5, 0.3, 1);
}

.cr3d-sf-fill.grey {
  background: var(--shore-fill-grey); /* Grau für 00, 0, B, C */
}

  .anim-sf .cr3d-sf-fill { width: var(--fw); }

  .cr3d-sf-marker {
    position: absolute; top: -3px;
    width: 2px; height: calc(100% + 6px);
    opacity: 0; transition: opacity 0.5s ease;
  }
  .cr3d-sf-marker.grey { background: rgba(80,80,80,0.55); }
  .cr3d-sf-marker.teal { background: var(--blog-teal); }
  .anim-sf .cr3d-sf-marker { opacity: 1; }



  
  .cr3d-sf-mlabel {
    position: absolute; top: calc(100% + 7px);
    left: 50%; transform: translateX(-50%);
    font-size: 1.0rem; font-weight: 700;
    white-space: nowrap; text-align: center; line-height: 1.3;
  }
  
  .grey .cr3d-sf-mlabel { color: #555; }
  .teal .cr3d-sf-mlabel { color: var(--blog-teal); }

  /* ══════════════════════════════════════
     MINI DUAL-SKALA
     Shore A: left=0, Track-Breite = 100% der Hull → Wert v → left = v%
     Shore D: Track beginnt bei 17% der Hull-Breite (korrekte Relation: Shore D = Shore A - 17)
              Track-Breite = 83% der Hull → Wert d → left = 17% + (d/100)*83%

     Vertikale gestrichelte Teal-Linie: nur kurze Stubs (8px) an Track-Kanten nach oben/unten
     zu den Filament-Karten. Keine lange Linie durch die gesamte Card.

     Verbindungslinie A→D: kurze gestrichelte graue Linie
  ══════════════════════════════════════ */
  .cr3d-mini-outer {
    background: #f8f8f8;
    border-left: 4px solid #d0d0d0;
    padding: 0.1rem 3.2rem 1.2rem;
    position: relative;
    margin: 1.6rem 0;
  }
    .cr3d-mini-outer2 {
    background: var(--blog-teal-light);
    border-left: 4px solid var(--blog-teal);
    padding: 0.1rem 3.2rem 1.2rem;
    position: relative;
    margin: 1.6rem 0;
  }

  .cr3d-mini-row { display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 1.6rem; margin-bottom: 1.6rem; }
  .cr3d-mini-lbl { font-size: 1.2rem; font-weight: 800; color: var(--blog-dark); }

  .cr3d-mini-track-hull { position: relative; width: 100%; height: 16px; }
  .cr3d-mini-track-bg { position: absolute; top: 0; height: 100%; background: #e0e0e0; border-radius: 3px; }
  .cr3d-mini-track-fill {
    position: absolute; top: 0; height: 100%;
    background: var(--blog-teal); border-radius: 3px;
    width: 0; transition: width 2.2s cubic-bezier(0.08, 0.5, 0.3, 1);
  }
  .anim-mini .cr3d-mini-track-fill { width: var(--fw); }

  .cr3d-mini-svg { position: absolute; top: 0; left: 0; pointer-events: none; overflow: visible; }

  .cr3d-mini-lbl-row { position: relative; height: 2.4rem; margin-top: 0.4rem; }
  .cr3d-mini-tag {
    position: absolute; transform: translateX(-50%);
    font-size: 1.0rem; font-weight: 700;
    color: #fff; background: var(--blog-dark);
    padding: 2px 7px; border-radius: 2px;
    white-space: nowrap; opacity: 0; transition: opacity 0.4s ease;
  }
  .anim-mini .cr3d-mini-tag { opacity: 1; }

  /* FOCUS CARDS – weiß, kein dunkler Block */
  .cr3d-focus-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 3.2rem; margin: 3.2rem 0; }
  .cr3d-focus-card {
    background: #fff;
    border: 1px solid var(--blog-border);
    padding: 2.4rem 3.2rem;
  }
  .cr3d-focus-title {
    font-size: 1.28rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--blog-teal);
    margin-bottom: 1.6rem; padding-bottom: 1.2rem;
    border-bottom: 2px solid var(--blog-border);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: var(--blog-teal);
  }
  .cr3d-focus-row { margin-bottom: 1.6rem; padding-bottom: 1.6rem; border-bottom: 1px solid var(--blog-border); }
  .cr3d-focus-row:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
  .cr3d-focus-lbl { font-size: 1.07rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blog-muted); margin-bottom: 0.5rem; }
  .cr3d-focus-val { font-size: 1.52rem; color: var(--blog-text); font-weight: 600; line-height: 1.5; }
  .cr3d-focus-val.highlight { color: var(--blog-teal); font-size: 1.7rem; font-weight: 800; }
  @media (max-width: 900px) { .cr3d-focus-wrap { grid-template-columns: 1fr; } }

  /* CTA */
  .cr3d-cta { background: var(--blog-teal); padding: 4rem 6.4rem; text-align: center; margin-top: 1.6rem; }
  .cr3d-cta h2 { font-size: 2.88rem; font-weight: 800; color: #fff; margin-bottom: 1.6rem; border: none; border-left: none; padding: 0; margin-top: 0; }
  .cr3d-cta p { font-size: 1.6rem; color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto 3.2rem; line-height: 1.65; }
  .cr3d-btn { display: inline-block; background: #fff; color: var(--blog-teal); font-family: 'Montserrat', sans-serif; font-size: 1.44rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 1.44rem 4.8rem; border: none; border-radius: 6px; transition: background 0.2s, color 0.2s; }
  .cr3d-btn:hover { background: #293133; color: #fff; }

  /* OUTRO */
  .cr3d-outro { background: var(--blog-teal-light); border-left: 4px solid var(--blog-teal); padding: 2.4rem 3.2rem; margin: 4rem 0 0; }
  .cr3d-outro h3 { font-size: 1.92rem; font-weight: 800; color: var(--blog-text); margin-bottom: 0.8rem; }
  .cr3d-outro p { font-size: 1.52rem; color: var(--blog-muted); margin-bottom: 1.6rem; line-height: 1.7; }
  .cr3d-btn-outline { display: inline-block; background: transparent; color: var(--blog-teal); font-family: 'Montserrat', sans-serif; font-size: 1.28rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 1rem 2.4rem; border: 2px solid var(--blog-teal); border-radius: 6px; transition: background 0.2s, color 0.2s; }
  .cr3d-btn-outline:hover { background: var(--blog-teal); color: #fff; }

  /* SIDEBAR */
  .cr3d-sidebar { position: sticky; top: 3.2rem; align-self: start; will-change: transform; }
  .cr3d-sidebar-card { border: 1px solid var(--blog-border); padding: 1.8rem 2rem; margin-bottom: 1.6rem; }
  .cr3d-sidebar-card h4 { font-size: 1.072rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.2rem; padding-bottom: 0.96rem; border-bottom: 1px solid var(--blog-border); }
  .cr3d-toc { list-style: none; display: flex; flex-direction: column; gap: 0.72rem; }
  .cr3d-toc a { font-size: 1.3rem; color: var(--blog-muted); text-decoration: none; display: flex; gap: 0.8rem; align-items: flex-start; line-height: 1.4; border-bottom: none; }
  .cr3d-toc a::before { content: '›'; color: var(--blog-teal); flex-shrink: 0; }
  .cr3d-toc a:hover { color: var(--blog-teal); }
  .cr3d-event-box { background: var(--blog-dark); color: #fff; padding: 1.8rem 2rem; margin-bottom: 1.6rem; }
  .cr3d-event-box h4 { font-size: 1.2rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1rem; }
  .cr3d-event-box p { font-size: 1.3rem; color: rgba(255,255,255,0.75); line-height: 1.6; }
  .cr3d-event-box strong { color: #fff; }
  .cr3d-tags-wrap { display: flex; flex-wrap: wrap; gap: 0.8rem; }
  .cr3d-tags-label { font-size: 1.072rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); margin-bottom: 1rem; display: block; }


  /* PROMO BOX */
  .cr3d-promo-box { background: var(--blog-teal); padding: 2rem; margin-bottom: 1.6rem; text-align: center; }
  .cr3d-promo-box h4 { font-size: 1.36rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: #fff; margin-bottom: 1rem; padding-bottom: 0.96rem; border-bottom: 1px solid rgba(255,255,255,0.3); text-align: left; }
  .cr3d-promo-code { font-size: 2rem; font-weight: 900; color: var(--blog-teal); letter-spacing: 0.08em; background: #fff; border: none; padding: 0.8rem 1.6rem; display: block; margin: 1rem 0; box-shadow: 0 3px 10px rgba(0,0,0,0.25); }
  .cr3d-promo-box p { font-size: 1.3rem; color: rgba(255,255,255,1); line-height: 1.6; margin-bottom: 0; font-weight: 500; }
  .cr3d-promo-expires { font-size: 1.152rem; color: rgba(255,255,255,1); margin-top: 0.8rem; display: block; font-weight: 500; }

  /* MOBILE */

  .cr3d-drawer-promo { background: var(--blog-teal); padding: 2rem 2.4rem; margin-bottom: 2rem; text-align: center; }
  .cr3d-drawer-promo h4 { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #fff; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.3); text-align: left; }
  .cr3d-drawer-promo .cr3d-promo-code { font-size: 1.8rem; color: var(--blog-teal); background: #fff; border: none; }
  .cr3d-drawer-promo p { font-size: 1.3rem; color: rgba(255,255,255,0.85); margin-bottom: 0; }
  .cr3d-mobile-info-btn { display: none; position: fixed; bottom: 2.4rem; left: 2.4rem; z-index: 200; width: 48px; height: 48px; border-radius: 50%; background: var(--blog-dark); border: 2px solid var(--blog-teal); cursor: pointer; align-items: center; justify-content: center; box-shadow: 0 2px 16px rgba(0,0,0,0.35); }
  .cr3d-mobile-drawer { display: none; position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,0.45); }
  .cr3d-mobile-drawer.open { display: block; }
  .cr3d-mobile-drawer-inner { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: min(440px, calc(100% - 2rem)); max-height: 82vh; background: #fff; overflow-y: auto; padding: 2.4rem 2.4rem 4rem; border-radius: 16px 16px 0 0; font-family: 'Montserrat', sans-serif; color: var(--blog-text); box-shadow: 0 -4px 40px rgba(0,0,0,0.25); }
  .cr3d-drawer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.4rem; padding: 1.6rem 2.4rem; border-bottom: 1px solid var(--blog-border); position: sticky; top: -2.4rem; margin-top: -2.4rem; margin-left: -2.4rem; margin-right: -2.4rem; background: #fff; z-index: 10; }
  .cr3d-drawer-header span { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); }
  .cr3d-drawer-header button { background: none; border: none; font-size: 2rem; cursor: pointer; color: var(--blog-muted); line-height: 1; }
  .cr3d-drawer-event { background: var(--blog-dark); color: #fff; padding: 2.4rem; margin-bottom: 2rem; }
  .cr3d-drawer-event h4 { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid #0e8c96; }
  .cr3d-drawer-event p { font-size: 1.408rem; color: rgba(255,255,255,0.75); line-height: 1.6; text-align: center; }
  .cr3d-drawer-event strong { color: #fff; }
  .cr3d-drawer-card { border: 1px solid var(--blog-border); padding: 2.4rem; margin-bottom: 2rem; }
  .cr3d-drawer-card h4 { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.6rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--blog-border); }
  .cr3d-drawer-tags { padding-top: 2rem; border-top: 1px solid var(--blog-border); }

  @media (max-width: 900px) {
    .cr3d-layout { grid-template-columns: 1fr; padding: 3.2rem 2.4rem 6.4rem; }
    .cr3d-sidebar { display: none; }
    .cr3d-tags-bar { display: none; }
    .cr3d-mobile-info-btn { display: flex; }
    .cr3d-hero h1 { font-size: 2.88rem; }
    .cr3d-hero-content { padding: 3.2rem; }
    .cr3d-cta { padding: 4.8rem 2.4rem; }
    .cr3d-cta h2 { font-size: 2.24rem; }
    .cr3d-sf-row { grid-template-columns: 60px 1fr; gap: 1rem; }
  }
</style>

<div class="cr3d-blog">

  <div class="cr3d-hero">
    <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/05/blog_shorehaerte_header.jpg" alt="Shore-Härte – Flexible Filamente im 3D-Druck - Druckteile in verschieden Shore A und Shore D Härten">
    <div class="cr3d-hero-overlay"></div>
    <div class="cr3d-hero-content">
      <span class="cr3d-tag">Filamente &amp; Material</span>
      <h1>Shore-Härte verstehen:<br>So findest du den passenden<br>Flex-Grad für dein Bauteil</h1>
      <div class="cr3d-hero-meta">
        <span>Mai 2026</span><span class="sep">|</span>
        <span>CR-3D</span><span class="sep">|</span>
        <span>12 Min. Lesezeit</span>
      </div>
    </div>
  </div>

  <div class="cr3d-tags-bar">
    <span class="cr3d-tags-bar-label">Themen:</span>
    <span class="cr3d-tag-pill">Shore-Härte</span>
    <span class="cr3d-tag-pill">TPU</span>
    <span class="cr3d-tag-pill">Flexible Filamente</span>
    <span class="cr3d-tag-pill">FDM</span>
    <span class="cr3d-tag-pill">Additive Fertigung</span>
    <span class="cr3d-tag-pill">Material-Guide</span>
    <span class="cr3d-tag-pill">Einsteiger</span>
    <span class="cr3d-tag-pill">Industrie</span>
  </div>

  <div class="cr3d-layout">
    <article class="cr3d-article">

      <div class="cr3d-intro-box">
        Wer Bauteile für den echten Einsatz konstruiert, weiß: „Flexibel&#8220; ist keine technische Eigenschaft. Wenn eine gedruckte Dichtung wirklich abdichten oder ein Dämpfer harte Stöße abfangen soll, braucht es genaue Spezifikationen. Spätestens beim Blick in die Materialdatenblätter von flexiblen Filamenten stößt man auf Werte wie 85A, 44D oder 70D. Wer diese Kennzahlen ignoriert und blind bestellt, riskiert Bauteile, die im Einsatz versagen.
      </div>

      <h2 id="section-definition">Was ist eigentlich die Shore-Härte?</h2>

      <p>Die Shore-Härte definiert schlichtweg den Widerstand eines Kunststoffs gegen das Eindringen eines Prüfkörpers. Gemessen wird das Ganze mit einem sogenannten Durometer: Eine Nadel wird mit einer definierten Federkraft auf das Material gedrückt. Je tiefer sie eindringt, desto weicher ist das Material – und desto niedriger fällt der Shore-Wert aus.</p>

      <p>Es gibt verschiedene Shore-Skalen – von Shore 00 über Shore A bis hin zu Shore D. Für flexible Kunststoffe im 3D-Druck sind vor allem <strong>Shore A</strong> und <strong>Shore D</strong> relevant. Ein Material kann auf beiden Skalen gleichzeitig gemessen werden – beispielsweise als „95A / 46D&#8220;. Die folgende Skala zeigt, wie alle Shore-Reihen zueinander stehen – und wo unsere sechs Filamente liegen:</p>


      <div class="cr3d-shore-full" id="shoreFullWrap">
        <div class="cr3d-sf-header"><span>Ganz weich</span><span>Ganz hart</span></div>
        <div class="cr3d-sf-arrow"></div>

        <!-- Shore 00: abs 6.5%–35.5% -->
<div class="cr3d-sf-row">
  <span class="cr3d-sf-lbl">Shore 00</span>
  <div class="cr3d-sf-track-wrap">
    <div class="cr3d-sf-track">
      <div class="cr3d-sf-fill grey" style="left:0%; --fw:32%;"></div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:3%; transition-delay:0.2s;">
                <span class="cr3d-sf-mlabel">45</span>
              </div>
                            <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left: 26.5%; transition-delay:1.2s;">
                <span class="cr3d-sf-mlabel">80</span>
              </div>
              
            </div>
          </div>
        </div>

        <!-- Shore 0: abs 6.5%–62.4% -->
<div class="cr3d-sf-row">
  <span class="cr3d-sf-lbl">Shore 0</span>
  <div class="cr3d-sf-track-wrap">
    <div class="cr3d-sf-track">
      <div class="cr3d-sf-fill grey" style="left:0%; --fw:47%;"></div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:3%; transition-delay:0.2s;">
                <span class="cr3d-sf-mlabel">8</span>
              </div>
                            <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left: 26.5%; transition-delay:1.2s;">
                <span class="cr3d-sf-mlabel">42</span>
              </div>
              
            </div>
          </div>
        </div>

        <!-- Shore A: abs 6.5%–100% → Filament-Marker teal -->
        <div class="cr3d-sf-row">
          <span class="cr3d-sf-lbl">Shore A</span>
          <div class="cr3d-sf-track-wrap">
            <div class="cr3d-sf-track">
              <div class="cr3d-sf-fill" style="left:1%; --fw:62%;"></div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:3%; transition-delay:0.2s;">
                <span class="cr3d-sf-mlabel">5</span>
              </div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left: 26.5%; transition-delay:1.2s;">
                <span class="cr3d-sf-mlabel">30</span>
              </div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:55%; transition-delay:1.4s;">
                <span class="cr3d-sf-mlabel" style="color: #0d8c96;">85</span>
              </div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="height:160%; left:57.5%; transition-delay:1.6s; top: -10px;">
                <span class="cr3d-sf-mlabel" style="color: #0d8c96; top: -13px;">92</span>
              </div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="height:220%; left:60%; transition-delay:1.8s;">
                <span class="cr3d-sf-mlabel" style="color: #0d8c96;">95</span>
              </div>
              

              
            </div>
          </div>
        </div>

        <!-- Shore B: abs 18.3%–91.4% -->
<div class="cr3d-sf-row">
  <span class="cr3d-sf-lbl">Shore B</span>
  <div class="cr3d-sf-track-wrap">
    <div class="cr3d-sf-track">
      <div class="cr3d-sf-fill grey" style="left:10%; --fw:75.1%;"></div>
                           <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left: 26.5%; transition-delay:1.2s;">
                <span class="cr3d-sf-mlabel">17</span>
              </div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:55%; transition-delay:1.4s;">
                <span class="cr3d-sf-mlabel">71</span>
              </div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:77%; transition-delay:2.2s;">
                <span class="cr3d-sf-mlabel">92</span>
              </div>
                   

            </div>
          </div>
        </div>

        <!-- Shore C: abs 9.7%–82.8% -->
<div class="cr3d-sf-row">
  <span class="cr3d-sf-lbl">Shore C</span>
  <div class="cr3d-sf-track-wrap">
    <div class="cr3d-sf-track">
      <div class="cr3d-sf-fill grey" style="left:18%; --fw:73.1%;"></div>
                            <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left: 26.5%; transition-delay:1.2s;">
                <span class="cr3d-sf-mlabel">9</span>
              </div>
              <!-- MARKER -->
              
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:60%; transition-delay:1.8s;">
                <span class="cr3d-sf-mlabel" style="top:-13px;">70</span>
              </div>
               <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:77%; transition-delay:2.2s;">
                <span class="cr3d-sf-mlabel">87</span>
              </div>

              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:85%; transition-delay:2.4s;">
                <span class="cr3d-sf-mlabel">93</span>
              </div>

              
            </div>
          </div>
        </div>

        <!-- Shore D: abs 0%–100% → Filament-Marker teal -->
        <div class="cr3d-sf-row" style="margin-bottom:0;">
          <span class="cr3d-sf-lbl">Shore D</span>
          <div class="cr3d-sf-track-wrap">
            <div class="cr3d-sf-track">
              <div class="cr3d-sf-fill" style="left:25%; --fw:75%;"></div>

              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left: 26.5%; transition-delay:1.2s;">
                <span class="cr3d-sf-mlabel">6</span>
              </div>

              <!-- MARKER -->

              <div class="cr3d-sf-marker grey" style="left:55%; transition-delay:1.4s;">
                <span class="cr3d-sf-mlabel" style="color: #0d8c96;">33</span>
              </div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="height:160%; left:57.5%; transition-delay:1.6s; top: -10px;">
                <span class="cr3d-sf-mlabel" style="color: #0d8c96; top:-14px;">42</span>
              </div>
              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="height:220%;  left:60%; transition-delay:1.8s;">
                <span class="cr3d-sf-mlabel" style="color: #0d8c96;">46</span>
              </div>

              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:77%; transition-delay:2.2s;">
                <span class="cr3d-sf-mlabel" style="color: #0d8c96;">65</span>
              </div>

              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:85%; transition-delay:2.4s;">
                <span class="cr3d-sf-mlabel" style="color: #0d8c96;">70</span>
              </div>

              <!-- MARKER -->
              <div class="cr3d-sf-marker grey" style="left:99.5%; transition-delay:2.6s;">
                <span class="cr3d-sf-mlabel">100</span>
              </div>

              
     
            </div>
          </div>
        </div>

      </div><!-- /.cr3d-shore-full -->


      <h2 id="section-material">Für wen ist es das richtige Material?</h2>
      <p>Um das Ganze greifbar zu machen, haben wir unsere flexiblen Filamente in drei Praxis-Gruppen eingeteilt:</p>

      <!-- ══ GRUPPE 1 ══ -->
      
<div class="cr3d-mini-outer">
  <h3 class="cr3d-group-title">Die Dämpfer (Shore 85A bis 92A)</h3>
      <div class="cr3d-mat-card" id="card1a">
        <div class="cr3d-mat-card-img"><img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2020/10/Stehend-TPU-85A-Schwarz.jpg" alt="TPU 85A"></div>
        <div>
          <h4><a href="https://www.cr3d.de/kategorie/filamente/tpu/">TPU 85A</a></h4>
          <p>Unser weichstes Material im Bunde. Extrem elastisch, exzellentes Rückstellvermögen. Der Spezialist für weiche Dichtungen, griffige Oberflächen und starke Vibrationsdämpfung.</p>
        </div>
      </div>

      <div class="cr3d-shore-mini" id="shoreFullWrap1">
          
        <!-- Shore A: abs 6.5%–100% → Filament-Marker teal -->
        <div class="cr3d-sf-row">
          <span class="cr3d-sf-lbl">Shore A</span>
          <div class="cr3d-sf-track-wrap">
            <div class="cr3d-sf-track">
              <div class="cr3d-sf-fill" style="left:0%; --fw:73%;"></div>
                      
            </div>
          </div>
        </div>


        <!-- Shore D: abs 0%–100% → Filament-Marker teal -->
        <div class="cr3d-sf-row" style="margin-bottom:0;">
          <span class="cr3d-sf-lbl">Shore D</span>
          <div class="cr3d-sf-track-wrap">
            <div class="cr3d-sf-track">
              <div class="cr3d-sf-fill" style="left:6%; --fw:94%;"></div>
              <!-- MARKER -->

              
              <!-- MARKER Mini -->
              <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:500%; margin-top:-70px; left:40%; transition-delay:1.6s;">
                <span class="cr3d-sf-mlabel" style="font-size: 1.0rem; font-weight: 900 !important; color: #fff; background: var(--blog-dark); padding: 2px 7px; border-radius: 2px;">A85 / D33</span>
              </div>
              <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:500%; margin-top:-70px; left:40%; transition-delay:1.6s;">
               </div>

              <!-- MARKER Mini -->
              <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:610%; margin-top:-70px; left:57%; transition-delay:1.6s;">
                <span class="cr3d-sf-mlabel" style="font-size: 1.0rem; font-weight: 900 !important; color: #fff; background: var(--blog-dark); padding: 2px 7px; border-radius: 2px;">A92 / D42</span>
              </div>
                 <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:610%; margin-top:-70px; left:57%; transition-delay:1.6s;">
               </div>          
     
            </div>
          </div>
        </div>

      </div><!-- /.cr3d-shore-full -->

      <div class="cr3d-mat-card" id="card1b">
        <div class="cr3d-mat-card-img"><img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2020/10/Stehend-TPU-EL-Schwarz.jpg" alt="TPU-ESD"></div>
        <div>
          <h4><a href="https://www.cr3d.de/kategorie/filamente/tpu-esd/">TPU-ESD (92A)</a></h4>
          <p>Bietet ähnliche Dämpfungseigenschaften, ist aber zusätzlich elektrostatisch ableitend. Ein Muss für Bauteile in der Elektronikfertigung oder in Bereichen, wo Flexibilität und ESD-Schutz gleichzeitig gefordert sind.</p>
        </div>
      </div>
</div>

     <!-- ══ GRUPPE 2 neu ══ -->
      
<div class="cr3d-mini-outer2">
  <h3 class="cr3d-group-title">Die goldene Mitte (Shore 94A &#038; 95A)</h3>
      <div class="cr3d-mat-card" id="card2a">
        <div class="cr3d-mat-card-img"><img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2020/12/Stehend-Soft-PLA-Wasserblau.jpg" alt="Soft PLA"></div>
        <div>
          <h4><a href="https://www.cr3d.de/kategorie/filamente/soft-pla/">Soft PLA (44D / 94A)</a></h4>
          <p>Der absolute Geheimtipp für PLA-Fans. Schlägt die Brücke zwischen der leichten Druckbarkeit von Standard-PLA und der Flexibilität eines TPU. Formstabil genug für technische Gehäuse, federt harte Stöße aber elastisch ab.</p>
        </div>
      </div>

      <div class="cr3d-shore-mini" id="shoreFullWrap2">
          
        <!-- Shore A: abs 6.5%–100% → Filament-Marker teal -->
        <div class="cr3d-sf-row">
          <span class="cr3d-sf-lbl">Shore A</span>
          <div class="cr3d-sf-track-wrap">
            <div class="cr3d-sf-track">
              <div class="cr3d-sf-fill" style="left:0%; --fw:82%;"></div>
                      
            </div>
          </div>
        </div>


        <!-- Shore D: abs 0%–100% → Filament-Marker teal -->
        <div class="cr3d-sf-row" style="margin-bottom:0;">
          <span class="cr3d-sf-lbl">Shore D</span>
          <div class="cr3d-sf-track-wrap">
            <div class="cr3d-sf-track">
              <div class="cr3d-sf-fill" style="left:0%; --fw:100%;"></div>
              <!-- MARKER -->

              
              <!-- MARKER Mini -->
              <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:500%; margin-top:-70px; left:55%; transition-delay:1.6s;">
                <span class="cr3d-sf-mlabel" style="font-size: 1.0rem; font-weight: 900 !important; color: #fff; background: var(--blog-dark); padding: 2px 7px; border-radius: 2px;">A94 / D44</span>
              </div>
              <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:500%; margin-top:-70px; left:55%; transition-delay:1.6s;">
               </div>

              <!-- MARKER Mini -->
              <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:610%; margin-top:-70px; left:67%; transition-delay:1.6s;">
                <span class="cr3d-sf-mlabel" style="font-size: 1.0rem; font-weight: 900 !important; color: #fff; background: var(--blog-dark); padding: 2px 7px; border-radius: 2px;">A95 / D46</span>
              </div>
                 <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:610%; margin-top:-70px; left:67%; transition-delay:1.6s;">
               </div>          
     
            </div>
          </div>
        </div>

      </div><!-- /.cr3d-shore-full -->

       <div class="cr3d-mat-card" id="card2b">
        <div class="cr3d-mat-card-img"><img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2024/05/FlexFibCR20_stehend.jpg" alt="TPU 95A"></div>
        <div>
          <h4><a href="https://www.cr3d.de/kategorie/filamente/tpu/">TPU 95A (46D)</a></h4>
          <p>Der Industrie-Klassiker. Spürbar zäher und formstabiler als das 85A. Perfekt für Faltenbälge oder robuste Maschinenschützer, die eine gewisse Eigenstabilität fordern.</p>
        </div>
      </div>
</div>
      

<!-- ══ GRUPPE 3 neu ══ -->
      
<div class="cr3d-mini-outer">
  <h3 class="cr3d-group-title">Die zähen Kraftpakete (Shore 65D bis 70D)</h3>
      <div class="cr3d-mat-card" id="card3a">
        <div class="cr3d-mat-card-img"><img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2020/12/Stehend-PA-12-flex-Schwarz.jpg" alt="PA 12 Flex"></div>
        <div>
          <h4><a href="https://www.cr3d.de/kategorie/filamente/nylon-12-flex/">PA 12 Flex (65D)</a></h4>
          <p>Ein Material auf Nylon-Basis. Hier verlassen wir das „Gummi-Gefühl&#8220; komplett. Chemisch beständig, extrem schlagzäh. Ideal für Schnapphaken oder Filmscharniere, die tausende Male bewegt werden.</p>
        </div>
      </div>

      <div class="cr3d-shore-mini" id="shoreFullWrap3">
          
        <!-- Shore A: abs 6.5%–100% → Filament-Marker teal -->
        <div class="cr3d-sf-row">
          <span class="cr3d-sf-lbl">Shore A</span>
          <div class="cr3d-sf-track-wrap">
            <div class="cr3d-sf-track">
              <div class="cr3d-sf-fill" style="left:0%; --fw:15%;"></div>
                      
            </div>
          </div>
        </div>


        <!-- Shore D: abs 0%–100% → Filament-Marker teal -->
        <div class="cr3d-sf-row" style="margin-bottom:0;">
          <span class="cr3d-sf-lbl">Shore D</span>
          <div class="cr3d-sf-track-wrap">
            <div class="cr3d-sf-track">
              <div class="cr3d-sf-fill" style="left:0%; --fw:80%;"></div>
              <!-- MARKER -->

              
              <!-- MARKER Mini -->
              <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:500%; margin-top:-70px; left:28%; transition-delay:1.6s;">
                <span class="cr3d-sf-mlabel" style="font-size: 1.0rem; font-weight: 900 !important; color: #fff; background: var(--blog-dark); padding: 2px 7px; border-radius: 2px;">>A100 / D65</span>
              </div>
              <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:500%; margin-top:-70px; left:28%; transition-delay:1.6s;">
               </div>

              <!-- MARKER Mini -->
              <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:610%; margin-top:-70px; left:50%; transition-delay:1.6s;">
                <span class="cr3d-sf-mlabel" style="font-size: 1.0rem; font-weight: 900 !important; color: #fff; background: var(--blog-dark); padding: 2px 7px; border-radius: 2px;">>A100 / D70</span>
              </div>
              <div class="cr3d-sf-marker grey" style="color: #293133 !important; width:3px !important; height:610%; margin-top:-70px; left:50%; transition-delay:1.6s;">
                               </div>  
                         
     
            </div>
          </div>
        </div>

      </div><!-- /.cr3d-shore-full -->

       <div class="cr3d-mat-card" id="card3b">
        <div class="cr3d-mat-card-img"><img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2024/05/FlexFibCR20_stehend.jpg" alt="Flex FibCR20"></div>
        <div>
          <h4><a href="https://www.cr3d.de/kategorie/filamente/flexfibcr20/">Flex FibCR20 (70D)</a></h4>
          <p>Die Spitze der Härte-Skala. Durch 20 % Faserverstärkung fast starr – bricht jedoch auch unter massiver punktueller Belastung nicht, sondern gibt nur zäh nach. Der Problemlöser für extrem beanspruchte Strukturbauteile.</p>
        </div>
      </div>
</div>
  
<!-- Hardware Teil  -->
      <!--
      <h2 id="section-hardware">Hardware und Handling: Richtig drucken</h2>
      <p>Flexible Materialien verzeihen etwas weniger als ein starres PLA. Mit dem richtigen Setup ist es jedoch keine Zauberei. Darauf musst du achten:</p>

      <div class="cr3d-info-box">
        <div class="cr3d-info-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#0d8c96" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="2.5"/><circle cx="19.5" cy="12" r="1"/><circle cx="4.5" cy="12" r="1"/><circle cx="12" cy="4.5" r="1"/><circle cx="12" cy="19.5" r="1"/><circle cx="17" cy="7" r="1"/><circle cx="7" cy="17" r="1"/><circle cx="7" cy="7" r="1"/><circle cx="17" cy="17" r="1"/></svg></div>
        <div><h3>Extruder-Setup</h3><p>Direct-Drive macht das Leben bei sehr weichem TPU leichter, aber auch Bowden-Nutzer sind nicht auf harte Filamente beschränkt. Vorsicht bei langer Vorförderung: Der ständige Zug kann weiches Material dehnen und den Materialfluss stören.</p></div>
      </div>
      <div class="cr3d-info-box">
        <div class="cr3d-info-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#0d8c96" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg></div>
        <div><h3>Geschwindigkeit (Speed)</h3><p>Das ist das absolute A und O! Weiches Material braucht Zeit zum Schmelzen. Drossele die Druckgeschwindigkeit deutlich herunter, sonst droht unweigerlich ein Stau im Hotend.</p></div>
      </div>
      <div class="cr3d-info-box">
        <div class="cr3d-info-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#0d8c96" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cog-icon lucide-cog"><path d="M11 10.27 7 3.34"/><path d="m11 13.73-4 6.93"/><path d="M12 22v-2"/><path d="M12 2v2"/><path d="M14 12h8"/><path d="m17 20.66-1-1.73"/><path d="m17 3.34-1 1.73"/><path d="M2 12h2"/><path d="m20.66 17-1.73-1"/><path d="m20.66 7-1.73 1"/><path d="m3.34 17 1.73-1"/><path d="m3.34 7 1.73 1"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="12" r="8"/></svg></div>
        <div><h3>Der Anpressdruck</h3><p>Weniger ist hier mehr. Ziehst du die Förderrädchen am Extruder zu fest an, zerquetschst du das weiche Filament. Es wickelt sich dann um das Ritzel und blockiert den Druck.</p></div>
      </div>
      <div class="cr3d-info-box">
        <div class="cr3d-info-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#0d8c96" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 14 4 9 9 4"/><path d="M20 20v-7a4 4 0 0 0-4-4H4"/></svg></div>
        <div><h3>Retract (Rückzug)</h3><p>Reduziere den Rückzug auf ein Minimum oder schalte ihn ganz aus. Das Ziehen an einem weichen Strang verhält sich wie das Ziehen an einem Gummiband und führt oft zu einem unsauberen Druckbild.</p></div>
      </div>
            <div class="cr3d-info-box">
        <div class="cr3d-info-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#0d8c96" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-heater-icon lucide-heater"><path d="M11 8c2-3-2-3 0-6"/><path d="M15.5 8c2-3-2-3 0-6"/><path d="M6 10h.01"/><path d="M6 14h.01"/><path d="M10 16v-4"/><path d="M14 16v-4"/><path d="M18 16v-4"/><path d="M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3"/><path d="M5 20v2"/><path d="M19 20v2"/></svg></div>
        <div><h3>Trocknung</h3><p>TPU und PA sind extrem hygroskopisch (Ziehen Feuchtigkeit aus der Umgebung). Feuchtes Material führt zu Blasenbildung, Stringing und schlechter Schichtaftung. Trockne das Filament vor dem Druck gründlich. Nähere Infos findest du in unserem <a href="https://www.cr3d.de/blog/warum-trockene-filamente-entscheidend-fuer-perfekte-3d-drucke-sind-mit-dem-cr-3d-filamenttrockner/">Blogpost zur Filamenttrocknung</a>.</p></div>
      </div>
    -->
      <!-- Hardware Teil neu  -->
 
      <h2 id="section-hardware">Hardware und Handling: Richtig drucken</h2>
      <p>Flexible Materialien verzeihen etwas weniger als ein starres PLA. Mit dem richtigen Setup ist es jedoch keine Zauberei. Darauf musst du achten:</p>
     <div style="background-color: var(--blog-dark);">
      <div class="cr3d-info-box-dm">
        <div class="cr3d-info-icon-dm"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="var(--blog-teal-highlight)" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="2.5"/><circle cx="19.5" cy="12" r="1"/><circle cx="4.5" cy="12" r="1"/><circle cx="12" cy="4.5" r="1"/><circle cx="12" cy="19.5" r="1"/><circle cx="17" cy="7" r="1"/><circle cx="7" cy="17" r="1"/><circle cx="7" cy="7" r="1"/><circle cx="17" cy="17" r="1"/></svg></div>
        <div><h3>Extruder-Setup</h3><p>Direct-Drive macht das Leben bei sehr weichem TPU leichter, aber auch Bowden-Nutzer sind nicht auf harte Filamente beschränkt. Vorsicht bei langer Vorförderung: Der ständige Zug kann weiches Material dehnen und den Materialfluss stören.</p></div>
      </div>
      <div class="cr3d-info-box-dm">
        <div class="cr3d-info-icon-dm"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="var(--blog-teal-highlight)" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg></div>
        <div><h3>Geschwindigkeit (Speed)</h3><p>Das ist das absolute A und O! Weiches Material braucht Zeit zum Schmelzen. Drossele die Druckgeschwindigkeit deutlich herunter, sonst droht unweigerlich ein Stau im Hotend.</p></div>
      </div>
      <div class="cr3d-info-box-dm">
        <div class="cr3d-info-icon-dm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="var(--blog-teal-highlight)" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cog-icon lucide-cog"><path d="M11 10.27 7 3.34"/><path d="m11 13.73-4 6.93"/><path d="M12 22v-2"/><path d="M12 2v2"/><path d="M14 12h8"/><path d="m17 20.66-1-1.73"/><path d="m17 3.34-1 1.73"/><path d="M2 12h2"/><path d="m20.66 17-1.73-1"/><path d="m20.66 7-1.73 1"/><path d="m3.34 17 1.73-1"/><path d="m3.34 7 1.73 1"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="12" r="8"/></svg></div>
        <div><h3>Der Anpressdruck</h3><p>Weniger ist hier mehr. Ziehst du die Förderrädchen am Extruder zu fest an, zerquetschst du das weiche Filament. Es wickelt sich dann um das Ritzel und blockiert den Druck.</p></div>
      </div>
      <div class="cr3d-info-box-dm">
        <div class="cr3d-info-icon-dm"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="var(--blog-teal-highlight)" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 14 4 9 9 4"/><path d="M20 20v-7a4 4 0 0 0-4-4H4"/></svg></div>
        <div><h3>Retract (Rückzug)</h3><p>Reduziere den Rückzug auf ein Minimum oder schalte ihn ganz aus. Das Ziehen an einem weichen Strang verhält sich wie das Ziehen an einem Gummiband und führt oft zu einem unsauberen Druckbild.</p></div>
      </div>
            <div class="cr3d-info-box-dm">
        <div class="cr3d-info-icon-dm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="var(--blog-teal-highlight)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-heater-icon lucide-heater"><path d="M11 8c2-3-2-3 0-6"/><path d="M15.5 8c2-3-2-3 0-6"/><path d="M6 10h.01"/><path d="M6 14h.01"/><path d="M10 16v-4"/><path d="M14 16v-4"/><path d="M18 16v-4"/><path d="M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3"/><path d="M5 20v2"/><path d="M19 20v2"/></svg></div>
        <div><h3>Trocknung</h3><p>TPU und PA sind extrem hygroskopisch (Ziehen Feuchtigkeit aus der Umgebung). Feuchtes Material führt zu Blasenbildung, Stringing und schlechter Schichtaftung. Trockne das Filament vor dem Druck gründlich. Nähere Infos findest du in unserem Blogpost zur <a href="https://www.cr3d.de/blog/warum-trockene-filamente-entscheidend-fuer-perfekte-3d-drucke-sind-mit-dem-cr-3d-filamenttrockner/" style="font-weight:700; color:var(--blog-teal-highlight)">Filamenttrocknung</a>.</p></div>
      </div>
</div>



<div class="cr3d-img-full">
        <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/05/soft_pla_statue.jpg" alt="Bruchfeste Statue aus 23kg Soft PLA">
                <p class="cr3d-image-full caption" style="text-align:center; color:#999; margin-bottom:0; font-style:italic;">Bruchfeste Statue aus 23kg Soft PLA</p>

      </div>

      <h2 id="section-fazit">Fazit: Welche Shore-Härte für dein Bauteil?</h2>
      <p>Die Wahl der passenden Shore-Härte entscheidet oft darüber, ob ein gedrucktes Bauteil im Einsatz funktioniert. Nutze diesen schnellen Check:</p>

      <div class="cr3d-focus-wrap">
        <div class="cr3d-focus-card">
          <div class="cr3d-focus-title">Shore A</div>
          <div class="cr3d-focus-row"><div class="cr3d-focus-lbl">Anforderung</div><div class="cr3d-focus-val">Soll das Bauteil Energie schlucken oder abdichten?</div></div>
          <div class="cr3d-focus-row"><div class="cr3d-focus-lbl">Bauteile</div><div class="cr3d-focus-val">Dichtungen, Puffer, Gummifüße</div></div>
          <div class="cr3d-focus-row"><div class="cr3d-focus-lbl">Empfehlung</div><div class="cr3d-focus-val">Niedrigen Shore A-Wert wählen</div></div>
        </div>
        <div class="cr3d-focus-card">
          <div class="cr3d-focus-title">Shore D</div>
          <div class="cr3d-focus-row"><div class="cr3d-focus-lbl">Anforderung</div><div class="cr3d-focus-val">Muss das Bauteil zäh nachgeben, ohne zu brechen?</div></div>
          <div class="cr3d-focus-row"><div class="cr3d-focus-lbl">Bauteile</div><div class="cr3d-focus-val">Gehäuse, Schnapphaken, Scharniere</div></div>
          <div class="cr3d-focus-row"><div class="cr3d-focus-lbl">Empfehlung</div><div class="cr3d-focus-val">Hohen Shore D-Wert wählen</div></div>
        </div>
      </div>

      <p>Um dauerhaft professionelle Ergebnisse zu erzielen, reicht ein gutes Filament allein nicht aus – es braucht auch das nötige Hintergrundwissen. Genau deshalb teilen wir unsere Erfahrungswerte aus der Factory regelmäßig in unserem Newsletter.</p>

      <div class="cr3d-cta">
        <h2>Keine Updates verpassen</h2>
        <p>Neue Materialien, technische Guides und exklusive Aktionen direkt ins Postfach.</p>
        <a href="https://cr-3d.us7.list-manage.com/subscribe?u=df341d12319471291fd7d49f0&#038;id=bcc6dca37b"  class="cr3d-btn"  rel="noopener" target="_blank" rel="noopener noreferrer">Newsletter abonnieren</a>
      </div>

      <div class="cr3d-outro">
        <h3>Live erleben: industrial 3D-printing</h3>
        <p>Am 25. Juni findet unser Event „industrial 3D-printing&#8220; statt. Wir laden das Fachpublikum ein, bei spannenden Keynotes und im direkten Austausch tiefer in die Zukunft der industriellen Anwendung von FDM einzutauchen.</p>
        <a href="https://eveeno.com/industrial3dprinting2026"  class="cr3d-btn-outline"  rel="noopener" style="text-align: center;" target="_blank" rel="noopener noreferrer">Zur Anmeldung</a>
      </div>

    </article>

    <aside class="cr3d-sidebar">
      
      <!-- Sidebar Event-Box: Materialkunde / Shore-Härte Guide -->
      <div class="cr3d-event-box">
        <h4>Material-Guide</h4>
        <p><strong>Materialkunde</strong><br>Shore-Härte</p>
      </div>

        <div class="cr3d-promo-box">
        <h4>Übersichts Datenblatt</h4>
<p style="color:rgba(255,255,255,1); font-size:1.4rem; font-weight:500; margin-bottom:0.4rem; text-align:center; hyphens:none;">Hier eine kompakte Übersicht aller relevanten Materialien</p>  <a href="https://www.cr3d.de/wp-content/uploads/2026/05/Materialhaerte-CR-3D.pdf" class="cr3d-btn" target="_blank" rel="noopener" download>Download</a>

      </div>
      <div class="cr3d-sidebar-card">
        <h4>Inhalt</h4>
        <ul class="cr3d-toc">
          <li><a href="#section-definition">Was ist Shore-Härte?</a></li>
          <li><a href="#section-material">Die 3 Material-Gruppen</a></li>
          <li><a href="#section-hardware">Hardware &amp; Handling</a></li>
          <li><a href="#section-fazit">Fazit &amp; Empfehlungen</a></li>
        </ul>
      </div>
      <div class="cr3d-sidebar-card">
        <h4>Flexible Filamente</h4>
        <ul class="cr3d-toc">
          <li><a href="https://www.cr3d.de/kategorie/filamente/tpu/" target="_blank" rel="noopener">TPU 85A &amp; 95A</a></li>
          <li><a href="https://www.cr3d.de/kategorie/filamente/tpu-esd/" target="_blank" rel="noopener">TPU-ESD</a></li>
          <li><a href="https://www.cr3d.de/kategorie/filamente/soft-pla/" target="_blank" rel="noopener">Soft PLA</a></li>
          <li><a href="https://www.cr3d.de/kategorie/filamente/nylon-12-flex/" target="_blank" rel="noopener">PA 12 Flex</a></li>
          <li><a href="https://www.cr3d.de/kategorie/filamente/flexfibcr20/" target="_blank" rel="noopener">Flex FibCR20</a></li>
        </ul>
      </div>
    </aside>
  </div>
</div>

<button class="cr3d-mobile-info-btn" onclick="document.getElementById('cr3dDrawer').classList.add('open')" aria-label="Weitere Informationen">
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="10" stroke="#0d8c96" stroke-width="2"/><circle cx="12" cy="8" r="1.2" fill="#0d8c96"/><rect x="11" y="11" width="2" height="6" rx="1" fill="#0d8c96"/></svg>
</button>

<div class="cr3d-mobile-drawer" id="cr3dDrawer" onclick="if(event.target===this) this.classList.remove('open')">
  <div class="cr3d-mobile-drawer-inner">
    <div class="cr3d-drawer-promo">
      <h4>Launch-Aktion</h4>
      <p style="color:rgba(255,255,255,0.75); font-size:1.3rem; margin-bottom:0.4rem; hyphens:none;">Hier eine kompakte Übersicht aller relevanten Materialien:</p>
  <a href="https://www.cr3d.de/wp-content/uploads/2026/05/Materialhaerte-CR-3D.pdf" class="cr3d-btn" target="_blank" rel="noopener" download>Download</a>

    </div>
    <div class="cr3d-drawer-header">
      <span>Info</span>
      <button onclick="document.getElementById('cr3dDrawer').classList.remove('open')" aria-label="Schließen">✕</button>
    </div>
    <div class="cr3d-drawer-event">
      <h4>Material-Guide</h4>
      <p><strong>Materialkunde</strong><br>Shore-Härte Guide</p>
    </div>
    <div class="cr3d-drawer-card">
      <h4>Inhalt</h4>
      <ul class="cr3d-toc">
        <li><a href="#section-definition" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Was ist Shore-Härte?</a></li>
        <li><a href="#section-material" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Die 3 Material-Gruppen</a></li>
        <li><a href="#section-hardware" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Hardware &amp; Handling</a></li>
        <li><a href="#section-fazit" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Fazit &amp; Empfehlungen</a></li>
      </ul>
    </div>
    <div class="cr3d-drawer-card">
      <h4>Flexible Filamente</h4>
      <ul class="cr3d-toc">
        <li><a href="https://www.cr3d.de/kategorie/filamente/tpu/" target="_blank">TPU 85A &amp; 95A</a></li>
        <li><a href="https://www.cr3d.de/kategorie/filamente/tpu-esd/" target="_blank">TPU-ESD</a></li>
        <li><a href="https://www.cr3d.de/kategorie/filamente/soft-pla/" target="_blank">Soft PLA</a></li>
        <li><a href="https://www.cr3d.de/kategorie/filamente/nylon-12-flex/" target="_blank">PA 12 Flex</a></li>
        <li><a href="https://www.cr3d.de/kategorie/filamente/flexfibcr20/" target="_blank">Flex FibCR20</a></li>
      </ul>
    </div>
    <div class="cr3d-drawer-tags">
      <span class="cr3d-tags-label">Themen</span>
      <div class="cr3d-tags-wrap">
        <span class="cr3d-tag-pill">Shore-Härte</span><span class="cr3d-tag-pill">TPU</span>
        <span class="cr3d-tag-pill">Flexible Filamente</span><span class="cr3d-tag-pill">FDM</span>
        <span class="cr3d-tag-pill">Material-Guide</span>
      </div>
    </div>
  </div>
</div>

<script>
/* ── SIDEBAR SCROLL – smooth, kein Hüpfen ── */
(function() {
  var sb = document.querySelector('.cr3d-sidebar');
  if (!sb) return;
  var lay = document.querySelector('.cr3d-layout');
  var OFF = 32;
  var currentY = 0;
  var targetY = 0;
  var rafId = null;

  function clamp(val, min, max) { return Math.max(min, Math.min(max, val)); }

  function calcTarget() {
    var r = lay.getBoundingClientRect();
    var sh = sb.offsetHeight;
    var lh = lay.offsetHeight;
    if (sh + OFF >= lh) return 0;
    if (r.top >= OFF) return 0;
    if (r.bottom - OFF >= sh) return Math.abs(r.top) + OFF;
    return lh - sh;
  }

  function animate() {
    targetY = calcTarget();
    var diff = targetY - currentY;
    if (Math.abs(diff) < 0.5) {
      currentY = targetY;
      sb.style.transform = 'translateY(' + Math.round(currentY) + 'px) translateZ(0)';
      rafId = null;
      return;
    }
    currentY += diff * 0.12;
    sb.style.transform = 'translateY(' + Math.round(currentY) + 'px) translateZ(0)';
    rafId = requestAnimationFrame(animate);
  }

  window.addEventListener('scroll', function() {
    if (!rafId) rafId = requestAnimationFrame(animate);
  }, { passive: true });

  animate();
})();

/* ── GROSSE SKALA: Scroll-Trigger ── */
(function() {
  var el = document.getElementById('shoreFullWrap');
  if (!el) return;
  new IntersectionObserver(function(entries, obs) {
    if (entries[0].isIntersecting) { el.classList.add('anim-sf'); obs.unobserve(el); }
  }, { threshold: 0.15 }).observe(el);
})();

/* ── GROSSE SKALA: Scroll-Trigger ── */
(function() {
  var el = document.getElementById('shoreFullWrap1');
  if (!el) return;
  new IntersectionObserver(function(entries, obs) {
    if (entries[0].isIntersecting) { el.classList.add('anim-sf'); obs.unobserve(el); }
  }, { threshold: 0.15 }).observe(el);
})();

/* ── GROSSE SKALA: Scroll-Trigger ── */
(function() {
  var el = document.getElementById('shoreFullWrap2');
  if (!el) return;
  new IntersectionObserver(function(entries, obs) {
    if (entries[0].isIntersecting) { el.classList.add('anim-sf'); obs.unobserve(el); }
  }, { threshold: 0.15 }).observe(el);
})();

/* ── GROSSE SKALA: Scroll-Trigger ── */
(function() {
  var el = document.getElementById('shoreFullWrap3');
  if (!el) return;
  new IntersectionObserver(function(entries, obs) {
    if (entries[0].isIntersecting) { el.classList.add('anim-sf'); obs.unobserve(el); }
  }, { threshold: 0.15 }).observe(el);
})();

/* ── MINI DUAL-SKALEN ──
   Shore A Track: hull volle Breite, Track bei left=0
     Marker bei Wert v (0-100): x = hullLeft + v/100 * hullWidth
   Shore D Track: hull volle Breite, Track bei left=17%
     Effektive Track-Breite = 83% der Hull-Breite
     Marker bei Wert d (0-100): x = hullLeft + 0.17*hullWidth + d/100*0.83*hullWidth

   Gestrichelte Teal-Stub-Linien:
     - Oben: kurzer Stub (8px) über Shore-A-Track nach oben
     - Unten: kurzer Stub (8px) unter Shore-D-Track nach unten
     - Verbindung A→D: kurze diagonale gestrichelte Linie (grau)
*/
(function() {
  var TEAL = '#0d8c96';
  var GREY = 'rgba(60,60,60,0.45)';
  var STUB = 8; /* px Länge der Teal-Stubs */

  var groups = [
    {
      miniId:'mini1', svgId:'miniSvg1', lblId:'miniLbl1',
      hullAId:'hullA1', hullDId:'hullD1',
      markers: [
        { a:85, d:33, label:'85A / 33D' },
        { a:92, d:42, label:'92A / 42D' }
      ]
    },
    {
      miniId:'mini2', svgId:'miniSvg2', lblId:'miniLbl2',
      hullAId:'hullA2', hullDId:'hullD2',
      markers: [
        { a:94, d:44, label:'94A / 44D' },
        { a:95, d:46, label:'95A / 46D' }
      ]
    },
    {
      miniId:'mini3', svgId:'miniSvg3', lblId:'miniLbl3',
      hullAId:'hullA3', hullDId:'hullD3',
      markers: [
        { a:null, d:65, label:'65D' },
        { a:null, d:70, label:'70D' }
      ]
    }
  ];

  groups.forEach(function(g) {
    var wrap = document.getElementById(g.miniId);
    if (!wrap) return;
    new IntersectionObserver(function(entries, obs) {
      if (!entries[0].isIntersecting) return;
      obs.unobserve(wrap);
      wrap.classList.add('anim-mini');
      setTimeout(function() { drawMini(g); }, 1400);
    }, { threshold: 0.4 }).observe(wrap);
  });

  function drawMini(g) {
    var wrap  = document.getElementById(g.miniId);
    var svg   = document.getElementById(g.svgId);
    var lblEl = document.getElementById(g.lblId);
    var hullA = document.getElementById(g.hullAId);
    var hullD = document.getElementById(g.hullDId);
    if (!wrap || !svg || !hullA || !hullD) return;

    var wRect = wrap.getBoundingClientRect();
    var aRect = hullA.getBoundingClientRect();
    var dRect = hullD.getBoundingClientRect();
    var W = wrap.offsetWidth;
    var H = wrap.offsetHeight;

    svg.setAttribute('width', W);
    svg.setAttribute('height', H);
    svg.setAttribute('viewBox', '0 0 ' + W + ' ' + H);

    /* Hull-Koordinaten relativ zu wrap */
    var aL = aRect.left - wRect.left;
    var aW = aRect.width;
    var dL = dRect.left - wRect.left;
    var dW = dRect.width;

    /* Shore A Track = hull (left=0, breite=100%) */
    var aTrackL = aL;
    var aTrackW = aW;

    /* Shore D Track = hull ab 17%, breite=83% */
    var dTrackL = dL + dW * 0.17;
    var dTrackW = dW * 0.83;

    /* Y-Mittelpunkte */
    var yA = aRect.top - wRect.top + aRect.height / 2;
    var yD = dRect.top - wRect.top + dRect.height / 2;
    var hT = aRect.height; /* Track-Höhe */

    g.markers.forEach(function(m, idx) {
      var delay = idx * 200;

      /* X-Position Shore A */
      var xA = (m.a !== null) ? aTrackL + (m.a / 100) * aTrackW : null;

      /* X-Position Shore D */
      var xD = dTrackL + (m.d / 100) * dTrackW;

      /* 1. Teal Stub oben (über Shore A) */
      if (xA !== null) {
        mkEl(svg, 'line', {
          x1: xA, y1: yA - hT/2 - STUB,
          x2: xA, y2: yA - hT/2,
          stroke: TEAL, 'stroke-width': 1.5, 'stroke-dasharray': '3 2'
        }, delay, 0.3);

        /* 2. Vertikale Linie durch Shore A Track */
        mkEl(svg, 'line', {
          x1: xA, y1: yA - hT/2,
          x2: xA, y2: yA + hT/2,
          stroke: TEAL, 'stroke-width': 2
        }, delay + 50, 0.3);

        /* 3. Diagonale gestrichelte Verbindung A → D (grau) */
        mkEl(svg, 'line', {
          x1: xA, y1: yA + hT/2,
          x2: xD, y2: yD - hT/2,
          stroke: GREY, 'stroke-width': 1.2, 'stroke-dasharray': '4 3'
        }, delay + 100, 0.4);
      }

      /* 4. Vertikale Linie durch Shore D Track */
      mkEl(svg, 'line', {
        x1: xD, y1: yD - hT/2,
        x2: xD, y2: yD + hT/2,
        stroke: TEAL, 'stroke-width': 2
      }, delay + 150, 0.3);

      /* 5. Teal Stub unten (unter Shore D) */
      mkEl(svg, 'line', {
        x1: xD, y1: yD + hT/2,
        x2: xD, y2: yD + hT/2 + STUB,
        stroke: TEAL, 'stroke-width': 1.5, 'stroke-dasharray': '3 2'
      }, delay + 180, 0.3);

      /* 6. Label unter Shore D */
      var tag = document.createElement('div');
      tag.className = 'cr3d-mini-tag';
      tag.style.left = xD + 'px';
      tag.textContent = m.label;
      lblEl.appendChild(tag);
      setTimeout(function() { tag.style.opacity = '1'; }, delay + 250);
    });
  }

  function mkEl(svg, tag, attrs, delayMs, dur) {
    var el = document.createElementNS('http://www.w3.org/2000/svg', tag);
    Object.keys(attrs).forEach(function(k) { el.setAttribute(k, attrs[k]); });
    el.style.opacity = '0';
    el.style.transition = 'opacity ' + dur + 's ease ' + (delayMs / 1000) + 's';
    svg.appendChild(el);
    requestAnimationFrame(function() { requestAnimationFrame(function() { el.style.opacity = '1'; }); });
    return el;
  }
})();
</script>



<p></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/shore-haerte-verstehen-so-findest-du-den-passenden-flex-grad-fuer-dein-bauteil/">Shore-Härte verstehen: So findest du den passenden Flex-Grad für dein Bauteil</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cr3d.de/blog/shore-haerte-verstehen-so-findest-du-den-passenden-flex-grad-fuer-dein-bauteil/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PLA CF10: Dein Einstieg in Carbonfilamente</title>
		<link>https://www.cr3d.de/blog/pla-cf10-dein-einstieg-in-carbonfilamente/</link>
					<comments>https://www.cr3d.de/blog/pla-cf10-dein-einstieg-in-carbonfilamente/#respond</comments>
		
		<dc:creator><![CDATA[Konstantin Korotkich]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 14:43:34 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Additive Fertigung]]></category>
		<category><![CDATA[Carbon]]></category>
		<category><![CDATA[Einsteiger]]></category>
		<category><![CDATA[FDM]]></category>
		<category><![CDATA[Filamente]]></category>
		<category><![CDATA[Großformat 3D-Drucker]]></category>
		<category><![CDATA[Industrie]]></category>
		<category><![CDATA[PLA CF10]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=37007</guid>

					<description><![CDATA[<p>PLA CF10 ist ab sofort Teil unseres Filament-Sortiments – selbst extrudiert, in drei Farben, und der ideale Einstieg in die Welt der Verbundfilamente. Carbon-Ergebnisse mit dem gewohnten PLA-Aufwand: kein Enclosure, keine exotischen Parameter, aber deutlich mehr Steifigkeit, UV-Stabilität und die charakteristische seidig-matte Carbon-Oberfläche.</p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/pla-cf10-dein-einstieg-in-carbonfilamente/">PLA CF10: Dein Einstieg in Carbonfilamente</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<style>
     html { font-size: 62.5%; }
  :root {
    --blog-teal: #0d8c96;
    --blog-teal-light: rgba(13, 140, 150, 0.1);
    --blog-dark: #293133;
    --blog-white: #ffffff;
    --blog-text: #1a1a1a;
    --blog-muted: #555555;
    --blog-border: #e0e0e0;
  }

  .post-thumbnail { display: none !important; }
  .cr3d-blog * { box-sizing: border-box; margin: 0; padding: 0; }
  .cr3d-blog {
    font-family: 'Montserrat', sans-serif;
    background: var(--blog-white); color: var(--blog-text);
    font-size: 1.6rem; line-height: 1.75; -webkit-font-smoothing: antialiased;
  }

  /* HERO */
  .cr3d-hero { position: relative; width: 100%; height: 65vh; min-height: 440px; overflow: hidden; margin-bottom: 0; }
  .cr3d-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; display: block; filter: brightness(0.6); }
  .cr3d-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 20%, rgba(0,0,0,0.65) 100%); }
  .cr3d-hero-content { position: absolute; bottom: 0; left: 0; padding: 4.8rem 6.4rem; max-width: 820px; }
  .cr3d-tag { display: inline-block; background: var(--blog-teal); color: #fff; font-size: 1.152rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.48rem 1.28rem; margin-bottom: 1.6rem; }
  .cr3d-hero h1 { font-size: 4.48rem; font-weight: 800; line-height: 1.15; color: #fff; letter-spacing: -0.02em; margin-bottom: 1.6rem; }
  .cr3d-hero-meta { font-size: 1.36rem; color: rgba(255,255,255,0.75); display: flex; gap: 2.4rem; }
  .cr3d-hero-meta .sep { color: var(--blog-teal); }

  /* TAGS BAR */
  .cr3d-tags-bar { max-width: 1140px; margin: 0 auto; padding: 1.92rem 3.2rem; display: flex; align-items: center; justify-content: center; gap: 1.2rem; flex-wrap: wrap; border-bottom: 1px solid var(--blog-border); }
  .cr3d-tags-bar-label { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); white-space: nowrap; }
  .cr3d-tag-pill { font-size: 1.2rem; border: 1px solid var(--blog-border); color: var(--blog-muted); padding: 0.4rem 0.96rem; background: #f5f5f5; font-family: 'Montserrat', sans-serif; }

  /* LAYOUT */
  .cr3d-layout { max-width: 1140px; margin: 0 auto; padding: 4.8rem 3.2rem 8rem; display: grid; grid-template-columns: 1fr 280px; gap: 4rem; align-items: start; }

  /* ARTICLE */
  .cr3d-article p { font-size: 1.6rem; margin-bottom: 2.4rem; line-height: 1.8; font-weight: 400;}
  .cr3d-article h2 { font-size: 2.56rem; font-weight: 800; color: var(--blog-text); margin: 4.8rem 0 1.92rem; padding-left: 1.76rem; border-left: 4px solid var(--blog-teal); line-height: 1.25; }
  .cr3d-article a { color: var(--blog-teal); text-decoration: none; border-bottom: 1px solid var(--blog-teal); }
  .cr3d-article a:hover { opacity: 0.75; }

  /* INTRO BOX */
  .cr3d-intro-box { background: var(--blog-teal-light); border-left: 4px solid var(--blog-teal); padding: 2.4rem 3.2rem; margin-bottom: 4rem; font-size: 1.68rem; font-weight: 500; color: var(--blog-text); line-height: 1.7; }

  /* IMAGES */
  .cr3d-img-full { width: 100%; margin: 3.2rem 0 0.64rem; background: transparent; }
  .cr3d-img-full img { width: 100%; height: 400px; object-fit: contain; display: block; }
  .cr3d-caption { font-size: 1.248rem; color: #bbb; text-align: right; margin-bottom: 3.2rem; font-style: italic; }

  /* IMAGE + CAPTION CONTAINER */
  .cr3d-img-with-caption { display: inline-flex; flex-direction: column; align-items: center; width: 100%; margin: 3.2rem 0 3.2rem; }
  .cr3d-img-with-caption .cr3d-img-full { margin: 0 0 0.8rem; width: 100%; }
  .cr3d-img-with-caption .cr3d-caption { margin: 0; width: 100%; max-width: 65%; }

  /* SPEC CARDS */
  .cr3d-spec-cards-light { display: flex; flex-direction: column; gap: 1.6rem; margin: 0 0 2.4rem; }
  .cr3d-spec-card-light { background: var(--blog-teal-light); border-left: 4px solid var(--blog-teal); padding: 2.24rem 3.2rem; }
  .cr3d-spec-card-light h3 { font-size: 1.6rem; font-weight: 800; color: var(--blog-teal); margin-bottom: 0.8rem; letter-spacing: 0.01em; }
  .cr3d-spec-card-light p { font-size: 1.52rem; color: var(--blog-muted); margin-bottom: 0; line-height: 1.7; }
  .cr3d-spec-card-light strong { color: var(--blog-text); }

  /* TECH DATA BOX */
  .cr3d-techdata { background: var(--blog-dark); color: #fff; padding: 2.4rem 3.2rem; margin: 3.2rem 0 2.4rem; }
  .cr3d-techdata h3 { font-size: 1.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.6rem; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .cr3d-techdata-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 3.2rem; }
  .cr3d-techdata-row { display: flex; flex-direction: column; gap: 0.3rem; }
  .cr3d-techdata-label { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.45); }
  .cr3d-techdata-value { font-size: 1.52rem; color: #fff; font-weight: 600; }
  .cr3d-techdata-note { font-size: 1.28rem; color: rgba(255,255,255,0.45); margin-top: 1.6rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.1); font-style: italic; }

  /* COLORS */
  .cr3d-colors { display: flex; gap: 3.2rem; margin: 2.4rem 0 3.2rem; flex-wrap: wrap; justify-content: center; }
  .cr3d-color-swatch { display: flex; flex-direction: column; align-items: center; gap: 0.8rem; }
  .cr3d-color-circle { width: 64px; height: 64px; border-radius: 50%; border: 2px solid var(--blog-border); }
  .cr3d-color-label { font-size: 1.248rem; color: var(--blog-muted); font-weight: 600; }

  /* INFO BOX */
  .cr3d-info-box { background: #f0f0f0; border-left: 4px solid #aaa; padding: 2rem 2.4rem; margin: 0 0 2.4rem; display: flex; gap: 1.6rem; align-items: flex-start; }
  .cr3d-info-box-icon { flex-shrink: 0; margin-top: 0.2rem; color: #888; }
  .cr3d-info-box-content { flex: 1; }
  .cr3d-info-box-content h3 { font-size: 1.6rem; font-weight: 800; color: var(--blog-text); margin-bottom: 0.8rem; letter-spacing: 0.01em; }
  .cr3d-info-box-content p { font-size: 1.44rem; color: #555; margin-bottom: 0.8rem; line-height: 1.7; }
  .cr3d-info-box-content p:last-child { margin-bottom: 0; }
  .cr3d-info-box-content strong { color: var(--blog-text); }

  /* INFO BOX + FOTO 2-SPALTEN */
  .cr3d-infobox-with-image { display: grid; grid-template-columns: 1fr 1fr; gap: 3.2rem; align-items: stretch; margin: 3.2rem 0 2.4rem; }
  .cr3d-infobox-with-image .cr3d-info-box { margin: 0; height: 100%; }
  .cr3d-infobox-photo { overflow: hidden; }
  .cr3d-infobox-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
  @media (max-width: 900px) {
    .cr3d-infobox-with-image { grid-template-columns: 1fr; }
    .cr3d-infobox-photo img { width: auto; max-width: 100%; height: auto; max-height: 520px; object-fit: contain; margin: 0 auto; }
  }

  /* SHOP LINK */
  .cr3d-shop-link { display: block; background: var(--blog-teal); color: #fff !important; font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; text-decoration: none !important; border-bottom: none !important; padding: 0.8rem 1.2rem; text-align: center; margin-top: 1.2rem; transition: background 0.2s; }
  .cr3d-shop-link:hover { background: #0a6e76 !important; opacity: 1 !important; }

  /* CTA */
  .cr3d-cta { background: var(--blog-teal); padding: 4rem 6.4rem; text-align: center; margin-top: 1.6rem; }
  .cr3d-cta h2 { font-size: 2.88rem; font-weight: 800; color: #fff; margin-bottom: 1.6rem; border: none; border-left: none; padding: 0; margin-top: 0; }
  .cr3d-cta p { font-size: 1.6rem; color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto 3.2rem; line-height: 1.65; }
  .cr3d-btn { display: inline-block; background: #fff; color: var(--blog-teal); font-family: 'Montserrat', sans-serif; font-size: 1.44rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 1.44rem 4.8rem; border: none; border-radius: 6px; transition: background 0.2s, color 0.2s; }
  .cr3d-btn:hover { background: #293133; color: #fff; }

  /* OUTRO */
  .cr3d-outro-event { background: var(--blog-teal-light); border-left: 4px solid var(--blog-teal); padding: 2.4rem 3.2rem; margin: 4rem 0 0; display: flex; align-items: center; gap: 3.2rem; }
  .cr3d-outro-event-text { flex: 1; }
  .cr3d-outro-event h3 { font-size: 1.92rem; font-weight: 800; color: var(--blog-text); margin-bottom: 0.8rem; }
  .cr3d-outro-event p { font-size: 1.52rem; color: var(--blog-muted); margin-bottom: 1.6rem; line-height: 1.7; }
  .cr3d-btn-outline { display: block; width: fit-content; margin: 0 auto; background: transparent; color: var(--blog-teal); font-family: 'Montserrat', sans-serif; font-size: 1.28rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 1rem 2.4rem; border: 2px solid var(--blog-teal); border-radius: 6px; transition: background 0.2s, color 0.2s; }
  .cr3d-btn-outline:hover { background: var(--blog-teal); color: #fff; }
  @media (max-width: 900px) { .cr3d-outro-event { flex-direction: column; gap: 1.6rem; } }

  /* SIDEBAR */
  .cr3d-sidebar { position: -webkit-sticky; position: sticky; top: 3.2rem; align-self: start; transition: transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1); will-change: transform; }
  .cr3d-sidebar-card { border: 1px solid var(--blog-border); padding: 1.8rem 2rem; margin-bottom: 1.6rem; }
  .cr3d-sidebar-card h4 { font-size: 1.072rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.2rem; padding-bottom: 0.96rem; border-bottom: 1px solid var(--blog-border); }
  .cr3d-toc { list-style: none; display: flex; flex-direction: column; gap: 0.72rem; }
  .cr3d-toc a { font-size: 1.3rem; color: var(--blog-muted); text-decoration: none; display: flex; gap: 0.8rem; align-items: flex-start; line-height: 1.4; border-bottom: none; }
  .cr3d-toc a::before { content: '›'; color: var(--blog-teal); flex-shrink: 0; }
  .cr3d-toc a:hover { color: var(--blog-teal); opacity: 1; }

  /* PROMO BOX */
  .cr3d-promo-box { background: var(--blog-teal); padding: 2rem; margin-bottom: 1.6rem; text-align: center; }
  .cr3d-promo-box h4 { font-size: 1.36rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: #fff; margin-bottom: 1rem; padding-bottom: 0.96rem; border-bottom: 1px solid rgba(255,255,255,0.3); text-align: left; }
  .cr3d-promo-code { font-size: 2rem; font-weight: 900; color: var(--blog-teal); letter-spacing: 0.08em; background: #fff; border: none; padding: 0.8rem 1.6rem; display: block; margin: 1rem 0; box-shadow: 0 3px 10px rgba(0,0,0,0.25); }
  .cr3d-promo-box p { font-size: 1.3rem; color: rgba(255,255,255,1); line-height: 1.6; margin-bottom: 0; font-weight: 500; }
  .cr3d-promo-expires { font-size: 1.152rem; color: rgba(255,255,255,1); margin-top: 0.8rem; display: block; font-weight: 500; }

  .cr3d-event-box { background: var(--blog-dark); color: #fff; padding: 1.8rem 2rem; margin-bottom: 1.6rem; }
  .cr3d-event-box h4 { font-size: 1.2rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1rem; }
  .cr3d-event-box p { font-size: 1.3rem; color: rgba(255,255,255,0.75); line-height: 1.6; }
  .cr3d-event-box strong { color: #fff; }

  .cr3d-tags-wrap { display: flex; flex-wrap: wrap; gap: 0.8rem; }
  .cr3d-tags-label { font-size: 1.072rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); margin-bottom: 1rem; display: block; }

  /* MOBILE INFO BUTTON */
  .cr3d-mobile-info-btn { display: none; position: fixed; bottom: 2.4rem; left: 2.4rem; z-index: 200; width: 48px; height: 48px; border-radius: 50%; background: var(--blog-dark); border: 2px solid var(--blog-teal); cursor: pointer; align-items: center; justify-content: center; box-shadow: 0 2px 16px rgba(0,0,0,0.35); }

  /* PROMO BUBBLE */
  .cr3d-mobile-promo-bubble { display: none; position: fixed; z-index: 199; background: var(--blog-dark); border: 1.5px solid var(--blog-teal); border-radius: 12px; padding: 1.2rem 1.6rem; max-width: 260px; box-shadow: 0 4px 20px rgba(0,0,0,0.4); animation: bubbleFadeIn 0.3s ease; bottom: 2.4rem; left: 2.4rem; }
  @media (max-width: 900px) {
    .cr3d-mobile-promo-bubble { bottom: 9rem; left: 1.6rem; }
    .cr3d-mobile-promo-bubble::after { content: ''; position: absolute; bottom: -8px; left: 20px; width: 14px; height: 14px; background: var(--blog-dark); border-right: 1.5px solid var(--blog-teal); border-bottom: 1.5px solid var(--blog-teal); transform: rotate(45deg); }
  }
  .cr3d-mobile-promo-bubble p { font-size: 1.248rem; color: rgba(255,255,255,0.85); line-height: 1.5; margin: 0; padding-right: 1.6rem; }
  .cr3d-mobile-promo-bubble strong { color: var(--blog-teal); }
  .cr3d-mobile-promo-bubble .bubble-close { position: absolute; top: 0.6rem; right: 0.8rem; background: none; border: none; color: rgba(255,255,255,0.4); font-size: 1.4rem; cursor: pointer; line-height: 1; }
  @keyframes bubbleFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

  /* MOBILE DRAWER */
  .cr3d-mobile-drawer { display: none; position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,0.45); }
  .cr3d-mobile-drawer.open { display: block; }
  .cr3d-mobile-drawer-inner { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: min(440px, calc(100% - 2rem)); max-height: 82vh; background: #fff; overflow-y: auto; padding: 2.4rem 2.4rem 4rem; border-radius: 16px 16px 0 0; font-family: 'Montserrat', sans-serif; color: var(--blog-text); box-shadow: 0 -4px 40px rgba(0,0,0,0.25); }
  .cr3d-drawer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.4rem; padding: 1.6rem 2.4rem; border-bottom: 1px solid var(--blog-border); position: sticky; top: -2.4rem; margin-top: -2.4rem; margin-left: -2.4rem; margin-right: -2.4rem; background: #fff; z-index: 10; box-shadow: 0 8px 0 #fff; }
  .cr3d-drawer-header span { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); }
  .cr3d-drawer-header button { background: none; border: none; font-size: 2rem; cursor: pointer; color: var(--blog-muted); line-height: 1; font-family: 'Montserrat', sans-serif; }
  .cr3d-drawer-promo { background: var(--blog-teal); padding: 2rem 2.4rem; margin-bottom: 2rem; text-align: center; }
  .cr3d-drawer-promo h4 { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #fff; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.3); text-align: left; }
  .cr3d-drawer-promo .cr3d-promo-code { font-size: 1.8rem; color: var(--blog-teal); background: #fff; border: none; }
  .cr3d-drawer-promo p { font-size: 1.3rem; color: rgba(255,255,255,0.85); margin-bottom: 0; }
  .cr3d-drawer-event { background: var(--blog-dark); color: #fff; padding: 2.4rem; margin-bottom: 2rem; }
  .cr3d-drawer-event h4 { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid #0e8c96; }
  .cr3d-drawer-event p { font-size: 1.408rem; color: rgba(255,255,255,0.75); line-height: 1.6; text-align: center; }
  .cr3d-drawer-event strong { color: #fff; }
  .cr3d-drawer-card { border: 1px solid var(--blog-border); padding: 2.4rem; margin-bottom: 2rem; }
  .cr3d-drawer-card h4 { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.6rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--blog-border); }
  .cr3d-drawer-tags { padding-top: 2rem; border-top: 1px solid var(--blog-border); }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .cr3d-layout { grid-template-columns: 1fr; padding: 3.2rem 2.4rem 6.4rem; }
    .cr3d-sidebar { display: none; }
    .cr3d-tags-bar { display: none; }
    .cr3d-mobile-info-btn { display: flex; }
    .cr3d-hero h1 { font-size: 2.88rem; }
    .cr3d-hero-content { padding: 3.2rem; }
    .cr3d-cta { padding: 4.8rem 2.4rem; }
    .cr3d-cta h2 { font-size: 2.24rem; }
    .cr3d-techdata-grid { grid-template-columns: 1fr; }
    .cr3d-techdata { max-width: 320px; margin-left: auto; margin-right: auto; text-align: center; }
    .cr3d-techdata h3 { text-align: center; }
    .cr3d-techdata-row { align-items: center; }
    .cr3d-techdata-note { text-align: center; }
  }
</style>

<div class="cr3d-blog">

  <div class="cr3d-hero">
    <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/04/blog_pla_cf10_header_as.jpg" alt="CR-3D PLA CF10 – Carbon-Filament im C1mini">
    <div class="cr3d-hero-overlay"></div>
    <div class="cr3d-hero-content">
      <span class="cr3d-tag">Filamente &amp; Material</span>
      <h1>PLA CF10:<br>Dein Einstieg in Carbonfilamente</h1>
      <div class="cr3d-hero-meta">
        <span>April 2026</span>
        <span class="sep">|</span>
        <span>CR-3D</span>
        <span class="sep">|</span>
        <span>10 Min. Lesezeit</span>
      </div>
    </div>
  </div>

  <div class="cr3d-tags-bar">
    <span class="cr3d-tags-bar-label">Themen:</span>
    <span class="cr3d-tag-pill">PLA CF10</span>
    <span class="cr3d-tag-pill">Filamente</span>
    <span class="cr3d-tag-pill">Carbon</span>
    <span class="cr3d-tag-pill">FDM</span>
    <span class="cr3d-tag-pill">Additive Fertigung</span>
    <span class="cr3d-tag-pill">Einsteiger</span>
    <span class="cr3d-tag-pill">Industrie</span>
    <span class="cr3d-tag-pill">Großformat</span>
  </div>

  <div class="cr3d-layout">
    <article class="cr3d-article">

      <div class="cr3d-intro-box">
        <a href="https://www.cr3d.de/kategorie/filamente/pla-cf10/">PLA CF10</a> ist ab sofort Teil unseres Filament-Sortiments – selbst extrudiert, in drei Farben erhältlich, und für alle gedacht die schon immer CF drucken wollten ohne dafür ihr Setup grundlegend zu verändern.<br><br>
        Neu hier? In unserem <a href="https://www.cr3d.de/blog/der-unsichtbare-ip-schutz-faelschungssichere-3d-druck-bauteile-dank-traceable-filament/">Artikel zu Traceable Filaments</a> gibt es weitere Einblicke in unsere Filament-Entwicklung.<br><br>
        Den Rabattcode für einen exklusiven Launch-Nachlass findet ihr direkt in der Sidebar rechts – auf Mobile über das Info-Menü unten links.
      </div>

      <p>In knapp zwei Wochen ist es soweit: Am 26. April öffnen wir in Cham wieder die Türen für unseren <a href="https://eveeno.com/225336162"   rel="noopener" target="_blank" rel="noopener noreferrer">Tag der offenen Tür</a>. Um für den Ansturm gewappnet zu sein, haben wir kurzerhand jeden verfügbaren Drucker im Haus mobilisiert – darunter auch einen unserer ältesten noch aktiven: den C1 Mini. Gehäuse vorhanden, aber offen betrieben, ohne Bauraumheizung – und trotzdem hat er geliefert was man von einem CR-3D Drucker erwartet: saubere, präzise Ergebnisse, wie gewohnt.</p>

      <p>Genau das hat aber eine interessante Folgefrage aufgeworfen. Wie weit lässt sich so ein bewährtes System eigentlich noch in Richtung technischen Einsatz treiben? Und noch spannender – wie lässt sich dieser Rahmen mit dem richtigen Material gezielt verschieben? Unsere Antwort darauf ist <a href="https://www.cr3d.de/kategorie/filamente/pla-cf10/">PLA CF10</a>.</p>

      <div class="cr3d-img-full">
        <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/04/blog_pla_cf10_c1mini.jpg" alt="CR-3D C1 Mini Drucker mit offener Bauraumtür, PLA CF10 Spule auf dem Druckbett in der CR-3D Factory">
      </div>

      <h2 id="section-material">PLA, aber besser</h2>

      <p>PLA ist das Einstiegsmaterial schlechthin – und das aus gutem Grund. Kein beheizter Bauraum nötig, kaum Warping, unkomplizierte Druckparameter, saubere Ergebnisse von der ersten Schicht an. Dazu kommt ein fairer Preis und eine breite Verfügbarkeit. Wer mit dem 3D-Druck angefangen hat, hat mit großer Wahrscheinlichkeit mit PLA angefangen.</p>

      <p>Irgendwann stößt man jedoch an eine Grenze, die weniger mit der Drucktechnik zu tun hat als mit dem Material selbst. Teile biegen sich unter Last wo sie das nicht sollten. Oberflächen wirken glatt und gleichzeitig irgendwie zu glatt – zu wenig für den Kontext, in dem sie eingesetzt werden sollen. Für Konzeptmodelle reicht es, für alles was danach kommt oft nicht mehr.</p>

      <p>Genau an diesem Punkt setzt PLA CF10 an. Die Basis bleibt dieselbe – bewährtes PLA, dieselben unkomplizierten Druckbedingungen, offener Bauraum weiterhin möglich. Der Zusatz von 10% Carbonfaseranteil verändert das Bild aber spürbar: Die Steifigkeit steigt deutlich, die Maßhaltigkeit verbessert sich, Warping wird nochmals reduziert. Und die Oberfläche – matt, seidig, mit dem charakteristischen Carbon-Look – ist schlicht ein anderes Kaliber als das was man von reinem PLA kennt.</p>

      <div class="cr3d-infobox-with-image">
        <div class="cr3d-infobox-photo">
          <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/04/blog_pla_cf10_filament.jpg" alt="CR-3D PLA CF10 Filamentspule">
        </div>
        <div class="cr3d-info-box">
          <div class="cr3d-info-box-icon">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#888888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5"/><path d="M9 18h6"/><path d="M10 22h4"/></svg>
          </div>
          <div class="cr3d-info-box-content">
            <p><strong>Was bleibt:</strong> Offener Bauraum, unkomplizierte Parameter, kaum Warping – der gewohnte PLA-Aufwand.</p>
            <p><strong>Was dazukommt:</strong> Deutlich mehr Steifigkeit, UV-Stabilität, Hochtemperaturbeständigkeit, schlagzähe Modifikation und seidenmatte Carbon-Oberfläche.</p>
            <p><strong>Was man wissen sollte:</strong> Im Vergleich zu reinem PLA ist PLA CF10 etwas sprödiger – gegenüber typischen CF-Materialien jedoch deutlich schlagzäher und widerstandsfähiger. Carbon ist abrasiv: vor dem ersten Druck auf eine <strong>gehärtete Stahldüse</strong> wechseln.</p>
          </div>
        </div>
      </div>

      <h2 id="section-fuerwen">Für wen ist es das richtige Material</h2>

      <p><a href="https://www.cr3d.de/kategorie/filamente/pla-cf10/">PLA CF10</a> ist bewusst breit gedacht – vom ersten CF-Druck auf einem einfachen Heimdrucker bis hin zum großformatigen Industrieprototypen. Die Stärke des Materials liegt genau darin, dass es auf keiner dieser Ebenen einen Kompromiss verlangt.</p>

      <div class="cr3d-spec-cards-light">
        <div class="cr3d-spec-card-light">
          <h3>Einsteiger und alle mit einfachem Setup</h3>
          <p>Wer schon immer CF drucken wollte, aber keinen geschlossenen Bauraum hat oder noch nicht tief in technischere Materialien eingestiegen ist, findet in PLA CF10 den idealen Einstieg. Kein geschlossener Bauraum erforderlich, keine exotischen Druckparameter, kein stundenlanger Feinabgleich. Carbon-Ergebnisse mit dem gewohnten PLA-Aufwand – das ist der Kern des Materials.</p>
        </div>
        <div class="cr3d-spec-card-light">
          <h3>Maker und Fortgeschrittene</h3>
          <p>Funktionale Halterungen, Gehäuse, Vorrichtungen, frühe Prototypen – überall dort wo normales PLA zu nachgiebig ist oder optisch nicht den richtigen Eindruck hinterlässt, macht PLA CF10 den entscheidenden Schritt nach vorne. Die Kombination aus Steifigkeit, Maßhaltigkeit und Oberfläche hebt das Ergebnis in eine andere Kategorie, ohne den Arbeitsaufwand wesentlich zu erhöhen.</p>
        </div>
        <div class="cr3d-spec-card-light">
          <h3>Industrie und Großformat</h3>
          <p>Wer großformatig druckt – sei es auf einem unserer i6x5 Systeme mit einem Bauraum von 600 × 1.200 × 500 mm oder auf vergleichbaren Maschinen – kennt die Herausforderung: Je größer das Teil, desto empfindlicher reagiert der Druck auf Temperaturschwankungen, thermischen Verzug und Warping. PLA CF10 zeigt sich hier bemerkenswert gutmütig. Auch bei Teilen im Meterbereich bleibt der Druck stabil und reproduzierbar, selbst in offenen oder nur leicht temperierten Umgebungen. Für frühe Entwurfsiterationen oder Konzeptmodelle die schon ein gewisses Niveau mitbringen sollen, ist das ein erheblicher praktischer Vorteil.</p>
        </div>
      </div>

      <div class="cr3d-img-with-caption">
        <div class="cr3d-img-full">
          <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/04/blog_pla_cf10_druckteil.jpg" alt="Vergleich zweier 3D-gedruckter Bauteile: links reguläres PLA, rechts PLA CF10 mit matter Carbon-Oberfläche">
        </div>
        <p class="cr3d-caption" style="text-align:center; color:#999; margin-bottom:0; font-style:italic;">2 Musterdruckteile – links reguläres PLA, rechts PLA CF10 mit seiner seidig-matten Carbon-Optik</p>
      </div>

      <h2 id="section-qualitaet">Eigenproduktion als Qualitätsversprechen</h2>

      <p>Wie alle unsere Filamente produzieren wir auch PLA CF10 selbst – direkt aus hochwertigem Granulat, unter eigener Qualitätskontrolle, ohne Zwischenhändler. Das ist keine Selbstverständlichkeit im Filamentmarkt, für uns aber der einzige Weg wie wir für das stehen können was auf der Spule ist.</p>

      <p>Was das in der Praxis bedeutet: Toleranzen, Konsistenz und Materialverhalten sind keine Variablen die wir einem Lieferanten überlassen, sondern Parameter die wir selbst kontrollieren und bei jeder Charge prüfen. Das Ergebnis ist ein Filament das sich so verhält wie es sich verhalten soll – von der ersten bis zur letzten Runde auf der Spule.</p>

      <h2 id="section-daten">Technische Daten</h2>

      <p><a href="https://www.cr3d.de/kategorie/filamente/pla-cf10/">PLA CF10</a> geht dort weiter wo normales PLA-CF aufhört. Durch die schlagzähe Modifikation, UV-Stabilisierung und Hochtemperaturfähigkeit ist es für funktionale Bauteile ausgelegt – nicht nur für Prototypen die gut aussehen sollen, sondern für Teile die dauerhaft halten müssen.</p>

      <div class="cr3d-info-box">
        <div class="cr3d-info-box-icon">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4"/></svg>
        </div>
        <div class="cr3d-info-box-content">
          <h3>Hochtemperatur – über 100 °C</h3>
          <p>Klassisches PLA verliert bei rund 60 °C seine Formstabilität. PLA CF10 lässt sich wie gewohntes PLA auf jedem offenen Drucker verarbeiten. Wer mehr braucht, kann das fertige Bauteil tempern: Ein bis zwei Stunden bei 80 bis 100 °C im Ofen reichen, damit die Materialstruktur nachkristallisiert und die Wärmeformbeständigkeit deutlich über 100 °C steigt. Kein Umbau am Drucker, kein beheizter Bauraum nötig.</p>
        </div>
      </div>

      <div class="cr3d-info-box">
        <div class="cr3d-info-box-icon">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="4"/><path d="M12 2v2"/><path d="M12 20v2"/><path d="m4.93 4.93 1.41 1.41"/><path d="m17.66 17.66 1.41 1.41"/><path d="M2 12h2"/><path d="M20 12h2"/><path d="m6.34 17.66-1.41 1.41"/><path d="m19.07 4.93-1.41 1.41"/></svg>
        </div>
        <div class="cr3d-info-box-content">
          <h3>UV-Stabil – für den Außeneinsatz</h3>
          <p>Wo normales PLA unter UV-Belastung vergilbt und versprödet, bleibt PLA CF10 dauerhaft stabil. Ideal für Bauteile die regelmäßig Licht- oder Außenbedingungen ausgesetzt sind – Gehäuse, Halterungen, Abdeckungen.</p>
        </div>
      </div>

      <div class="cr3d-info-box">
        <div class="cr3d-info-box-icon">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9"/><path d="m18 15 4-4"/><path d="m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5"/></svg>
        </div>
        <div class="cr3d-info-box-content">
          <h3>Tough &amp; schlagzäh – kein sprödes CF</h3>
          <p>Im Vergleich zu reinem PLA ist PLA CF10 etwas sprödiger. Gegenüber typischen CF-Materialien am Markt ist es jedoch bewusst schlagzäh modifiziert: widerstandsfähig gegen Stöße, vibrationsfest und dauerhaft belastbar. Ideal für seriennahe, funktionale Bauteile.</p>
        </div>
      </div>

      <div class="cr3d-techdata">
        <h3><a href="https://www.cr3d.de/kategorie/filamente/pla-cf10/" style="color:inherit; border-bottom:none; text-decoration:none;">PLA CF10</a> – Spezifikationen</h3>
        <div class="cr3d-techdata-grid">
          <div class="cr3d-techdata-row"><span class="cr3d-techdata-label">Durchmesser</span><span class="cr3d-techdata-value">1,75 mm</span></div>
          <div class="cr3d-techdata-row"><span class="cr3d-techdata-label">Drucktemperatur</span><span class="cr3d-techdata-value">230 °C</span></div>
          <div class="cr3d-techdata-row"><span class="cr3d-techdata-label">Bauraum</span><span class="cr3d-techdata-value">Offen möglich</span></div>
          <div class="cr3d-techdata-row"><span class="cr3d-techdata-label">Düse</span><span class="cr3d-techdata-value">Gehärteter Stahl, ab 0,4 mm</span></div>
          <div class="cr3d-techdata-row"><span class="cr3d-techdata-label">Carbonfaseranteil</span><span class="cr3d-techdata-value">10 %</span></div>
          <div class="cr3d-techdata-row"><span class="cr3d-techdata-label">Basis</span><span class="cr3d-techdata-value">PLA (schlagzäh modifiziert)</span></div>
          <div class="cr3d-techdata-row"><span class="cr3d-techdata-label">UV-Stabilität</span><span class="cr3d-techdata-value">✓ Ja</span></div>
          <div class="cr3d-techdata-row"><span class="cr3d-techdata-label">Temperbar</span><span class="cr3d-techdata-value">✓ Ja (90–100 °C Bauraum)</span></div>
          <div class="cr3d-techdata-row"><span class="cr3d-techdata-label">Warping</span><span class="cr3d-techdata-value">Sehr gering</span></div>
          <div class="cr3d-techdata-row"><span class="cr3d-techdata-label">Oberfläche</span><span class="cr3d-techdata-value">Matt, Carbon-Textur</span></div>
        </div>
        <p class="cr3d-techdata-note" style="font-weight:450; color:#aaa;">
          Mechanische Kennwerte und weitere Details im
          <a href="https://www.cr3d.de/produkt/carbx-pla-cf10/?attachment_id=34955&#038;download_file=61cnixcp840uj" target="_blank" rel="noopener" style="color:var(--blog-teal); border-bottom:1px solid var(--blog-teal); font-weight:500;">technischen Datenblatt (PDF)</a>.
        </p>
      </div>

      <h2 id="section-farben">Verfügbare Farben</h2>

      <p><a href="https://www.cr3d.de/kategorie/filamente/pla-cf10/">PLA CF10</a> ist in drei Farbtönen erhältlich – alle abgestimmt auf den matten Carbon-Charakter des Materials, ohne die übliche Hochglanzoptik.</p>

      <div class="cr3d-colors">
        <a href="https://www.cr3d.de/produkt/carbx-pla-cf10/" style="text-decoration:none; border-bottom:none;" target="_blank" rel="noopener">
          <div class="cr3d-color-swatch"><div class="cr3d-color-circle" style="background:#1a1a1a;"></div><span class="cr3d-color-label">Schwarz</span></div>
        </a>
        <a href="https://www.cr3d.de/produkt/pla-cf10-blau/" style="text-decoration:none; border-bottom:none;" target="_blank" rel="noopener">
          <div class="cr3d-color-swatch"><div class="cr3d-color-circle" style="background:#3d5a73;"></div><span class="cr3d-color-label">Blau</span></div>
        </a>
        <a href="https://www.cr3d.de/produkt/pla-cf10-rot/" style="text-decoration:none; border-bottom:none;" target="_blank" rel="noopener">
          <div class="cr3d-color-swatch"><div class="cr3d-color-circle" style="background:#7a3030;"></div><span class="cr3d-color-label">Rot</span></div>
        </a>
      </div>

      <div class="cr3d-outro-event">
        <div class="cr3d-outro-event-text">
          <h3>Live erleben: Tag der offenen Tür</h3>
          <p>Wer das Material lieber erst in der Hand hält bevor er eine Spule bestellt: Am 26. April sind wir in Cham vor Ort. Beim Tag der offenen Tür könnt ihr PLA CF10 live erleben – gedruckte Teile anfassen, die Oberfläche beurteilen und direkt mit uns sprechen.</p>
          <a href="https://eveeno.com/225336162"  class="cr3d-btn-outline"  rel="noopener" target="_blank" rel="noopener noreferrer">Zur Anmeldung</a>
        </div>
      </div>

      <div class="cr3d-cta">
        <h2>Keine Updates verpassen</h2>
        <p>Neue Materialien, technische Guides und exklusive Aktionen direkt ins Postfach.</p>
        <a href="https://cr-3d.us7.list-manage.com/subscribe?u=df341d12319471291fd7d49f0&#038;id=bcc6dca37b"  class="cr3d-btn"  rel="noopener" target="_blank" rel="noopener noreferrer">Newsletter abonnieren</a>
      </div>

    </article>

    <aside class="cr3d-sidebar">


          <!-- PROMO Desktop Sidebar-->

          
      <!--<div class="cr3d-promo-box">
        <h4>Launch-Aktion</h4>
        <p style="color:rgba(255,255,255,1); font-size:1.4rem; font-weight:500; margin-bottom:0.4rem; text-align:center;">20% Nachlass auf PLA CF10</p>
        <span class="cr3d-promo-code">placf10now</span>
        <p style="color:rgba(255,255,255,1); font-size:1.2rem; margin-bottom:0; text-align:center;">Im Shop bei der Bestellung eingeben.</p>
        <span class="cr3d-promo-expires">Gültig bis: 03.05.2026</span>
      </div>
    -->


      <div class="cr3d-event-box">
        <h4>Materialkunde</h4>
        <p><a href="https://www.cr3d.de/kategorie/filamente/pla-cf10/" style="color:inherit; border-bottom:none;">Neuvorstellung: PLA CF10</a></p>
      </div>

      <div class="cr3d-sidebar-card">
        <h4>Inhalt</h4>
        <ul class="cr3d-toc">
          <li><a href="#section-material">PLA, aber besser</a></li>
          <li><a href="#section-fuerwen">Für wen ist es das richtige Material</a></li>
          <li><a href="#section-qualitaet">Eigenproduktion als Qualitätsversprechen</a></li>
          <li><a href="#section-daten">Technische Daten &amp; Eigenschaften</a></li>
          <li><a href="#section-farben">Verfügbare Farben</a></li>
        </ul>
      </div>

      <div class="cr3d-sidebar-card">
        <h4>Weiterführend</h4>
        <ul class="cr3d-toc">
          <li><a href="https://www.cr3d.de/filamente/" target="_blank" rel="noopener">Alle CR-3D Filamente</a></li>
          <li><a href="https://www.cr3d.de/blog/der-unsichtbare-ip-schutz-faelschungssichere-3d-druck-bauteile-dank-traceable-filament/" target="_blank" rel="noopener">Blog: Traceable Filament &amp; IP-Schutz</a></li>
        </ul>
        <a href="https://www.cr3d.de/kategorie/filamente/" class="cr3d-shop-link" target="_blank" rel="noopener">→ Jetzt Filament shoppen</a>
      </div>

    </aside>

  </div>

</div>

    <!-- PROMO Bubble-->
<!--
<div class="cr3d-mobile-promo-bubble" id="cr3dPromoBubble">
  <button class="bubble-close" onclick="document.getElementById('cr3dPromoBubble').style.display='none'" aria-label="Schließen">✕</button>
  <p id="cr3dBubbleText">🎉 <strong>20% Nachlass</strong> auf PLA CF10 – Code im Info-Menü!</p>
</div>
-->


<button class="cr3d-mobile-info-btn" onclick="document.getElementById('cr3dDrawer').classList.add('open')" aria-label="Weitere Informationen">
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <circle cx="12" cy="12" r="10" stroke="#0d8c96" stroke-width="2"/>
    <circle cx="12" cy="8" r="1.2" fill="#0d8c96"/>
    <rect x="11" y="11" width="2" height="6" rx="1" fill="#0d8c96"/>
  </svg>
</button>

<div class="cr3d-mobile-drawer" id="cr3dDrawer" onclick="if(event.target===this) this.classList.remove('open')">
  <div class="cr3d-mobile-drawer-inner">
    <div class="cr3d-drawer-header">
      <span>Info</span>
      <button onclick="document.getElementById('cr3dDrawer').classList.remove('open')" aria-label="Schließen">✕</button>
    </div>
   
   
    <!-- PROMO MOBILE-->
    
    <!--
    <div class="cr3d-drawer-promo">
      <h4>Launch-Aktion</h4>
      <p style="color:rgba(255,255,255,0.75); font-size:1.3rem; margin-bottom:0.4rem;">20% Nachlass auf PLA CF10:</p>
      <span class="cr3d-promo-code">placf10now</span>
      <p>Im Shop bei der Bestellung eingeben.</p>
      <span class="cr3d-promo-expires">Gültig bis: 03.05.2026</span>
    </div>

-->

    <div class="cr3d-drawer-event">
      <h4>Materialkunde</h4>
      <p><a href="https://www.cr3d.de/kategorie/filamente/pla-cf10/" style="color:inherit; border-bottom:none;">Neuvorstellung: PLA CF10</a></p>
    </div>
    <div class="cr3d-drawer-card">
      <h4>Inhalt</h4>
      <ul class="cr3d-toc">
        <li><a href="#section-material" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">PLA, aber besser</a></li>
        <li><a href="#section-fuerwen" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Für wen ist es das richtige Material</a></li>
        <li><a href="#section-qualitaet" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Eigenproduktion als Qualitätsversprechen</a></li>
        <li><a href="#section-daten" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Technische Daten &amp; Eigenschaften</a></li>
        <li><a href="#section-farben" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Verfügbare Farben</a></li>
      </ul>
    </div>
    <div class="cr3d-drawer-card">
      <h4>Weiterführend</h4>
      <ul class="cr3d-toc">
        <li><a href="https://www.cr3d.de/filamente/" target="_blank" rel="noopener">Alle CR-3D Filamente</a></li>
        <li><a href="https://www.cr3d.de/blog/der-unsichtbare-ip-schutz-faelschungssichere-3d-druck-bauteile-dank-traceable-filament/" target="_blank" rel="noopener">Blog: Traceable Filament &amp; IP-Schutz</a></li>
      </ul>
      <a href="https://www.cr3d.de/kategorie/filamente/" class="cr3d-shop-link" target="_blank" rel="noopener">→ Jetzt Filament shoppen</a>
    </div>
    <div class="cr3d-drawer-tags">
      <span class="cr3d-tags-label">Themen</span>
      <div class="cr3d-tags-wrap">
        <span class="cr3d-tag-pill">PLA CF10</span>
        <span class="cr3d-tag-pill">Filamente</span>
        <span class="cr3d-tag-pill">Carbon</span>
        <span class="cr3d-tag-pill">FDM</span>
        <span class="cr3d-tag-pill">Additive Fertigung</span>
        <span class="cr3d-tag-pill">Einsteiger</span>
        <span class="cr3d-tag-pill">Industrie</span>
        <span class="cr3d-tag-pill">Großformat</span>
      </div>
    </div>
  </div>
</div>

<script>
/*====POPUP Code====*/

/*

(function() {
  var isMobile = window.innerWidth <= 900;
  var bubble = document.getElementById('cr3dPromoBubble');
  var text = document.getElementById('cr3dBubbleText');
  if (!bubble || !text) return;
  if (isMobile) {
    text.innerHTML = '🎉 <strong>20% Nachlass</strong> auf PLA CF10 – Code im Info-Menü!';
  } else {
    text.innerHTML = '🎉 <strong>20% Nachlass</strong> auf PLA CF10 – Code in der Sidebar!';
  }
  setTimeout(function() { bubble.style.display = 'block'; }, 4000);
})()*/

(function() {
  var sidebar = document.querySelector('.cr3d-sidebar');
  if (!sidebar) return;
  var layout = document.querySelector('.cr3d-layout');
  var offsetTop = 32;
  var ticking = false;
  function updateSidebar() {
    var layoutRect = layout.getBoundingClientRect();
    var sidebarHeight = sidebar.offsetHeight;
    if (sidebarHeight + offsetTop >= layout.offsetHeight) { sidebar.style.transform = ''; return; }
    if (layoutRect.top > offsetTop) {
      sidebar.style.transform = '';
    } else if (layoutRect.bottom - offsetTop >= sidebarHeight) {
      sidebar.style.transform = 'translateY(' + (Math.abs(layoutRect.top) + offsetTop) + 'px)';
    } else {
      sidebar.style.transform = 'translateY(' + (layout.offsetHeight - sidebarHeight) + 'px)';
    }
    ticking = false;
  }
  window.addEventListener('scroll', function() {
    if (!ticking) { requestAnimationFrame(updateSidebar); ticking = true; }
  }, { passive: true });
  updateSidebar();
})();
</script>



<p></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/pla-cf10-dein-einstieg-in-carbonfilamente/">PLA CF10: Dein Einstieg in Carbonfilamente</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cr3d.de/blog/pla-cf10-dein-einstieg-in-carbonfilamente/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Der unsichtbare IP-Schutz:Fälschungssichere 3D-Druck-Bauteile dank Traceable Filament</title>
		<link>https://www.cr3d.de/blog/der-unsichtbare-ip-schutzfaelschungssichere-3d-druck-bauteiledank-traceable-filament/</link>
					<comments>https://www.cr3d.de/blog/der-unsichtbare-ip-schutzfaelschungssichere-3d-druck-bauteiledank-traceable-filament/#respond</comments>
		
		<dc:creator><![CDATA[Konstantin Korotkich]]></dc:creator>
		<pubDate>Fri, 13 Mar 2026 14:00:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Additive Fertigung]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[Defence]]></category>
		<category><![CDATA[Fälschungsschutz]]></category>
		<category><![CDATA[Filaments]]></category>
		<category><![CDATA[GRAFE]]></category>
		<category><![CDATA[IP-Schutz]]></category>
		<category><![CDATA[Rheinmetall]]></category>
		<category><![CDATA[Tailorlux]]></category>
		<category><![CDATA[Traceable]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=36721</guid>

					<description><![CDATA[<p>Was passiert, wenn das falsche Material in den Drucker geladen wird? CR-3D, Rheinmetall und GRAFE haben eine Antwort – und sie steckt direkt im Filament.​​​​​​​​​​​​​​​​</p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/der-unsichtbare-ip-schutzfaelschungssichere-3d-druck-bauteiledank-traceable-filament/">Der unsichtbare IP-Schutz:Fälschungssichere 3D-Druck-Bauteile dank Traceable Filament</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<style>
  :root {
    --blog-teal: #0d8c96;
    --blog-teal-light: rgba(13, 140, 150, 0.1);
    --blog-dark: #293133;
    --blog-white: #ffffff;
    --blog-text: #1a1a1a;
    --blog-muted: #555555;
    --blog-border: #e0e0e0;
  }

  .post-thumbnail { display: none !important; }
  .cr3d-blog * { box-sizing: border-box; margin: 0; padding: 0; }
  .cr3d-blog {
    font-family: 'Montserrat', sans-serif;
    background: var(--blog-white); color: var(--blog-text);
    font-size: 1.6rem; line-height: 1.75; -webkit-font-smoothing: antialiased;
  }

  /* HERO */
  .cr3d-hero { position: relative; width: 100%; height: 65vh; min-height: 440px; overflow: hidden; margin-bottom: 0; }
  .cr3d-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; display: block; filter: brightness(0.6); }
  .cr3d-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 20%, rgba(0,0,0,0.65) 100%); }
  .cr3d-hero-content { position: absolute; bottom: 0; left: 0; padding: 4.8rem 6.4rem; max-width: 820px; }
  .cr3d-tag { display: inline-block; background: var(--blog-teal); color: #fff; font-size: 1.152rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.48rem 1.28rem; margin-bottom: 1.6rem; }
  .cr3d-hero h1 { font-size: 4.48rem; font-weight: 800; line-height: 1.15; color: #fff; letter-spacing: -0.02em; margin-bottom: 1.6rem; }
  .cr3d-hero-meta { font-size: 1.36rem; color: rgba(255,255,255,0.75); display: flex; gap: 2.4rem; }
  .cr3d-hero-meta .sep { color: var(--blog-teal); }

  /* TAGS BAR */
  .cr3d-tags-bar { max-width: 1140px; margin: 0 auto; padding: 1.92rem 3.2rem; display: flex; align-items: center; justify-content: center; gap: 1.2rem; flex-wrap: wrap; border-bottom: 1px solid var(--blog-border); }
  .cr3d-tags-bar-label { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); white-space: nowrap; }
  .cr3d-tag-pill { font-size: 1.2rem; border: 1px solid var(--blog-border); color: var(--blog-muted); padding: 0.4rem 0.96rem; background: #f5f5f5; font-family: 'Montserrat', sans-serif; }

  /* LAYOUT */
  .cr3d-layout { max-width: 1140px; margin: 0 auto; padding: 4.8rem 3.2rem 8rem; display: grid; grid-template-columns: 1fr 280px; gap: 4rem; align-items: start; }

  /* ARTICLE */
  .cr3d-article p { font-size: 1.6rem; color: var(--blog-muted); margin-bottom: 2.4rem; line-height: 1.8; }
  .cr3d-article h2 { font-size: 2.56rem; font-weight: 800; color: var(--blog-text); margin: 4.8rem 0 1.92rem; padding-left: 1.76rem; border-left: 4px solid var(--blog-teal); line-height: 1.25; }
  .cr3d-article a { color: var(--blog-teal); text-decoration: none; border-bottom: 1px solid var(--blog-teal); }
  .cr3d-article a:hover { opacity: 0.75; }

  /* INTRO BOX */
  .cr3d-intro-box { background: var(--blog-teal-light); border-left: 4px solid var(--blog-teal); padding: 2.4rem 3.2rem; margin-bottom: 4rem; font-size: 1.68rem; font-weight: 500; color: var(--blog-text); line-height: 1.7; }

  /* IMAGES */
  .cr3d-img-full { width: 100%; margin: 3.2rem 0 0.64rem; background: transparent; }
  .cr3d-img-full img { width: 100%; height: 400px; object-fit: contain; display: block; }
  .cr3d-caption { font-size: 1.248rem; color: #bbb; text-align: right; margin-bottom: 3.2rem; font-style: italic; }

  /* SPEC CARDS */
  .cr3d-spec-cards-light { display: flex; flex-direction: column; gap: 1.6rem; margin: 0 0 2.4rem; }
  .cr3d-spec-card-light { background: var(--blog-teal-light); border-left: 4px solid var(--blog-teal); padding: 2.24rem 3.2rem; }
  .cr3d-spec-card-light h3 { font-size: 1.6rem; font-weight: 800; color: var(--blog-teal); margin-bottom: 0.8rem; letter-spacing: 0.01em; }
  .cr3d-spec-card-light p { font-size: 1.52rem; color: var(--blog-muted); margin-bottom: 0; line-height: 1.7; }
  .cr3d-spec-card-light strong { color: var(--blog-text); }

  /* DARK BOX */
  .cr3d-filament { background: var(--blog-dark); color: #fff; margin: 3.2rem 0 2.4rem; display: grid; grid-template-columns: 220px 1fr; overflow: hidden; min-height: 280px; }
  .cr3d-filament-img { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: flex-end; }
  .cr3d-filament-img img { width: 396px; height: 396px; max-width: none; max-height: none; object-fit: contain; display: block; margin-left: -154px; }
  .cr3d-filament-text { padding: 2.4rem 4rem 2.4rem 2.4rem; display: flex; flex-direction: column; justify-content: center; align-items: center; }
  @media (max-width: 900px) {
    .cr3d-filament { grid-template-columns: 1fr; display: flex; flex-direction: column; }
    .cr3d-filament-img { justify-content: center; min-height: 180px; order: 2; }
    .cr3d-filament-img img { margin-left: 0; width: 180px; height: 180px; }
    .cr3d-filament-text { padding: 2rem 2.4rem 2.4rem; align-items: flex-start; order: 1; }
  }
  .cr3d-sneak-badge { display: block; width: fit-content; border: 1.5px solid var(--blog-teal); color: var(--blog-teal); font-size: 1.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.56rem 1.76rem; margin: 0 auto 0.64rem auto; }
  .cr3d-filament h2 { font-size: 2.24rem; font-weight: 800; color: #fff; margin-bottom: 0.8rem; border: none; padding: 0; border-left: none; text-align: center; }
  .cr3d-filament p { font-size: 1.472rem; color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 1.2rem; }
  .cr3d-filament strong { color: var(--blog-teal); }

  /* CTA */
  .cr3d-cta { background: var(--blog-teal); padding: 4rem 6.4rem; text-align: center; margin-top: 1.6rem; }
  .cr3d-cta h2 { font-size: 2.88rem; font-weight: 800; color: #fff; margin-bottom: 1.6rem; border: none; border-left: none; padding: 0; margin-top: 0; }
  .cr3d-cta p { font-size: 1.6rem; color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto 3.2rem; line-height: 1.65; }
  .cr3d-btn { display: inline-block; background: #fff; color: var(--blog-teal); font-family: 'Montserrat', sans-serif; font-size: 1.44rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 1.44rem 4.8rem; border: none; border-radius: 6px; transition: background 0.2s, color 0.2s; }
  .cr3d-btn:hover { background: #293133; color: #fff; }

  /* SIDEBAR */
  .cr3d-sidebar { position: -webkit-sticky; position: sticky; top: 3.2rem; align-self: start; transition: transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1); will-change: transform; transform: translateZ(0); }
  .cr3d-sidebar-card { border: 1px solid var(--blog-border); padding: 1.8rem 2rem; margin-bottom: 1.6rem; }
  .cr3d-sidebar-card h4 { font-size: 1.072rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.2rem; padding-bottom: 0.96rem; border-bottom: 1px solid var(--blog-border); }
  .cr3d-toc { list-style: none; display: flex; flex-direction: column; gap: 0.72rem; }
  .cr3d-toc a { font-size: 1.3rem; color: var(--blog-muted); text-decoration: none; display: flex; gap: 0.8rem; align-items: flex-start; line-height: 1.4; }
  .cr3d-toc a::before { content: '›'; color: var(--blog-teal); flex-shrink: 0; }
  .cr3d-toc a:hover { color: var(--blog-teal); }

  .cr3d-event-box { background: var(--blog-dark); color: #fff; padding: 1.8rem 2rem; margin-bottom: 1.6rem; }
  .cr3d-event-box h4 { font-size: 1.072rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1rem; }
  .cr3d-event-box p { font-size: 1.3rem; color: rgba(255,255,255,0.75); line-height: 1.6; }
  .cr3d-event-box strong { color: #fff; }

  .cr3d-tags-wrap { display: flex; flex-wrap: wrap; gap: 0.8rem; }
  .cr3d-tags-label { font-size: 1.072rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); margin-bottom: 1rem; }

  /* MOBILE INFO BUTTON */
  .cr3d-mobile-info-btn { display: none; position: fixed; bottom: 2.4rem; left: 2.4rem; z-index: 200; width: 48px; height: 48px; border-radius: 50%; background: var(--blog-dark); border: 2px solid var(--blog-teal); cursor: pointer; align-items: center; justify-content: center; box-shadow: 0 2px 16px rgba(0,0,0,0.35); }

  /* MOBILE DRAWER */
  .cr3d-mobile-drawer { display: none; position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,0.45); }
  .cr3d-mobile-drawer.open { display: block; }
  .cr3d-mobile-drawer-inner { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: min(440px, calc(100% - 2rem)); max-height: 82vh; background: #fff; overflow-y: auto; padding: 2.4rem 2.4rem 4rem; border-radius: 16px 16px 0 0; font-family: 'Montserrat', sans-serif; color: var(--blog-text); box-shadow: 0 -4px 40px rgba(0,0,0,0.25); }
  .cr3d-drawer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.4rem; padding: 1.6rem 2.4rem; border-bottom: 1px solid var(--blog-border); position: sticky; top: -2.4rem; margin-top: -2.4rem; margin-left: -2.4rem; margin-right: -2.4rem; background: #fff; z-index: 10; box-shadow: 0 8px 0 #fff; }
  .cr3d-drawer-header span { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-muted); }
  .cr3d-drawer-header button { background: none; border: none; font-size: 2rem; cursor: pointer; color: var(--blog-muted); line-height: 1; font-family: 'Montserrat', sans-serif; }
  .cr3d-drawer-event { background: var(--blog-dark); color: #fff; padding: 2.4rem; margin-bottom: 2rem; }
  .cr3d-drawer-event h4 { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid #0e8c96; }
  .cr3d-drawer-event p { font-size: 1.408rem; color: rgba(255,255,255,0.75); line-height: 1.6; text-align: center; }
  .cr3d-drawer-event strong { color: #fff; }
  .cr3d-drawer-card { border: 1px solid var(--blog-border); padding: 2.4rem; margin-bottom: 2rem; }
  .cr3d-drawer-card h4 { font-size: 1.152rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blog-teal); margin-bottom: 1.6rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--blog-border); }
  .cr3d-drawer-tags { padding-top: 2rem; border-top: 1px solid var(--blog-border); }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .cr3d-layout { grid-template-columns: 1fr; padding: 3.2rem 2.4rem 6.4rem; }
    .cr3d-sidebar { display: none; }
    .cr3d-tags-bar { display: none; }
    .cr3d-mobile-info-btn { display: flex; }
    .cr3d-hero h1 { font-size: 2.88rem; }
    .cr3d-hero-content { padding: 3.2rem; }
    .cr3d-fieldrack-row { grid-template-columns: 1fr !important; }
    .cr3d-cta { padding: 4.8rem 2.4rem; }
    .cr3d-cta h2 { font-size: 2.24rem; }
  }
</style>

<div class="cr3d-blog">

  <div class="cr3d-hero">
    <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/trace_blog_scan4.jpg" alt="CR-3D Traceable Filament – fälschungssichere Kunststoffrolle mit eingebetteten Sicherheitsmarkern">
    <div class="cr3d-hero-overlay"></div>
    <div class="cr3d-hero-content">
      <span class="cr3d-tag">IP-Schutz &amp; Additive Fertigung</span>
      <h1>Der unsichtbare IP-Schutz:<br>Fälschungssichere 3D-Druck-Bauteile<br>dank Traceable Filament</h1>
      <div class="cr3d-hero-meta">
        <span>März 2026</span>
        <span class="sep">|</span>
        <span>CR-3D, Rheinmetall &amp; GRAFE</span>
        <span class="sep">|</span>
        <span>12 Min. Lesezeit</span>
      </div>
    </div>
  </div>

  <div class="cr3d-tags-bar">
    <span class="cr3d-tags-bar-label">Themen:</span>
    <span class="cr3d-tag-pill">Traceable Filaments</span>
    <span class="cr3d-tag-pill">IP-Schutz</span>
    <span class="cr3d-tag-pill">Fälschungsschutz</span>
    <span class="cr3d-tag-pill">GRAFE</span>
    <span class="cr3d-tag-pill">Tailorlux</span>
    <span class="cr3d-tag-pill">Additive Fertigung</span>
    <span class="cr3d-tag-pill">Defence</span>
    <span class="cr3d-tag-pill">Rheinmetall</span>
  </div>

  <div class="cr3d-layout">

    <article class="cr3d-article">

      <div class="cr3d-intro-box">
        Aktuell blickt die Branche auf das AM Village 2026 im spanischen Albacete. Dort beweist die Mobile Smart Factory (MSF) von Rheinmetall live, wie mobile Fertigung unter den extremsten Bedingungen funktioniert. Wir von CR-3D sind als Technologiepartner nicht nur persönlich vor Ort, sondern auch technologisch mittendrin: mit unseren verbauten FieldRACK Systemen.<br><br>
        Im ersten Teil dieser Beitragsserie haben wir bereits beleuchtet, wie wir durch extrem robuste, bis ins letzte Detail optimierte Industrie-Hardware und eine kompromisslose, 100 % Cloud-freie Software ein Höchstmaß an Ausfall- und Datensicherheit garantieren. Doch eine entscheidende Frage bleibt: Unsere 3D-Drucker und die Software können noch so unerschütterlich und abgeschirmt sein – was passiert, wenn physisch das falsche oder ein minderwertiges Material geladen wird?
      </div>

      <p>Die Hardware und die Software können noch so ausfallsicher und abgeschirmt sein – wenn es auf die berühmten letzten 100 Meter ankommt, muss absolut sichergestellt sein, dass das produzierte Ersatzteil exakt den geforderten Spezifikationen entspricht. Die Antwort auf diese Herausforderung lautet: <strong>Traceable Filament</strong>.</p>

<div class="cr3d-img-full">
        <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/trace_blog_amvillage.png" alt="Filament vor Ort im AM Village">
      </div>

      <h2 id="section-schutz">Warum herkömmlicher Schutz in der Industrie nicht mehr ausreicht</h2>

      <p>Dieses Problem beschränkt sich bei Weitem nicht nur auf den Defence Sektor. Auch in der zivilen Industrie steigt die Zahl der additiv gefertigten Endkunden- und Ersatzteile rapide an. Wenn nun systemrelevante Maschinen-, Automobil- oder Medizinbauteile aus ungeprüften Drittanbieter-Kunststoffen gedruckt werden, verfallen im Ernstfall sämtliche Garantie- und Regressansprüche. Schlimmstenfalls entstehen immense Sach- oder Personenschäden.</p>

      <p>Der klassische Schutz – ein RFID-Chip an der Filamentspule oder ein Barcode auf der Verpackung – greift hier zu kurz, da er nach dem Drucken vom eigentlichen Bauteil entkoppelt ist. Die Industrie benötigt einen Originalitätsnachweis, der unlöslich mit dem Produkt verbunden ist.</p>

      <div class="cr3d-spec-cards-light">
      <div class="cr3d-spec-card-light">
        <h3>Unlöslich verbunden</h3>
        <p>Ein RFID-Chip auf der Spule bleibt beim Drucken zurück. Der Sicherheitsmarker im Traceable Filament hingegen ist fest in die <strong>Polymermatrix des fertigen Bauteils</strong> eingebettet – unlöslich, untrennbar, unveränderbar.</p>
        <br><br>
        <h3>Sofort verifizierbar</h3>
        <p>Jedes gedruckte Bauteil lässt sich mit einem simplen Handmessgerät (<strong>Tailor-Scan 4</strong>) innerhalb von Sekunden prüfen – sogar durch Verpackungen hindurch. Das Objekt selbst ist sein eigenes Echtheitszertifikat.</p>
      </div>
      </div>

      <p>Was im Rüstungsbereich als zwingender Standard für zertifizierte Lieferketten gilt, schützt in der Industrie das geistige Eigentum (IP) und schiebt Produktpiraterie einen dauerhaften Riegel vor.</p>

      <h2 id="section-technologie">Vom Granulat zum fälschungssicheren Filament</h2>

      <div class="cr3d-img-full">
        <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/trace_blog_granulat.jpg" alt="Filamentextrusion aus Granulat mit GRAFE-Masterbatch">
      </div>
      <p class="cr3d-caption">Vom Granulat zum gesicherten Filament – Extrusion mit eingebettetem Sicherheitsmasterbatch</p>

      <p>Um diesen ultimativen IP-Schutz zu realisieren, arbeiten wir in enger Kooperation mit Rheinmetall und dem renommierten Polymerspezialisten <a href="https://www.grafe.com"   rel="noopener" target="_blank" rel="noopener noreferrer">GRAFE</a> zusammen. Der Prozess beginnt bereits vor der eigentlichen Filament-Herstellung: Wir extrudieren unser Material direkt aus hochwertigem Granulat, dem ein spezielles Masterbatch von GRAFE – entwickelt mit Sicherheitspigmenten von <a href="https://www.tailorlux.com"   rel="noopener" target="_blank" rel="noopener noreferrer">Tailorlux</a> – beigemischt wird.</p>

      <p>Dieser Prozess bettet unsichtbare optische Sicherheitsmarker direkt in die Polymermatrix des Kunststoffs ein. Der Marker wird somit zu einem permanenten Bestandteil des fertigen Bauteils. Er kann weder entfernt, noch manipuliert oder durch äußere Einflüsse zerstört werden.</p>

      <div class="cr3d-fieldrack-row" style="display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:3.2rem; margin: 2.4rem 0 3.2rem;">
        <div style="overflow:hidden;">
          <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/trace_blog_scan1.jpg" alt="Tailor-Scan 4 Handmessgerät zur Bauteilverifizierung" style="width:100%; object-fit:contain; object-position:center; display:block;">
        </div>
        <p style="margin:0; font-size:1.6rem; color:var(--blog-muted); line-height:1.8;">Das Verfahren ist vollständig materialkompatibel: Ob PLA, PETG, PA oder PC – die optischen und mechanischen Eigenschaften des Kunststoffs bleiben dabei völlig unangetastet. Verifiziert wird mit dem <strong style="color:var(--blog-text);">Tailor-Scan 4</strong>, einem kompakten Handgerät, das den Marker innerhalb von Sekunden zweifelsfrei ausliest.</p>
      </div>

      <h2 id="section-ids">Weit mehr als nur ein Marker: Individuelle IDs für höchste Präzision</h2>

      <p>Der eigentliche technologische Durchbruch liegt in der Vielfalt des Systems. Es gibt nicht nur einen einzigen, universellen Marker für alle Kunststoffe auf dem Markt. Vielmehr ermöglicht das Verfahren eine riesige Bandbreite an völlig unterschiedlichen IDs, die ganz gezielt für verschiedene Kunden oder Anwendungen produziert werden können.</p>

      <p>Das bedeutet in der Praxis: Ein Unternehmen kann einen bestimmten Basis-Marker für seine allgemeinen Werkstoffe einsetzen. Für hochsensible, lizensierte Bauteile eines anderen Kunden lässt sich hingegen ein Filament mit einer völlig anderen, weltweit exklusiven Signatur herstellen.</p>

      <div class="cr3d-img-full">
        <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/trace_blog_scan3.jpg" alt="Verifizierung eines 3D-gedruckten Bauteils mit dem Tailor-Scan 4">
      </div>
      <p class="cr3d-caption">Verifizierung direkt am Bauteil – auch durch Verpackungen hindurch möglich</p>

      <p>Jede dieser spezifischen IDs lässt sich später im gedruckten Bauteil mit einem simplen Handmessgerät innerhalb von Sekunden verifizieren – sogar durch Verpackungen hindurch. Das physische Objekt wird so zu seinem eigenen, unangreifbaren Echtheitszertifikat.</p>

      <h2 id="section-blackbox">Der „Blackbox&#8220;-Effekt: Gerichtsfester Nachweis selbst nach einem Brand</h2>

      <p>Der Schutz durch das Traceable Filament greift jedoch nicht nur präventiv vor dem Druck, sondern fungiert auch als eine Art forensische Blackbox im extremsten Schadensfall.</p>

      <p>Stellen Sie sich vor, ein Fahrzeug im militärischen Einsatz oder eine hochkomplexe Anlage im industriellen Sektor brennt vollständig aus. Normalerweise wäre es im Nachhinein unmöglich festzustellen, ob der katastrophale Ausfall auf ein minderwertiges, raubkopiertes 3D-Druck-Ersatzteil zurückzuführen ist. Hier spielen die von GRAFE und Tailorlux verwendeten Markierungen ihren größten technischen Trumpf aus: Da es sich um <strong>anorganische, keramikbasierte Sicherheitspigmente</strong> handelt, sind diese extrem temperaturbeständig – und halten Temperaturen von bis zu <strong>1.700 °C</strong> stand.</p>

      <p>Das bedeutet in der Praxis: Selbst wenn der Kunststoff des gedruckten Bauteils bei einem Feuer restlos verbrennt, bleibt der optische Marker völlig unversehrt. Man kann buchstäblich die Asche des Bauteils scannen und zweifelsfrei verifizieren, ob das lizensierte Originalmaterial verbaut war. Dieser forensische Nachweis ist ein absoluter Gamechanger zur Abklärung von Schadensursachen und zur Abwehr unberechtigter Garantie- oder Regressansprüche.</p>

      <h2 id="section-integration">Der Kreis schließt sich: Nahtlose Integration in das digitale Ökosystem</h2>

      <p>Hier schlägt das Traceable Filament die direkte Brücke zurück zu unserer Hardware und der Mobile Smart Factory von Rheinmetall. Das Material ist das fehlende Puzzleteil, das den digitalen und den physischen Prozess endgültig vereint.</p>

      <p>In Kombination mit dem digitalen Ökosystem <strong>IRISprint</strong> wird das physische Endprodukt eindeutig seinem digitalen Zwilling zugeordnet. Die ausgelesene Material-ID bestätigt, dass alle geforderten Spezifikationen exakt eingehalten wurden. So wird aus einem simplen Stück Kunststoff ein intelligentes Bauteil, dessen Historie und Authentizität jederzeit transparent und fälschungssicher im System hinterlegt sind.</p>

      <div class="cr3d-filament">
        <div class="cr3d-filament-img">
          <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/filament_am_blog.png" alt="CR-3D Traceable Filament Rolle">
        </div>
        <div class="cr3d-filament-text">
          <span class="cr3d-sneak-badge">Von der Vision zur Praxis</span>
          <h2>Die geschlossene Kette</h2>
          <p>Wir beweisen gemeinsam mit Rheinmetall und GRAFE, dass kompromissloser Bauteilschutz im 3D-Druck keine Zukunftsmusik mehr ist. Die Technologie ist entwickelt, sie funktioniert und sie wird den Standard dafür setzen, wie die Industrie und der Defence Sektor zukünftig mit lizensierten Ersatzteilen umgehen.</p>
          <p style="margin-bottom:0;">Dabei lassen wir keine Schwachstellen mehr zu: Von der geschützten digitalen Datei in unserer <strong>SliCR-3D Software</strong> über die Fertigung auf unseren robusten 3D-Druck-Systemen bis hin zum fälschungssicheren Endprodukt aus Traceable Filament. Jeder Schritt dieser Prozesskette greift nahtlos ineinander und ist vollständig vor Manipulation geschützt – egal, ob in einer mobilen Basis im Feld oder auf dem zivilen industriellen Hallenboden.</p>
        </div>
      </div>

      <div class="cr3d-cta">
        <h2>Verpassen Sie keine Updates</h2>
        <p>Möchten Sie weiterhin spannende Insights aus der additiven Fertigung erhalten und keine technologischen Updates von CR-3D verpassen?</p>
        <a href="https://cr-3d.us7.list-manage.com/subscribe?u=df341d12319471291fd7d49f0&#038;id=bcc6dca37b"  class="cr3d-btn"  rel="noopener" target="_blank" rel="noopener noreferrer">Newsletter abonnieren</a>
      </div>

    </article>

    <aside class="cr3d-sidebar">

      <div class="cr3d-event-box">
        <h4>Event</h4>
        <p><strong>AM Village 2026</strong><br>16.–20. März 2026<br>Albacete, Spanien<br><br><strong>CR-3D</strong> als Technologiepartner von Rheinmetall</p>
      </div>

      <div class="cr3d-sidebar-card">
        <h4>Inhalt</h4>
        <ul class="cr3d-toc">
          <li><a href="#section-schutz">Warum herkömmlicher Schutz nicht ausreicht</a></li>
          <li><a href="#section-technologie">Fälschungssicheres Filament</a></li>
          <li><a href="#section-ids">Individuelle IDs</a></li>
          <li><a href="#section-blackbox">Der „Blackbox&#8220;-Effekt</a></li>
          <li><a href="#section-integration">Der Kreis schließt sich</a></li>
        </ul>
      </div>

      <div class="cr3d-sidebar-card">
        <h4>Weiterführend</h4>
        <ul class="cr3d-toc">
          <li><a href="https://www.cr3d.de/blog/von-cham-zum-am-village-rheinmetall-cr-3d/">Teil 1 – Von Cham zum AM Village</a></li>
          <li><a href="https://www.cr3d.de/blog/blog-cr3d-fieldrack/">FieldRACK Technische Details</a></li>
          <li><a href="https://www.cr3d.de/filamente/">CR-3D Filamente</a></li>
        </ul>
        <div style="margin-top:1.6rem; padding-top:1.6rem; border-top:1px solid var(--blog-border);">
          <div class="cr3d-tags-label">Partner</div>
          <ul class="cr3d-toc">
            <li><a href="https://www.rheinmetall.com/de"   rel="noopener" target="_blank" rel="noopener noreferrer">Rheinmetall Landsysteme GmbH</a></li>
            <li><a href="https://www.grafe.com"   rel="noopener" target="_blank" rel="noopener noreferrer">GRAFE Advanced Polymers</a></li>
            <li><a href="https://www.tailorlux.com"   rel="noopener" target="_blank" rel="noopener noreferrer">Tailorlux GmbH</a></li>
          </ul>
        </div>
      </div>

    </aside>

  </div>

</div>

<button class="cr3d-mobile-info-btn" onclick="document.getElementById('cr3dDrawer').classList.add('open')" aria-label="Weitere Informationen">
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <circle cx="12" cy="12" r="10" stroke="#0d8c96" stroke-width="2"/>
    <circle cx="12" cy="8" r="1.2" fill="#0d8c96"/>
    <rect x="11" y="11" width="2" height="6" rx="1" fill="#0d8c96"/>
  </svg>
</button>

<div class="cr3d-mobile-drawer" id="cr3dDrawer" onclick="if(event.target===this) this.classList.remove('open')">
  <div class="cr3d-mobile-drawer-inner">

    <div class="cr3d-drawer-header">
      <span>Info</span>
      <button onclick="document.getElementById('cr3dDrawer').classList.remove('open')" aria-label="Schließen">✕</button>
    </div>

    <div class="cr3d-drawer-event">
      <h4>Event</h4>
      <p><strong>AM Village 2026</strong><br>16.–20. März 2026<br>Albacete, Spanien<br><br><strong>CR-3D</strong> als<br>Technologiepartner von Rheinmetall</p>
    </div>

    <div class="cr3d-drawer-card">
      <h4>Inhalt</h4>
      <ul class="cr3d-toc">
        <li><a href="#section-schutz" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Warum herkömmlicher Schutz nicht ausreicht</a></li>
        <li><a href="#section-technologie" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Fälschungssicheres Filament</a></li>
        <li><a href="#section-ids" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Individuelle IDs</a></li>
        <li><a href="#section-blackbox" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Der „Blackbox&#8220;-Effekt</a></li>
        <li><a href="#section-integration" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Der Kreis schließt sich</a></li>
      </ul>
    </div>

    <div class="cr3d-drawer-card">
      <h4>Weiterführend</h4>
      <ul class="cr3d-toc">
        <li><a href="https://www.cr3d.de/blog/von-cham-zum-am-village-rheinmetall-cr-3d/">Teil 1 – Von Cham zum AM Village</a></li>
        <li><a href="https://www.cr3d.de/blog/blog-cr3d-fieldrack/">FieldRACK Technische Details</a></li>
        <li><a href="https://www.cr3d.de/filamente/">CR-3D Filamente</a></li>
      </ul>
      <div style="margin-top:2rem; padding-top:2rem; border-top:1px solid var(--blog-border);">
        <div class="cr3d-tags-label">Partner</div>
        <ul class="cr3d-toc">
          <li><a href="https://www.rheinmetall.com/de"   rel="noopener" target="_blank" rel="noopener noreferrer">Rheinmetall Landsysteme GmbH</a></li>
          <li><a href="https://www.grafe.com"   rel="noopener" target="_blank" rel="noopener noreferrer">GRAFE Advanced Polymers</a></li>
          <li><a href="https://www.tailorlux.com"   rel="noopener" target="_blank" rel="noopener noreferrer">Tailorlux GmbH</a></li>
        </ul>
      </div>
    </div>

    <div class="cr3d-drawer-tags">
      <div class="cr3d-tags-label">Themen</div>
      <div class="cr3d-tags-wrap">
        <span class="cr3d-tag-pill">Traceable Filaments</span>
        <span class="cr3d-tag-pill">IP-Schutz</span>
        <span class="cr3d-tag-pill">Fälschungsschutz</span>
        <span class="cr3d-tag-pill">GRAFE</span>
        <span class="cr3d-tag-pill">Tailorlux</span>
        <span class="cr3d-tag-pill">Additive Fertigung</span>
        <span class="cr3d-tag-pill">Defence</span>
        <span class="cr3d-tag-pill">Rheinmetall</span>
      </div>
    </div>

  </div>
</div>

<script>
(function() {
  var sidebar = document.querySelector('.cr3d-sidebar');
  if (!sidebar) return;
  var layout = document.querySelector('.cr3d-layout');
  var offsetTop = 32;
  var ticking = false;
  function updateSidebar() {
    var layoutRect = layout.getBoundingClientRect();
    var sidebarHeight = sidebar.offsetHeight;
    if (sidebarHeight + offsetTop >= layout.offsetHeight) { sidebar.style.transform = ''; return; }
    if (layoutRect.top > offsetTop) {
      sidebar.style.transform = 'translateZ(0)';
    } else if (layoutRect.bottom - offsetTop >= sidebarHeight) {
      sidebar.style.transform = 'translateY(' + Math.round(Math.abs(layoutRect.top) + offsetTop) + 'px) translateZ(0)';
    } else {
      sidebar.style.transform = 'translateY(' + Math.round(layout.offsetHeight - sidebarHeight) + 'px) translateZ(0)';
    }
    ticking = false;
  }
  window.addEventListener('scroll', function() {
    if (!ticking) { requestAnimationFrame(updateSidebar); ticking = true; }
  }, { passive: true });
  updateSidebar();
})();
</script>



<p></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/der-unsichtbare-ip-schutzfaelschungssichere-3d-druck-bauteiledank-traceable-filament/">Der unsichtbare IP-Schutz:Fälschungssichere 3D-Druck-Bauteile dank Traceable Filament</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cr3d.de/blog/der-unsichtbare-ip-schutzfaelschungssichere-3d-druck-bauteiledank-traceable-filament/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Von Cham zum AM Village – Rheinmetall &#038; CR-3D</title>
		<link>https://www.cr3d.de/blog/von-cham-zum-am-village-rheinmetall-cr-3d/</link>
					<comments>https://www.cr3d.de/blog/von-cham-zum-am-village-rheinmetall-cr-3d/#respond</comments>
		
		<dc:creator><![CDATA[Konstantin Korotkich]]></dc:creator>
		<pubDate>Thu, 12 Mar 2026 14:55:14 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Additive Fertigung]]></category>
		<category><![CDATA[AM Village]]></category>
		<category><![CDATA[Bundeswehr]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[Defence]]></category>
		<category><![CDATA[FDM]]></category>
		<category><![CDATA[Fieldrack]]></category>
		<category><![CDATA[Mobile Smart Factory]]></category>
		<category><![CDATA[Rheinmetall]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=36680</guid>

					<description><![CDATA[<p>CR-3D aus Cham ist Technologiepartner von Rheinmetall beim AM Village 2026 und liefert die FDM-Fertigungskapazitäten für die Mobile Smart Factory – eine mobile, containerbasierte Produktionslösung für den Feldeinsatz. Was den Unterschied macht: maximale Mobilität, lückenlose Datensicherheit und der nächste Meilenstein der additiven Fertigung – Traceable Filaments.</p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/von-cham-zum-am-village-rheinmetall-cr-3d/">Von Cham zum AM Village – Rheinmetall &amp; CR-3D</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<style>
  :root {
    --blog-teal: #0d8c96;
    --blog-teal-light: rgba(13, 140, 150, 0.1);
    --blog-dark: #293133;
    --blog-white: #ffffff;
    --blog-text: #1a1a1a;
    --blog-muted: #555555;
    --blog-border: #e0e0e0;
  }

  .post-thumbnail {
    display: none !important;
  }

  .cr3d-blog * { box-sizing: border-box; margin: 0; padding: 0; }

  .cr3d-blog {
    font-family: 'Montserrat', sans-serif;
    background: var(--blog-white);
    color: var(--blog-text);
    font-size: 1.6rem;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
  }

  /* ── HERO ── */
  .cr3d-hero {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 440px;
    overflow: hidden;
    margin-bottom: 0;
  }

  .cr3d-hero img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center 50%;
    display: block; filter: brightness(0.6);
  }

  .cr3d-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 20%, rgba(0,0,0,0.65) 100%);
  }

  .cr3d-hero-content {
    position: absolute; bottom: 0; left: 0;
    padding: 4.8rem 6.4rem; max-width: 820px;
  }

  .cr3d-tag {
    display: inline-block;
    background: var(--blog-teal); color: #fff;
    font-size: 1.152rem; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    padding: 0.48rem 1.28rem; margin-bottom: 1.6rem;
  }

  .cr3d-hero h1 {
    font-size: 4.48rem; font-weight: 800;
    line-height: 1.15; color: #fff;
    letter-spacing: -0.02em; margin-bottom: 1.6rem;
  }

  .cr3d-hero-meta {
    font-size: 1.36rem; color: rgba(255,255,255,0.75);
    display: flex; gap: 2.4rem;
  }
  .cr3d-hero-meta .sep { color: var(--blog-teal); }

  /* ── TAGS BAR ── */
  .cr3d-tags-bar {
    max-width: 1140px; margin: 0 auto;
    padding: 1.92rem 3.2rem;
    display: flex; align-items: center; justify-content: center;
    gap: 1.2rem; flex-wrap: wrap;
    border-bottom: 1px solid var(--blog-border);
  }

  .cr3d-tags-bar-label {
    font-size: 1.152rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--blog-muted); white-space: nowrap;
  }

  .cr3d-tag-pill {
    font-size: 1.2rem;
    border: 1px solid var(--blog-border);
    color: var(--blog-muted);
    padding: 0.4rem 0.96rem;
    background: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
  }

  /* ── LAYOUT ── */
  .cr3d-layout {
    max-width: 1140px; margin: 0 auto;
    padding: 4.8rem 3.2rem 8rem;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 4rem;
    align-items: start;
  }

  /* ── ARTICLE ── */
  .cr3d-article p {
    font-size: 1.6rem; color: var(--blog-muted);
    margin-bottom: 2.4rem; line-height: 1.8;
  }

  .cr3d-article h2 {
    font-size: 2.56rem; font-weight: 800;
    color: var(--blog-text); margin: 4.8rem 0 1.92rem;
    padding-left: 1.76rem;
    border-left: 4px solid var(--blog-teal);
    line-height: 1.25;
  }

  .cr3d-article a {
    color: var(--blog-teal); text-decoration: none;
    border-bottom: 1px solid var(--blog-teal);
  }
  .cr3d-article a:hover { opacity: 0.75; }

  /* ── INTRO BOX ── */
  .cr3d-intro-box {
    background: var(--blog-teal-light);
    border-left: 4px solid var(--blog-teal);
    padding: 2.4rem 3.2rem; margin-bottom: 4rem;
    font-size: 1.68rem; font-weight: 500;
    color: var(--blog-text); line-height: 1.7;
  }

  /* ── IMAGES ── */
  .cr3d-img-full {
    width: 100%; margin: 3.2rem 0 0.64rem;
    background: transparent;
  }
  .cr3d-img-full img {
    width: 100%; height: 400px;
    object-fit: contain; display: block;
  }

  .cr3d-caption {
    font-size: 1.248rem; color: #bbb;
    text-align: right; margin-bottom: 3.2rem;
    font-style: italic;
  }

  /* ── SPEC CARDS ── */
  .cr3d-spec-cards-light {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin: 0 0 2.4rem;
  }

  .cr3d-spec-card-light {
    background: var(--blog-teal-light);
    border-left: 4px solid var(--blog-teal);
    padding: 2.24rem 3.2rem;
  }

  .cr3d-spec-card-light h3 {
    font-size: 1.6rem; font-weight: 800;
    color: var(--blog-teal);
    margin-bottom: 0.8rem;
    letter-spacing: 0.01em;
  }

  .cr3d-spec-card-light p {
    font-size: 1.52rem; color: var(--blog-muted);
    margin-bottom: 0; line-height: 1.7;
  }

  .cr3d-spec-card-light strong { color: var(--blog-text); }

  /* ── FILAMENT SECTION ── */
  .cr3d-filament {
    background: var(--blog-dark); color: #fff;
    margin: 3.2rem 0 2.4rem;
    display: grid;
    grid-template-columns: 220px 1fr;
    overflow: hidden; min-height: 280px;
  }
  .cr3d-filament-img {
    position: relative; overflow: hidden;
    display: flex; align-items: center;
    justify-content: flex-end;
  }
  .cr3d-filament-img img {
    width: 396px; height: 396px;
    max-width: none; max-height: none;
    object-fit: contain; display: block;
    margin-left: -154px;
  }
  .cr3d-filament-text {
    padding: 2.4rem 4rem 2.4rem 2.4rem;
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
  }

  @media (max-width: 900px) {
    .cr3d-filament { grid-template-columns: 1fr; overflow: hidden; display: flex; flex-direction: column; }
    .cr3d-filament-img { justify-content: center; min-height: 180px; overflow: hidden; order: 2; }
    .cr3d-filament-img img { margin-left: 0; width: 180px; height: 180px; }
    .cr3d-filament-text { padding: 2rem 2.4rem 2.4rem; align-items: flex-start; order: 1; }
  }

  /* Sneak Badge */
  .cr3d-sneak-badge {
    display: block;
    width: fit-content;
    border: 1.5px solid var(--blog-teal);
    color: var(--blog-teal);
    font-size: 1.6rem; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    padding: 0.56rem 1.76rem;
    margin: 0 auto 0.64rem auto;
  }

  .cr3d-filament h2 {
    font-size: 2.24rem; font-weight: 800; color: #fff;
    margin-bottom: 0.8rem; border: none padding: 0
    border-left: none
    text-align: center;
  }
  .cr3d-filament p {
    font-size: 1.472rem; color: rgba(255,255,255,0.72);
    line-height: 1.7; margin-bottom: 1.2rem;
  }
  .cr3d-filament strong { color: var(--blog-teal); }

  /* ── CTA ── */
  .cr3d-cta {
    background: var(--blog-teal); padding: 4rem 6.4rem;
    text-align: center; margin-top: 1.6rem;
  }
  .cr3d-cta h2 {
    font-size: 2.88rem; font-weight: 800;
    color: #fff; margin-bottom: 1.6rem;
    border: none border-left: none
    padding: 0 margin-top: 0
  }
  .cr3d-cta p {
    font-size: 1.6rem; color: rgba(255,255,255,0.85);
    max-width: 520px; margin: 0 auto 3.2rem; line-height: 1.65;
  }
  .cr3d-btn {
    display: inline-block; background: #fff; color: var(--blog-teal);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.44rem; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    text-decoration: none; padding: 1.44rem 4.8rem;
    border: none; border-radius: 6px;
    transition: background 0.2s, color 0.2s;
  }
  .cr3d-btn:hover { background: #293133; color: #fff; }

  /* ── SIDEBAR ── */
  .cr3d-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 3.2rem;
    align-self: start;
    transition: transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
  }



  .cr3d-sidebar-card {
    border: 1px solid var(--blog-border);
    padding: 2.4rem; margin-bottom: 2.4rem;
  }
  .cr3d-sidebar-card h4 {
    font-size: 1.152rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--blog-teal); margin-bottom: 1.6rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--blog-border);
  }

  .cr3d-toc { list-style: none; display: flex; flex-direction: column; gap: 0.96rem; }
  .cr3d-toc a {
    font-size: 1.408rem; color: var(--blog-muted);
    text-decoration: none;
    display: flex; gap: 0.8rem; align-items: flex-start; line-height: 1.4;
  }
  .cr3d-toc a::before { content: '›'; color: var(--blog-teal); flex-shrink: 0; }
  .cr3d-toc a:hover { color: var(--blog-teal); }

  .cr3d-event-box {
    background: var(--blog-dark); color: #fff;
    padding: 2.4rem; margin-bottom: 2.4rem;
  }
  .cr3d-event-box h4 {
    font-size: 1.152rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--blog-teal); margin-bottom: 1.2rem;
  }
  .cr3d-event-box p { font-size: 1.408rem; color: rgba(255,255,255,0.75); line-height: 1.6; }
  .cr3d-event-box strong { color: #fff; }

  .cr3d-tags-wrap { display: flex; flex-wrap: wrap; gap: 0.8rem; }
  .cr3d-tags-label {
    font-size: 1.152rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--blog-muted); margin-bottom: 1.2rem;
  }

  /* ── MOBILE INFO BUTTON ── */
  .cr3d-mobile-info-btn {
    display: none;
    position: fixed;
    bottom: 2.4rem; left: 2.4rem;
    z-index: 200;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--blog-dark);
    border: 2px solid var(--blog-teal);
    cursor: pointer;
    align-items: center; justify-content: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.35);
  }

  /* ── MOBILE DRAWER ── */
  .cr3d-mobile-drawer {
    display: none;
    position: fixed; inset: 0;
    z-index: 300;
    background: rgba(0,0,0,0.45);
  }
  .cr3d-mobile-drawer.open { display: block; }

  .cr3d-mobile-drawer-inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(440px, calc(100% - 2rem));
    max-height: 82vh;
    background: #fff;
    overflow-y: auto;
    padding: 2.4rem 2.4rem 4rem;
    border-radius: 16px 16px 0 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--blog-text);
    box-shadow: 0 -4px 40px rgba(0,0,0,0.25);
  }

  .cr3d-drawer-header {
    display: flex; justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem;
    padding: 1.6rem 2.4rem;
    border-bottom: 1px solid var(--blog-border);
    position: sticky;
    top: -2.4rem;
    margin-top: -2.4rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    background: #fff;
    z-index: 10;
    box-shadow: 0 8px 0 #fff;
  }
  .cr3d-drawer-header span {
    font-size: 1.152rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--blog-muted);
  }
  .cr3d-drawer-header button {
    background: none; border: none;
    font-size: 2rem; cursor: pointer;
    color: var(--blog-muted); line-height: 1;
    font-family: 'Montserrat', sans-serif;
  }

  .cr3d-drawer-event {
    background: var(--blog-dark); color: #fff;
    padding: 2.4rem; margin-bottom: 2rem;
  }
  .cr3d-drawer-event h4 {
    font-size: 1.152rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--blog-teal); margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #0e8c96;
  }
  .cr3d-drawer-event p { font-size: 1.408rem; color: rgba(255,255,255,0.75); line-height: 1.6; text-align: center; }
  .cr3d-drawer-event strong { color: #fff; }

  .cr3d-drawer-card {
    border: 1px solid var(--blog-border);
    padding: 2.4rem; margin-bottom: 2rem;
  }
  .cr3d-drawer-card h4 {
    font-size: 1.152rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--blog-teal); margin-bottom: 1.6rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--blog-border);
  }

  .cr3d-drawer-tags {
    padding-top: 2rem;
    border-top: 1px solid var(--blog-border);
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .cr3d-layout {
      grid-template-columns: 1fr;
      padding: 3.2rem 2.4rem 6.4rem;
    }
    .cr3d-sidebar { display: none; }
    .cr3d-tags-bar { display: none; }
    .cr3d-mobile-info-btn { display: flex; }

    .cr3d-hero h1 { font-size: 2.88rem; }
    .cr3d-hero-content { padding: 3.2rem; }

    .cr3d-fieldrack-row { grid-template-columns: 1fr }

    .cr3d-cta { padding: 4.8rem 2.4rem; }
    .cr3d-cta h2 { font-size: 2.24rem; }
  }
</style>

<div class="cr3d-blog">

  <!-- HERO -->
  <div class="cr3d-hero">
    <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/msf_abladen.png" alt="Rheinmetall Defence Container wird von Militär-LKW abgeladen">
    <div class="cr3d-hero-overlay"></div>
    <div class="cr3d-hero-content">
      <span class="cr3d-tag">Defence &amp; Additive Fertigung</span>
      <h1>Von Cham zum AM Village:<br>CR-3D &amp; Rheinmetall revolutionieren<br>die mobile Fertigung</h1>
      <div class="cr3d-hero-meta">
        <span>März 2026</span>
        <span class="sep">|</span>
        <span>CR-3D &amp; Rheinmetall</span>
        <span class="sep">|</span>
        <span>10 Min. Lesezeit</span>
      </div>
    </div>
  </div>

  <!-- TAGS BAR -->
  <div class="cr3d-tags-bar">
    <span class="cr3d-tags-bar-label">Themen:</span>
    <span class="cr3d-tag-pill">Defence</span>
    <span class="cr3d-tag-pill">FieldRACK</span>
    <span class="cr3d-tag-pill">Rheinmetall</span>
    <span class="cr3d-tag-pill">Mobile Smart Factory</span>
    <span class="cr3d-tag-pill">FDM</span>
    <span class="cr3d-tag-pill">Additive Fertigung</span>
    <span class="cr3d-tag-pill">Bundeswehr</span>
    <span class="cr3d-tag-pill">AM Village</span>
  </div>

  <!-- MAIN LAYOUT -->
  <div class="cr3d-layout">

    <article class="cr3d-article">

      <div class="cr3d-intro-box">
        Aktuell blickt die Verteidigungsindustrie auf das AM Village 2026, das vom 16. bis 20. März im spanischen Albacete stattfindet. CR-3D ist dort als Technologiepartner von Rheinmetall vertreten. <br><br>
        Unabhängig davon hat auch die Bundeswehr mehrere unserer FieldRACK Systeme direkt vor Ort im aktiven Einsatz.
      </div>

      <p>Mit einem kleinen Augenzwinkern gefragt: Wie kommt ausgerechnet ein Unternehmen aus dem beschaulichen Cham im Bayerischen Wald dazu, Hightech für den hochsensiblen Defence Sektor zu liefern? Die Antwort ist pragmatisch. Unter militärischen Bedingungen zählen weder schicke Großstadtbüros noch Postleitzahlen. Es geht einzig und allein um die extreme Zuverlässigkeit der Hardware und kompromisslose Datensicherheit. Genau das ist unsere DNA.</p>

      <!-- SECTION 1 -->
      <h2 id="section-haertetest">Vom industriellen Hallenboden zum ultimativen Härtetest</h2>

      <p>Unsere Systeme haben ihren Ursprung im klassischen Maschinenbau und bewähren sich täglich in der europäischen Industrie sowie bei zahlreichen Weltkonzernen. Dass wir unsere 3D-Drucker durch diese harten, alltäglichen Industrieanforderungen über die Jahre so weit perfektioniert haben, dass sie nun problemlos den extremen Standards des Militärs standhalten, ist im Grunde der ultimative Härtetest für unser Kerngeschäft.</p>

      <p>Dies unterstreicht ganz natürlich den Mehrwert für unsere Industriekunden: Die mechanische Stabilität und Datensicherheit, die für hochsensible Operationen unerlässlich sind, garantieren in herkömmlichen Produktionsumgebungen automatisch ein Höchstmaß an Ausfallsicherheit. Zuverlässigkeit ist für uns stets die Kombination aus robuster Bauweise und dem unbedingten Schutz des geistigen Eigentums – eine konsequente Sicherheitsebene, die unsere Systeme branchenübergreifend zur verlässlichen Wahl macht.</p>

      <div class="cr3d-img-full">
        <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/fieldrack_amvillage.jpg" alt="CR-3D FieldRACK vor Ort im AM Village">
      </div>

      <!-- SECTION 2 -->
      <h2 id="section-ersatzteile">Ersatzteile für die letzten 100 Meter: Die Lösung gegen Obsoleszenz</h2>

      <div class="cr3d-img-full">
        <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/msf_lkw.png" alt="Rheinmetall Mobile Smart Factory auf Militär-LKW">
      </div>
      <p class="cr3d-caption">© Rheinmetall – Mobile Smart Factory im Feldeinsatz</p>

      <p>Ersatzteile genau dann zur Verfügung zu haben, wenn sie dringend gebraucht werden, ist im Feldlager extrem zeitkritisch. Viele militärische Systeme sind Jahrzehnte alt, was die klassische Versorgung erschwert und zu Obsoleszenz-Problemen führt. Besonders auf den berühmten letzten 100 Metern oder in den ersten 24 Stunden einer Operation entscheiden intakte Lieferketten über den Erfolg.</p>

      <p>Um diese massiven logistischen Herausforderungen zu lösen, hat Rheinmetall die <strong>Mobile Smart Factory (MSF)</strong> entwickelt. Dabei handelt es sich um eine voll operative, mobile Produktionsumgebung, die autark in 20-Fuß-Containern untergebracht ist und sich ortsunabhängig einsetzen lässt. Das Alleinstellungsmerkmal ist die lückenlose Einbindung in das digitale Ökosystem IRIS (Integrated Rheinmetall Information System).</p>

      <div style="text-align:center; margin: 3.2rem 0 2.4rem;">
        <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/msf_logo.png" alt="MSF – Mobile Smart Factory Logo" style="max-width:132px; max-height:61px; width:auto; height:auto; display:inline-block;">
      </div>

      <p>Mit IRISprint fungiert die Plattform als virtuelles Lager (Digital Warehouse). Das ermöglicht ein lebenslanges Flottenmanagement der Bauteile und garantiert absolut sicheres Datenhandling sowie zwingend notwendige Qualitätskontrollen auf Erstausrüster-Niveau.</p>

      <p>Die MSF zeigt auf dem in Kürze startenden AM Village 2026 ihre volle Einsatzbereitschaft. Wir von CR-3D sind stolz darauf, innerhalb dieser hochmodernen, logistischen Gesamtlösung die leistungsstarken Kapazitäten für die FDM-Fertigung bereitzustellen.</p>

      <div class="cr3d-img-full">
        <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/msf_container_amvillagejpg.jpeg" alt="Rheinmetall Mobile Smart Factory Container vor Ort im AM Village">
      </div>


      <!-- SECTION 3 -->
      <h2 id="section-bedingungen">Maßgeschneidert für extreme Bedingungen</h2>

      <p>Dass ausgerechnet unser FieldRACK in der Mobile Smart Factory verbaut ist, liegt an seinen spezifischen Eigenschaften, die es für solche extremen Umgebungen qualifizieren:</p>

      <div class="cr3d-spec-cards-light">
        <div class="cr3d-spec-card-light">
          <h3>Echte Mobilität</h3>
          <p>Präzise auf standardisierte 19-Zoll-Racks abgestimmt – einsetzbar auf Schiffen, in Transportflugzeugen oder mobilen Basen. Erfolgreiche Drucktests sogar während der Fahrt auf der Ladefläche eines Pickups.</p>
          <br><br>
          <h3>Absolute Sicherheit</h3>
          <p>SliCR-3D: volle Netzwerkfähigkeit, 100% ohne Cloud. Alle Daten bleiben intern. Air-Gapped-Betrieb per USB möglich – maximaler Schutz vor Cyberangriffen und IP-Diebstahl.<br><br>
          <strong>Wichtig:</strong><br> Diese kompromisslose Software-Sicherheit ist keine Exklusivität des FieldRACKs, sondern gehört zum absoluten Standard jedes einzelnen CR-3D Druckers.</p>
        </div>
      </div>

      <p>Unsere Expertise im Rüstungsbereich beschränkt sich übrigens nicht auf mobile Systeme. Verschiedene Partner setzen für ihre stationären Fertigungsprozesse bereits erfolgreich auf eine breite Palette unserer klassischen Industriemodelle, wie beispielsweise den i444+ oder den C2+.</p>

      <div class="cr3d-fieldrack-row" style="display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:3.2rem; margin: 2.4rem 0 3.2rem;">
        <div style="overflow:hidden;">
          <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/fieldrack_blog_kette.png" alt="CR-3D FieldRACK auf militärischem Raupenfahrzeug" style="width:100%; object-fit:contain; object-position:center; display:block;">
        </div>
        <p style="margin:0; font-size:1.6rem; color:var(--blog-muted); line-height:1.8;">Wer sich für die genauen technischen Spezifikationen des FieldRACKs interessiert, findet alle weiteren Details in unserem <a href="https://www.cr3d.de/blog/blog-cr3d-fieldrack/">ausführlichen FieldRACK-Beitrag</a>.</p>
      </div>

      <!-- SECTION 4 -->
      <h2 id="section-sneak">Der nächste logische Schritt der sicheren Fertigung</h2>

      <div class="cr3d-filament">
        <div class="cr3d-filament-img">
          <img decoding="async" src="https://www.cr3d.de/wp-content/uploads/2026/03/filament_am_blog.png" alt="CR-3D Traceable Filament Rolle">
        </div>
        <div class="cr3d-filament-text">
          <span class="cr3d-sneak-badge">Sneak Peek</span>
          <h2>Traceable Filaments</h2>
          <p>Wir ruhen uns auf dem aktuellen Stand der Technik nicht aus. Derzeit finalisieren wir, auch in enger Zusammenarbeit mit Rheinmetall, den nächsten Meilenstein der sicheren additiven Fertigung: <strong>Traceable Filaments</strong>.</p>
          <p style="margin-bottom:0;">Wer auf der letzten Formnext dabei war, erinnert sich vielleicht an unsere erste Konzeptvorstellung. Bald wird es hierzu ein umfassendes Update geben. Durch fest in das Material eingebettete Sicherheitsmarker garantieren wir einen absoluten IP-Schutz und die sofortige, fälschungssichere Verifizierung jedes einzelnen Bauteils.</p>
        </div>
      </div>

      <!-- CTA -->
      <div class="cr3d-cta">
        <h2>Verpassen Sie keine Updates</h2>
        <p>Möchten Sie das kommende Update zu den Traceable Filaments und exklusive Insights direkt vom AM Village 2026 als Erstes erhalten?</p>
        <a href="https://cr-3d.us7.list-manage.com/subscribe?u=df341d12319471291fd7d49f0&#038;id=bcc6dca37b"  class="cr3d-btn"  rel="noopener" target="_blank" rel="noopener noreferrer">Newsletter abonnieren</a>
      </div>

    </article>

    <!-- SIDEBAR (Desktop) -->
    <aside class="cr3d-sidebar">

      <div class="cr3d-event-box">
        <h4>Event</h4>
        <p><strong>AM Village 2026</strong><br>16.–20. März 2026<br>Albacete, Spanien<br><br><br><br><strong style="color: fff;">CR-3D</strong> als Technologiepartner von Rheinmetall</p>
      </div>

      <div class="cr3d-sidebar-card">
        <h4>Inhalt</h4>
        <ul class="cr3d-toc">
          <li><a href="#section-haertetest">Vom Hallenboden zum Härtetest</a></li>
          <li><a href="#section-ersatzteile">Ersatzteile – letzte 100 Meter</a></li>
          <li><a href="#section-bedingungen">Extreme Bedingungen</a></li>
          <li><a href="#section-sneak">Sneak Peek: Traceable Filaments</a></li>
        </ul>
      </div>

      <div class="cr3d-sidebar-card">
        <h4>Weiterführend</h4>
        <ul class="cr3d-toc">
          <li><a href="https://www.cr3d.de/blog/blog-cr3d-fieldrack/">FieldRACK Technische Details</a></li>
          <li><a href="https://www.cr3d.de/3d-drucker/fieldrack/">FieldRACK Produktseite</a></li>
          <li><a href="https://www.cr3d.de/slicr-3d/">SliCR-3D Software</a></li>
        </ul>
        <div style="margin-top:2rem; padding-top:2rem; border-top:1px solid var(--blog-border);">
          <div class="cr3d-tags-label">Partner</div>
          <ul class="cr3d-toc">
            <li><a href="https://www.rheinmetall.com/de"   rel="noopener" target="_blank" rel="noopener noreferrer">Rheinmetall Landsysteme GmbH</a></li>
            <li><a href="https://www.rheinmetall.com/de/media/news-watch/news/2023/juni/2023-06-28-mobile-smart-factory"   rel="noopener" target="_blank" rel="noopener noreferrer">Pressemitteilung: Mobile Smart Factory</a></li>
          </ul>
        </div>
      </div>

    </aside>

  </div><!-- /.cr3d-layout -->

</div><!-- /.cr3d-blog -->

<!-- MOBILE: Info-Button -->
<button class="cr3d-mobile-info-btn" onclick="document.getElementById('cr3dDrawer').classList.add('open')" aria-label="Weitere Informationen">
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <circle cx="12" cy="12" r="10" stroke="#0d8c96" stroke-width="2"/>
    <circle cx="12" cy="8" r="1.2" fill="#0d8c96"/>
    <rect x="11" y="11" width="2" height="6" rx="1" fill="#0d8c96"/>
  </svg>
</button>

<!-- MOBILE: Drawer -->
<div class="cr3d-mobile-drawer" id="cr3dDrawer" onclick="if(event.target===this) this.classList.remove('open')">
  <div class="cr3d-mobile-drawer-inner">

    <div class="cr3d-drawer-header">
      <span>Info</span>
      <button onclick="document.getElementById('cr3dDrawer').classList.remove('open')" aria-label="Schließen">✕</button>
    </div>

    <div class="cr3d-drawer-event">
      <h4>Event</h4>
      <p><strong>AM Village 2026</strong><br>16.–20. März 2026<br>Albacete, Spanien<br><br><strong style="color: FFF;">CR-3D</strong> als <br>Technologiepartner von Rheinmetall</p>
    </div>

    <div class="cr3d-drawer-card">
      <h4>Inhalt</h4>
      <ul class="cr3d-toc">
        <li><a href="#section-haertetest" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Vom Hallenboden zum Härtetest</a></li>
        <li><a href="#section-ersatzteile" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Ersatzteile – letzte 100 Meter</a></li>
        <li><a href="#section-bedingungen" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Extreme Bedingungen</a></li>
        <li><a href="#section-sneak" onclick="document.getElementById('cr3dDrawer').classList.remove('open')">Sneak Peek: Traceable Filaments</a></li>
      </ul>
    </div>

    <div class="cr3d-drawer-card">
      <h4>Weiterführend</h4>
      <ul class="cr3d-toc">
        <li><a href="https://www.cr3d.de/blog/blog-cr3d-fieldrack/">FieldRACK Technische Details</a></li>
        <li><a href="https://www.cr3d.de/3d-drucker/fieldrack/">FieldRACK Produktseite</a></li>
        <li><a href="https://www.cr3d.de/slicr-3d/">SliCR-3D Software</a></li>
      </ul>
      <div style="margin-top:2rem; padding-top:2rem; border-top:1px solid var(--blog-border);">
        <div class="cr3d-tags-label">Partner</div>
        <ul class="cr3d-toc">
          <li><a href="https://www.rheinmetall.com/de"   rel="noopener" target="_blank" rel="noopener noreferrer">Rheinmetall Landsysteme GmbH</a></li>
          <li><a href="https://www.rheinmetall.com/de/media/news-watch/news/2023/juni/2023-06-28-mobile-smart-factory"   rel="noopener" target="_blank" rel="noopener noreferrer">Pressemitteilung: Mobile Smart Factory</a></li>
        </ul>
      </div>
    </div>

    <div class="cr3d-drawer-tags">
      <div class="cr3d-tags-label">Themen</div>
      <div class="cr3d-tags-wrap">
        <span class="cr3d-tag-pill">Defence</span>
        <span class="cr3d-tag-pill">FieldRACK</span>
        <span class="cr3d-tag-pill">Rheinmetall</span>
        <span class="cr3d-tag-pill">Mobile Smart Factory</span>
        <span class="cr3d-tag-pill">FDM</span>
        <span class="cr3d-tag-pill">Additive Fertigung</span>
        <span class="cr3d-tag-pill">Bundeswehr</span>
        <span class="cr3d-tag-pill">AM Village</span>
      </div>
    </div>

  </div>
</div>

<script>
(function() {
  var sidebar = document.querySelector('.cr3d-sidebar');
  if (!sidebar) return;

  var layout = document.querySelector('.cr3d-layout');
  var offsetTop = 32; // Abstand vom Viewport-Top in px
  var ticking = false;

  function updateSidebar() {
    var layoutRect = layout.getBoundingClientRect();
    var sidebarHeight = sidebar.offsetHeight;

    if (sidebarHeight + offsetTop >= layout.offsetHeight) {
      sidebar.style.transform = '';
      return;
    }

    if (layoutRect.top > offsetTop) {
      sidebar.style.transform = '';
    } else if (layoutRect.bottom - offsetTop >= sidebarHeight) {
      sidebar.style.transform = 'translateY(' + (Math.abs(layoutRect.top) + offsetTop) + 'px)';
    } else {
      sidebar.style.transform = 'translateY(' + (layout.offsetHeight - sidebarHeight) + 'px)';
    }

    ticking = false;
  }

  window.addEventListener('scroll', function() {
    if (!ticking) {
      requestAnimationFrame(updateSidebar);
      ticking = true;
    }
  }, { passive: true });

  updateSidebar();
})();
</script>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/von-cham-zum-am-village-rheinmetall-cr-3d/">Von Cham zum AM Village – Rheinmetall &amp; CR-3D</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cr3d.de/blog/von-cham-zum-am-village-rheinmetall-cr-3d/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CR-3D FieldRACK: Der industrielle 3D-Drucker für extreme Einsätze – stabil, präzise, mobil</title>
		<link>https://www.cr3d.de/blog/cr-3d-fieldrack-der-industrielle-3d-drucker-fuer-extreme-einsaetze-stabil-praezise-mobil/</link>
		
		<dc:creator><![CDATA[Christian Reil]]></dc:creator>
		<pubDate>Wed, 12 Nov 2025 19:52:43 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[3D-Druck]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[Defence]]></category>
		<category><![CDATA[Fieldrack]]></category>
		<category><![CDATA[offroad]]></category>
		<category><![CDATA[Raupenfahrwerk]]></category>
		<category><![CDATA[Robust]]></category>
		<category><![CDATA[Stabil]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=35580</guid>

					<description><![CDATA[<p>Weltpremiere auf der Formnext 2025 – Halle 12.1, Stand E131 Mit dem neuen FieldRACK Mobile hebt CR-3D den industriellen 3D-Druck auf ein völlig neues Niveau:Ein vollständig autarkes Fertigungssystem auf schockgedämpftem Fahrwerk, montiert auf einer Raupenplattform – entwickelt für den Einsatz überall dort, wo herkömmliche Maschinen längst an ihre Grenzen stoßen. Ob auf Baustellen, Werksgeländen, Schiffen &#8230; <a href="https://www.cr3d.de/blog/cr-3d-fieldrack-der-industrielle-3d-drucker-fuer-extreme-einsaetze-stabil-praezise-mobil/" class="more-link">Continue reading <span class="screen-reader-text">CR-3D FieldRACK: Der industrielle 3D-Drucker für extreme Einsätze – stabil, präzise, mobil</span> <span class="meta-nav">&#8594;</span></a></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/cr-3d-fieldrack-der-industrielle-3d-drucker-fuer-extreme-einsaetze-stabil-praezise-mobil/">CR-3D FieldRACK: Der industrielle 3D-Drucker für extreme Einsätze – stabil, präzise, mobil</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">Weltpremiere auf der <strong>Formnext 2025</strong> – Halle 12.1, Stand E131</h3>



<p>Mit dem neuen <strong>FieldRACK Mobile</strong> hebt CR-3D den industriellen 3D-Druck auf ein völlig neues Niveau:<br>Ein vollständig autarkes Fertigungssystem auf <strong>schockgedämpftem Fahrwerk</strong>, montiert auf <strong>einer Raupenplattform</strong>  – entwickelt für den Einsatz überall dort, wo herkömmliche Maschinen längst an ihre Grenzen stoßen.</p>



<p>Ob auf Baustellen, Werksgeländen, Schiffen oder in Krisenregionen:<br>Das FieldRACK Mobile druckt <strong>funktionsfähige Bauteile vor Ort</strong>, unabhängig von Infrastruktur, Temperatur oder Lage.<br>Gebaut für extreme Einsätze – „Made in Cham“.</p>



<p><strong>Von der Factory zur mobilen Produktion</strong></p>



<p>Das FieldRACK Mobile basiert auf dem bewährten 19-Zoll-Racksystem von CR-3D und wurde konsequent für den mobilen Industrieeinsatz weiterentwickelt.<br>Die gesamte Druckeinheit ist in einer <strong>stoßgedämpften, wettergeschützten Aluminium-Box</strong> integriert –<br>ausgelegt für Vibrationen, Schräglagen und den Betrieb unter anspruchsvollen Umgebungsbedingungen.</p>



<p>Mit aktiv beheiztem Bauraum, High-Flow-Druckkopf, automatischer Kalibrierung und integrierter Filtereinheit<br>bietet das System die volle Leistungsfähigkeit eines industriellen 3D-Druckers – jetzt mobil, robust und überall einsetzbar.</p>



<p><strong>Was das FieldRACK auszeichnet</strong></p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="1024" src="https://www.cr3d.de/wp-content/uploads/2025/11/20251031_094902-1024x1024.jpg" alt="" class="wp-image-35574"/></figure>



<p>Mit bis zu <strong>1 000 Nm Drehmoment</strong>, <strong>30 km/h Geschwindigkeit</strong> und <strong>100 % Steigfähigkeit</strong><br>bringt die ROVO-Basis den CR-3D-Druck in Regionen, die bisher unzugänglich waren.</p>



<p><strong>Technische Highlights:</strong></p>



<ul class="wp-block-list">
<li><strong>Einsatztemperatur:</strong> −20 °C bis +40 °C</li>



<li><strong>Schutzklasse:</strong> IP65</li>



<li><strong>Akkupack:</strong> bis 4 h Dauerbetrieb (Typ EP088, Schnellladung 2,5 h)</li>



<li><strong>Gewicht (inkl. Akku):</strong> ~ 290 kg</li>



<li><strong>Steuerung:</strong> Funkfernsteuerung oder optional autonome Navigation</li>



<li><strong>Schnittstellen:</strong> CAN-Bus / Ethernet / Teleoperation vorbereitet</li>
</ul>



<p>Damit wird das FieldRACK Mobile zu einer echten <strong>mobilen Produktionszelle</strong>, die sich in bestehende<br><strong>Defense-, Katastrophenhilfe-, Forschungs- oder Industrie-Infrastrukturen</strong> integrieren lässt.</p>



<p><strong>Beheizter Bauraum &amp; HEPA-Filter</strong></p>



<figure class="wp-block-image"><img decoding="async" width="1024" height="688" src="https://www.cr3d.de/wp-content/uploads/2025/05/FiledRACK_Heaters-1024x688.jpg" alt="" class="wp-image-34197"/></figure>



<p>Mit einer aktiven Bauraumbeheizung bis zu 60 °C sind selbst anspruchsvolle technische Materialien problemlos verarbeitbar. Der integrierte HEPA-Filter der Klasse H13 sorgt für saubere Luft und sicheren Betrieb in geschlossenen Räumen.</p>



<p><strong>High-Flow-Druckkopf bis 350 °C</strong></p>



<figure class="wp-block-image"><img decoding="async" width="1024" height="688" src="https://www.cr3d.de/wp-content/uploads/2025/05/XS-Tool-1024x688.jpg" alt="" class="wp-image-34198"/></figure>



<p>Der leistungsfähige Druckkopf erlaubt die Verarbeitung verschiedenster Hochleistungspolymere – ideal für funktionale Bauteile und industrielle Anwendungen.<br><br><strong>Vollautomatische Druckbett Vermessung</strong></p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1024" height="688" src="https://www.cr3d.de/wp-content/uploads/2025/05/XS-Tool_Movement-1024x688.jpg" alt="" class="wp-image-34199"/></figure>



<p>Eine sensorgestützte Flächenvermessung sorgt für präzise First Layers – auch bei häufig wechselnden Materialien und Umgebungen.</p>



<p><strong>Standalone-Fähigkeit und Datensicherheit</strong></p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1024" height="691" src="https://www.cr3d.de/wp-content/uploads/2025/05/FiledRACK_Touch-1024x691.jpg" alt="" class="wp-image-34210"/></figure>



<p>Bedienung über Touchdisplay, Steuerung per USB-Stick oder über Ethernet/WLAN – vollständig unabhängig von Cloud-Lösungen. Für maximale Kontrolle, überall auf der Welt.</p>



<p><strong>Additive Fertigung. Neu definiert.</strong></p>



<p>CR-3D verfolgt mit dem FieldRACK Mobile das Ziel, additive Fertigung <strong>dorthin zu bringen, wo sie gebraucht wird</strong> –<br>nicht nur in klimatisierten Laboren, sondern direkt ins Feld.<br>Ob Ersatzteile für Maschinen, Funktionsprototypen, Hilfselemente oder Kleinserien –<br>das System druckt vor Ort, <strong>reduziert Ausfallzeiten</strong> und <strong>verkürzt Logistikketten</strong> auf ein Minimum.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.cr3d.de/wp-content/uploads/2025/11/20251101_102534-1024x1024.jpg" alt="" class="wp-image-35573"/></figure>



<h3 class="wp-block-heading"><strong>Premiere auf der Formnext 2025</strong></h3>



<p>Das neue FieldRACK Mobile wird erstmals auf der <strong>Formnext 2025</strong> in Frankfurt präsentiert.<br>Besucher erleben dort die Kombination aus <strong>CR-3D-Drucksystem</strong>, <strong>autonomer ROVO-Mobilität</strong><br>und <strong>intelligenter Prozesssteuerung</strong> – live in Halle 12.1, Stand E131.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>More than Machines. We Build Solutions.</strong><br>Das FieldRACK Mobile ist der nächste Schritt in eine Zukunft,<br>in der Fertigung nicht mehr an einen Ort gebunden ist.</p>
</blockquote>



<p><strong>Technische Daten des CR-3D FieldRACK</strong></p>



<figure class="wp-block-table"><table><tbody><tr><td><strong>Merkmal</strong></td><td><strong>Spezifikation</strong></td></tr><tr><td><strong>Bauraumgröße</strong></td><td>210 x 205 x 250 mm</td></tr><tr><td><strong>Druckkopf</strong></td><td>Single Direct Extruder, High Flow bis 350 °C</td></tr><tr><td><strong>Bauraum Beheizung</strong></td><td>Bis 60 °C aktiv beheizt</td></tr><tr><td><strong>Druckbett Vermessung</strong></td><td>Vollautomatisch, sensorgestützte Flächenvermessung (fliegend)</td></tr><tr><td><strong>Kalibrierung</strong></td><td>Vollautomatisch mit Düsenspitze (Contact Probing)</td></tr><tr><td><strong>Vibrations Unterdrückung</strong></td><td>Integriert, inkl. Motorsynchronisation</td></tr><tr><td><strong>HEPA-Filter</strong></td><td>Klasse H14 inkl. zusätzlicher Aktivkohle</td></tr><tr><td><strong>Anschlüsse</strong></td><td>WLAN, Ethernet, USB (Standalone-fähig)</td></tr><tr><td><strong>Rack-Integration</strong></td><td>Kompatibel mit 19-Zoll-Server-Rack (14 HE)</td></tr><tr><td><strong>Betrieb</strong></td><td>Stationär &amp; mobil (auch in Schräglage während der Fahrt)</td></tr><tr><td><strong>Steuerung</strong></td><td>Touch Display + USB-Betrieb ohne Cloud Zwang</td></tr><tr><td><strong>Produktion</strong></td><td>Made in Germany</td></tr></tbody></table></figure>



<p><strong><a href="https://www.cr3d.de/3d-drucker/fieldrack/">Jetzt mehr erfahren</a>&nbsp;oder direkt Kontakt aufnehmen:</strong><br><a href="https://www.cr3d.de/kontakt/">www.cr3d.de/kontak</a></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/cr-3d-fieldrack-der-industrielle-3d-drucker-fuer-extreme-einsaetze-stabil-praezise-mobil/">CR-3D FieldRACK: Der industrielle 3D-Drucker für extreme Einsätze – stabil, präzise, mobil</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Der I65X-IDEX+: Wenn ein Drucker zur industriellen Werkzeugmaschine wird</title>
		<link>https://www.cr3d.de/blog/der-i65x-idex-wenn-ein-drucker-zur-industriellen-werkzeugmaschine-wird/</link>
		
		<dc:creator><![CDATA[Christian Reil]]></dc:creator>
		<pubDate>Wed, 12 Nov 2025 19:34:23 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[3D-Drucker]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[Großformat 3D-Drucker]]></category>
		<category><![CDATA[I65X-IDEX]]></category>
		<category><![CDATA[Industrie 3D-Drucker]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=35452</guid>

					<description><![CDATA[<p>Der I65X-IDEX+ ist mehr als ein 3D-Drucker.Er ist ein Fertigungssystem für große Ideen, konstruiert für industrielle Anwender, die maximale Bauraumhöhe, kompromisslose Sicherheit, hohe Automatisierung und enormen Materialdurchsatz benötigen. Mit bis zu&#160;1 Meter vertikalem Bauraum, einem&#160;Ultra-High-Flow-Druckkopf&#160;und einem&#160;vollautomatischen Kalibrierungssystem&#160;setzt der I65X-IDEX+ neue Maßstäbe im großformatigen 3D-Druck. 1. Bauteilhöhe bis zu 1.000 mm &#8211; kompromisslos groß denken Ob &#8230; <a href="https://www.cr3d.de/blog/der-i65x-idex-wenn-ein-drucker-zur-industriellen-werkzeugmaschine-wird/" class="more-link">Continue reading <span class="screen-reader-text">Der I65X-IDEX+: Wenn ein Drucker zur industriellen Werkzeugmaschine wird</span> <span class="meta-nav">&#8594;</span></a></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/der-i65x-idex-wenn-ein-drucker-zur-industriellen-werkzeugmaschine-wird/">Der I65X-IDEX+: Wenn ein Drucker zur industriellen Werkzeugmaschine wird</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Der I65X-IDEX+ ist mehr als ein 3D-Drucker.<br>Er ist ein Fertigungssystem für große Ideen, konstruiert für industrielle Anwender, die maximale Bauraumhöhe, kompromisslose Sicherheit, hohe Automatisierung und enormen Materialdurchsatz benötigen.</p>



<p>Mit bis zu&nbsp;<strong>1 Meter vertikalem Bauraum</strong>, einem&nbsp;<strong>Ultra-High-Flow-Druckkopf</strong>&nbsp;und einem&nbsp;<strong>vollautomatischen Kalibrierungssystem</strong>&nbsp;setzt der I65X-IDEX+ neue Maßstäbe im großformatigen 3D-Druck.</p>



<h3 class="wp-block-heading">1. Bauteilhöhe bis zu 1.000 mm &#8211; kompromisslos groß denken</h3>



<p>Ob Funktionsteil, Maschinenverkleidung oder Designprototyp, der I65X-IDEX+ bietet mit bis zu&nbsp;<strong>1 Meter Z-Höhe</strong>&nbsp;Platz für Bauteile, die sonst in mehreren Teilen zusammengesetzt werden müssten.</p>



<ul class="wp-block-list">
<li><strong>IDEX-Bauraum:</strong>&nbsp;550 × 490 × 1.000 mm</li>



<li><strong>Single Extruder-Bauraum:</strong>&nbsp;600 × 490 × 1.000 mm</li>
</ul>



<p>Das spart Montageaufwand, erhöht die Bauteilqualität und schafft völlig neue Möglichkeiten im Prototyping, Vorrichtungsbau oder der Fertigung von Serienteilen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="832" src="https://www.cr3d.de/wp-content/uploads/2025/11/I655-IDEX-49-carousel-1024x832.jpg" alt="" class="wp-image-35560"/></figure>



<h3 class="wp-block-heading">2. Materialdurchsatz auf Industrielevel: 100 mm³/s</h3>



<p>Der integrierte&nbsp;<strong>Ultra-High-Flow-Druckkopf</strong>&nbsp;schafft mit ca.&nbsp;<strong>100 mm³/s Durchflussrate</strong>&nbsp;ein Output-Niveau, das in dieser Geräteklasse seinesgleichen sucht.</p>



<p>In Kombination mit faserverstärkten Hochleistungsfilamenten ermöglicht der I65X-IDEX+ stabile und belastbare Bauteile in kürzester Zeit.</p>



<p>Ideal für alle, die schnell, präzise und mit großem Volumen drucken wollen ohne Kompromisse bei der Qualität.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1020" height="1024" src="https://www.cr3d.de/wp-content/uploads/2022/04/I65X-IDEX_8-1020x1024.jpg" alt="" class="wp-image-35283"/></figure>



<h3 class="wp-block-heading">3. Industriestandard in Sachen Sicherheit</h3>



<p>Große Maschinen brauchen verlässliche Sicherheitsfunktionen. Der I65X-IDEX+ ist mit den wichtigsten Industriestandards ausgestattet:</p>



<ul class="wp-block-list">
<li><strong>NOT-HALT</strong>&nbsp;direkt am Gerät</li>



<li><strong>Sicherheitstürschalter</strong>, um den Betrieb bei geöffneter Tür zu unterbrechen</li>



<li><strong>Aktive Bauraumlüftung</strong>&nbsp;mit integriertem Filtersystem</li>



<li><strong>Abgesicherter Netzwerkzugriff &amp; lokaler Betrieb</strong></li>
</ul>



<p>Damit erfüllt der I65X-IDEX+ nicht nur interne Qualitätsstandards, sondern ist auch bereit für Produktionslinien mit erhöhten Sicherheitsanforderungen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.cr3d.de/wp-content/uploads/2022/04/I65X-IDEX_40-1024x1024.jpg" alt="" class="wp-image-35286"/></figure>



<h3 class="wp-block-heading">4. Vollautomatische Kalibrierung &amp; smarte Steuerung</h3>



<p>Mit zunehmender Größe steigen auch die Anforderungen an Präzision und Wiederholbarkeit. Der I65X-IDEX+ erledigt zentrale Schritte im Druckprozess automatisch:</p>



<ul class="wp-block-list">
<li><strong>XYZ- und IDEX-Kalibrierung</strong>&nbsp;vollständig sensorgestützt</li>



<li><strong>Flächenvermessung des Druckbetts</strong>&nbsp;automatisch und zuverlässig</li>



<li><strong>Weboberfläche für Netzwerkzugriff &amp; Fernsteuerung</strong></li>



<li><strong>Touchdisplay &amp; USB</strong>&nbsp;für lokalen, sicheren Betrieb</li>
</ul>



<p>Das reduziert manuelle Eingriffe, spart Zeit in der Einrichtung und erhöht die Betriebssicherheit, gerade im Mehrschichtbetrieb ein enormer Vorteil.</p>



<h2 class="wp-block-heading">Technische Übersicht I65X-IDEX+</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="657" height="556" src="https://www.cr3d.de/wp-content/uploads/2025/11/I65X-IDEX.jpg" alt="" class="wp-image-35453"/></figure>



<p></p>



<div class="wp-block-file"><a id="wp-block-file--media-9d009714-17f5-403e-9659-44f0db859b5c" href="https://www.cr3d.de/wp-content/uploads/2025/11/I65X-IDEX-Datenblatt.pdf">I65X-IDEX-Datenblatt</a></div>



<h2 class="wp-block-heading">Fazit: Große Teile, schnelle Produktion, sichere Abläufe</h2>



<p>Der I65X-IDEX+ ist nicht nur größer, er ist intelligenter, schneller und sicherer.<br>Ideal für Unternehmen, die funktionale Bauteile mit hohen Ansprüchen fertigen, sei es im Maschinenbau, in der Forschung, im Vorrichtungsbau oder im Sonderfahrzeugbereich.</p>



<p>Mit durchdachter Technik, hoher Automatisierung und echten Industriestandards ist der I65X-IDEX+ bereit, zum Herzstück deiner Fertigung zu werden.</p>



<p><strong>Jetzt mehr erfahren:</strong><br>👉&nbsp;<a href="https://www.cr3d.de/3d-drucker/plus-serie/">Zur CR-3D PLUS-Serie</a><br>👉&nbsp;<a href="https://www.cr3d.de/kontakt">Kontakt aufnehmen</a></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/der-i65x-idex-wenn-ein-drucker-zur-industriellen-werkzeugmaschine-wird/">Der I65X-IDEX+: Wenn ein Drucker zur industriellen Werkzeugmaschine wird</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Der I655-IDEX+: Wenn Volumen, Geschwindigkeit und Sicherheit zusammenspielen</title>
		<link>https://www.cr3d.de/blog/der-i655-idex-wenn-volumen-geschwindigkeit-und-sicherheit-zusammenspielen/</link>
		
		<dc:creator><![CDATA[Christian Reil]]></dc:creator>
		<pubDate>Wed, 12 Nov 2025 19:29:50 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[3D-Drucker]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[Großformat 3D-Drucker]]></category>
		<category><![CDATA[I655-IDEX+]]></category>
		<category><![CDATA[PLUS Serie]]></category>
		<category><![CDATA[Quick-Swap-System]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=35441</guid>

					<description><![CDATA[<p>Wer große Bauteile schneller, stabiler und prozesssicher drucken will, braucht ein System, das mehr kann als Standard. Der&#160;I655-IDEX+&#160;ist genau das: ein Hochleistungsdrucker mit großem Bauraum, hohem Durchsatz und industrieller Sicherheit, entwickelt für produktionsnahe Anwendungen in der additiven Fertigung. Mit bis zu 500 mm Bauteilhöhe, IDEX-System, Quick-Swap-Druckköpfen und sensorgestützter Automatisierung ist der I655-IDEX+ die Lösung für komplexe Teile, funktionale Geometrien &#8230; <a href="https://www.cr3d.de/blog/der-i655-idex-wenn-volumen-geschwindigkeit-und-sicherheit-zusammenspielen/" class="more-link">Continue reading <span class="screen-reader-text">Der I655-IDEX+: Wenn Volumen, Geschwindigkeit und Sicherheit zusammenspielen</span> <span class="meta-nav">&#8594;</span></a></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/der-i655-idex-wenn-volumen-geschwindigkeit-und-sicherheit-zusammenspielen/">Der I655-IDEX+: Wenn Volumen, Geschwindigkeit und Sicherheit zusammenspielen</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Wer große Bauteile schneller, stabiler und prozesssicher drucken will, braucht ein System, das mehr kann als Standard. Der&nbsp;<strong>I655-IDEX+</strong>&nbsp;ist genau das: ein Hochleistungsdrucker mit großem Bauraum, hohem Durchsatz und industrieller Sicherheit, entwickelt für produktionsnahe Anwendungen in der additiven Fertigung.</p>



<p>Mit bis zu <strong>500 mm Bauteilhöhe</strong>, <strong>IDEX-System</strong>, <strong>Quick-Swap-Druckköpfen</strong> und sensorgestützter Automatisierung ist der I655-IDEX+ die Lösung für komplexe Teile, funktionale Geometrien und Serienanfertigungen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1022" src="https://www.cr3d.de/wp-content/uploads/2020/12/I655-IDEX-14-1024x1022.jpg" alt="" class="wp-image-35260"/></figure>



<h3 class="wp-block-heading">1. Großformatdruck ohne Kompromisse</h3>



<p>Der Bauraum des I655-IDEX+ ist auf Produktivität und Bauteilgröße ausgelegt:</p>



<ul class="wp-block-list">
<li><strong>600 × 490 × 500 mm</strong>&nbsp;(Single-Extruder-Modus)</li>



<li><strong>550 × 490 × 500 mm</strong>&nbsp;(IDEX-Modus)</li>
</ul>



<p>Ideal für Vorrichtungen, Maschinengehäuse, Funktionsteile oder mehrteilige Baugruppen, die nun in einem Durchgang gefertigt werden können, ohne Nacharbeit oder Baugruppenmontage.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1019" src="https://www.cr3d.de/wp-content/uploads/2020/12/I655-IDEX-38-1024x1019.jpg" alt="" class="wp-image-35265"/></figure>



<h3 class="wp-block-heading">2. Ultra High Flow für extremen Durchsatz</h3>



<p>Der speziell entwickelte&nbsp;<strong>Ultra High Flow-Druckkopf</strong>&nbsp;liefert ca.&nbsp;<strong>100 mm³/s Durchflussrate</strong>, ein Wert, der im industriellen Umfeld klare Vorteile bringt:</p>



<ul class="wp-block-list">
<li><strong>Weniger Druckzeit bei großen Volumen</strong></li>



<li><strong>Bessere Layerhaftung durch mehr Schmelzleistung</strong></li>



<li><strong>Verarbeitung anspruchsvoller Filamente mit hoher Faserbeladung</strong></li>
</ul>



<p>Kombiniert mit dem optionalen 10-kg-Filament-Feeder entsteht ein System, das auch über Stunden hinweg konstant liefern kann.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.cr3d.de/wp-content/uploads/2020/12/I655-IDEX-11-1024x1024.jpg" alt="" class="wp-image-35258"/></figure>



<h3 class="wp-block-heading">3. Sicherheit, wie sie die Industrie verlangt</h3>



<p>Der I655-IDEX+ erfüllt nicht nur technische, sondern auch sicherheitsrelevante Anforderungen für den produktionsnahen Einsatz:</p>



<ul class="wp-block-list">
<li><strong>Integrierter NOT-HALT-Schalter</strong></li>



<li><strong>Sicherheitstürschalter für kontrollierten Betrieb</strong></li>



<li><strong>Aktive Bauraumbelüftung mit integriertem Filtersystem</strong></li>
</ul>



<p>Damit ist der I655-IDEX+ bereit für professionelle Umgebungen mit erhöhten Sicherheits- oder Zertifizierungsanforderungen vom Techniklabor bis zur Fertigungslinie.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.cr3d.de/wp-content/uploads/2020/12/I655-IDEX-15-1024x1024.jpg" alt="" class="wp-image-35261"/></figure>



<h3 class="wp-block-heading">4. Quick-Swap &amp; Automatisierung serienmäßig</h3>



<p>Der CR-3D typische&nbsp;<strong>Quick-Swap-Mechanismus</strong>&nbsp;macht den Werkzeugwechsel schneller, sicherer und einfacher. Durch das&nbsp;<strong>Nullspann-Kugelsystem</strong>&nbsp;kann der gesamte Druckkopf werkzeuglos getauscht werden ohne erneute Kalibrierung.</p>



<p>Zusätzlich sorgt das integrierte <strong>Auto-Bed-Leveling mit Surface Scanner</strong> und die <strong>vollautomatische XYZ/IDEX-Kalibrierung</strong> für stabile Ergebnisse bei jedem Start, unabhängig vom Benutzer oder Einsatzort.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1022" height="1024" src="https://www.cr3d.de/wp-content/uploads/2020/12/I655-IDEX-2-1022x1024.jpg" alt="" class="wp-image-35266"/></figure>



<h2 class="wp-block-heading">Technische Übersicht: I655-IDEX+</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="653" height="501" src="https://www.cr3d.de/wp-content/uploads/2025/11/I655-IDEX.jpg" alt="" class="wp-image-35446"/></figure>



<p></p>



<div class="wp-block-file"><a id="wp-block-file--media-ddfe1554-1a3c-4624-bcdf-b0000a1de649" href="https://www.cr3d.de/wp-content/uploads/2025/11/I655-IDEX-Datenblatt.pdf"><strong><em>I655-IDEX-Datenblatt</em></strong></a></div>



<h2 class="wp-block-heading">Fazit: Industrieller 3D-Druck, auf den man bauen kann</h2>



<p>Der I655-IDEX+ ist mehr als eine Maschine, er ist ein Werkzeug für Unternehmen, die Zuverlässigkeit, Geschwindigkeit und Qualität in einem System vereinen möchten.</p>



<p>Mit Fokus auf große Bauteile, hohem Output und sicherem Betrieb ist er die ideale Wahl für Anwender in der Fertigung, im Vorrichtungsbau oder in der Entwicklung technischer Komponenten.</p>



<p><strong>Mehr erfahren:</strong><br>👉&nbsp;<a href="https://www.cr3d.de/3d-drucker/plus-serie/">Zur PLUS-Serie auf cr3d.de</a><br>👉&nbsp;<a href="https://www.cr3d.de/kontakt">Direkt Kontakt aufnehmen</a></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/der-i655-idex-wenn-volumen-geschwindigkeit-und-sicherheit-zusammenspielen/">Der I655-IDEX+: Wenn Volumen, Geschwindigkeit und Sicherheit zusammenspielen</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CR-3D auf der Formnext 2025</title>
		<link>https://www.cr3d.de/blog/cr-3d-auf-der-formnext-2025/</link>
		
		<dc:creator><![CDATA[Christian Reil]]></dc:creator>
		<pubDate>Sun, 09 Nov 2025 19:36:34 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Additive Fertigung]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[Formnext]]></category>
		<category><![CDATA[Formnext 2025]]></category>
		<category><![CDATA[Messe Frankfurt]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=35456</guid>

					<description><![CDATA[<p>Alles auf einen Blick Vom 18. bis 21. November 2025 ist es wieder so weit: Die internationale Leitmesse für additive Fertigung öffnet in Frankfurt ihre Tore und CR-3D ist mittendrin. Mit neuen Maschinen, neuen Materialien und einer klaren Vision für die Zukunft der Industrie. In diesem Beitrag findest du alle Informationen zu unserem Messestand, ausgestellten &#8230; <a href="https://www.cr3d.de/blog/cr-3d-auf-der-formnext-2025/" class="more-link">Continue reading <span class="screen-reader-text">CR-3D auf der Formnext 2025</span> <span class="meta-nav">&#8594;</span></a></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/cr-3d-auf-der-formnext-2025/">CR-3D auf der Formnext 2025</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Alles auf einen Blick</strong></p>



<p>Vom 18. bis 21. November 2025 ist es wieder so weit: Die internationale Leitmesse für additive Fertigung öffnet in Frankfurt ihre Tore und CR-3D ist mittendrin.</p>



<p>Mit neuen Maschinen, neuen Materialien und einer klaren Vision für die Zukunft der Industrie. In diesem Beitrag findest du alle Informationen zu unserem Messestand, ausgestellten Geräten, Automatisierungslösungen, Materialien und Sonderprojekten.</p>



<p>📍 <strong>CR-3D Stand: Halle 12.1 – E131</strong></p>



<p><br>📍 <strong>Weitere Drucker am Stand von Fraunhofer (Halle 11.0 / D31)</strong></p>



<p>📍<strong>Gühring (DiaNOZ) (Halle 12.1)</strong></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">🔧 Unsere Maschinen-Highlights auf dem CR-3D Stand</h2>



<h3 class="wp-block-heading"><strong>I6X5-IDEX+</strong>&nbsp;(NEU!)</h3>



<p>Unser „Big-Boy“ für große Teile mit richtig Druck:<br><strong>Bauraum: 600 × 1200 × 500 mm</strong>, mit Ultra High Flow und FilamentStation mit 10kg PreFeeder.<br>Einsatzgebiete: Vorrichtungsbau, Logistik, Sonderfahrzeugbau.Automotive<br>✅&nbsp;<strong>Fix auf dem Stand</strong></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>FieldRack auf Raupenfahrwerk</strong></h3>



<p>Der rackfähige Allrounder für Defense, Offshore &amp; mobile Einsätze dieses Mal auf einem fahrbaren Roboterfahrwerk.<br>✅ <strong>Live vor Ort</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="692" src="https://www.cr3d.de/wp-content/uploads/2025/05/FieldRACK_voll-1024x692.jpg" alt="" class="wp-image-34208"/></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>I444-IDEX+ </strong></h3>



<p>Unser bewährter IDEX-Drucker als bewährter Alles Könner! </p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.cr3d.de/wp-content/uploads/2025/09/IMG_0766-1024x1024.jpg" alt="" class="wp-image-34835"/></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>CUSTOM LOC-Drucker</strong></h3>



<p>Sonderanfertigung zur automatisierten <strong>Einlagerung von PCBs (Printed Circuit Boards)</strong> im Forschungsprojekt „Lens-on-Chip“.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>QuickSwap-Mockup</strong></h3>



<p>Das Nullspannsystem von CR-3D in Live-Demo zum Anfassen &amp; Verstehen.<br>Wechsle Toolheads mit einem Handgriff ohne Kalibrierung.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="725" src="https://www.cr3d.de/wp-content/uploads/2025/08/Quick-Swap-System-1024x725.jpg" alt="" class="wp-image-34715"/></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>C-Serie+ (Tischgerät für Serienfertigung)</strong></h3>



<p>Unser neuer Einstieg in die professionelle Kleinserienproduktion &#8211; kompakt, stabil, modular.<br>✅ <strong>In Planung für Vor-Ort-Präsentation</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1020" height="1024" src="https://www.cr3d.de/wp-content/uploads/2020/12/C2-IDEX_11-1020x1024.jpg" alt="" class="wp-image-35299"/></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">🧪 Materialien, Filamente &amp; Innovationen</h2>



<h3 class="wp-block-heading">🔥&nbsp;<strong>FlameX Flammschutz-Filamente</strong></h3>



<p>Produkt Eigenschaften <strong>PETG FlameX</strong> UL-V0 zertifiziert, flammhemmend <strong>PC-CF10</strong> Carbonfaserverstärkt, hitzebeständig <strong>PPS-CF10</strong> Hochleistung, chemisch resistent <strong>PET-CF15</strong> Stabil, für technische Bauteile</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="613" src="https://www.cr3d.de/wp-content/uploads/2025/10/20251019_103121-1-1024x613.jpg" alt="" class="wp-image-35239"/></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">🌿&nbsp;<strong>NatureX Nachhaltige Materialien</strong></h3>



<p>Produkt Basis&nbsp;<strong>PLA Coffee</strong>&nbsp;Kaffeeschalen&nbsp;<strong>PLA Olive</strong>&nbsp;Olivenreste&nbsp;<strong>PLA Bambus</strong>&nbsp;Holzfasern&nbsp;<strong>PLA Paper, Alge etc.</strong>experimentelle Naturmixe</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">🧵&nbsp;<strong>Technische Spezialfilamente</strong></h3>



<p>Produkt Besonderheit&nbsp;<strong>PLA-CF10</strong>&nbsp;Steif &amp; matt – ideal für Sichtteile&nbsp;<strong>ASA-X FibCR</strong>&nbsp;UV- &amp; wetterfest, faserverstärkt&nbsp;<strong>PLA-X / PETG-X Matt</strong>&nbsp;Technischer Look &amp; einfache Verarbeitung</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">🧱 Stand-Design &amp; Präsentation</h2>



<p>Unser Stand ist so aufgebaut, dass du nicht nur schauen, sondern erleben kannst:</p>



<ul class="wp-block-list">
<li><strong>8 × 5 m Fläche, doppelt gelegter Holzboden</strong></li>



<li><strong>Rückwände vollflächig bedruckt mit Stoffbespannung</strong></li>



<li><strong>Materialwände mit echten 1-kg-Rollen &amp; Themen-Clustern</strong></li>



<li><strong>10-kg-Spulen als Eyecatcher</strong></li>



<li><strong>Zentrale Theke mit Systemdemonstrationen</strong></li>



<li><strong>Direkter Austausch mit CR-3D Team &amp; Entwicklern</strong></li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">🤝 Kooperationen &amp; Forschung</h2>



<h3 class="wp-block-heading">🔬&nbsp;<strong>Fraunhofer (Halle 11.0 / D31)</strong></h3>



<p>Sonderdrucker für Forschungszwecke aus CR-3D Fertigung im Rahmen wissenschaftlicher Projekte.</p>



<h3 class="wp-block-heading">🛠️&nbsp;<strong>Gühring Stand (Halle 12.1)</strong></h3>



<p>Live-Einsatz eines CR-3D FieldRACK-Systems im industriellen Umfeld.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">📌 CR-3D auf der Formnext 2025</h2>



<p>das Wichtigste in Kürze</p>



<p>Thema Info&nbsp;<strong>Standort</strong>&nbsp;Halle 12.1 / Stand E131&nbsp;<strong>Highlights</strong>&nbsp;I6X5-IDEX+, FieldRack-Roboter, Automatisierung, Materialien&nbsp;<strong>Motto</strong>&nbsp;„Von Prototyp bis Produktion“&nbsp;<strong>Zielgruppe</strong>&nbsp;Industrie, Forschung, Entwickler, Entscheider&nbsp;<strong>Kontakt</strong><a href="https://www.cr3d.de/kontakt">www.cr3d.de/kontakt</a></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">🔗 Jetzt planen und vorbeikommen!</h2>



<p>👉 Du willst direkt mit uns sprechen? Vereinbare jetzt dein Besuchsfenster:<br>📩&nbsp;<a href="https://www.cr3d.de/kontakt">Kontaktformular öffnen</a></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/cr-3d-auf-der-formnext-2025/">CR-3D auf der Formnext 2025</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Die neue C-Serie von CR-3D: Kompromisslose Performance in kompakter Bauform</title>
		<link>https://www.cr3d.de/blog/die-neue-c-serie-von-cr-3d-kompromisslose-performance-in-kompakter-bauform/</link>
		
		<dc:creator><![CDATA[Christian Reil]]></dc:creator>
		<pubDate>Wed, 24 Sep 2025 16:30:41 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[3D-Drucker]]></category>
		<category><![CDATA[3D-Printer]]></category>
		<category><![CDATA[C2]]></category>
		<category><![CDATA[C2-IDEX]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[CR3D]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=34849</guid>

					<description><![CDATA[<p>Mit der neuen C-Serie setzen wir ein starkes Zeichen für Effizienz, Präzision und modulare Erweiterbarkeit im industriellen 3D-Druck. Die Besonderheit: Die C-Serie ist nicht einfach eine kleinere Version unserer PLUS-Serie, sie ist ein eigenständig entwickeltes Konzept, das auf hohe Verfügbarkeit, modulare Erweiterbarkeit und kompromisslose Druckqualität ausgelegt ist. Warum eine neue Serie? Mit steigender Nachfrage nach &#8230; <a href="https://www.cr3d.de/blog/die-neue-c-serie-von-cr-3d-kompromisslose-performance-in-kompakter-bauform/" class="more-link">Continue reading <span class="screen-reader-text">Die neue C-Serie von CR-3D: Kompromisslose Performance in kompakter Bauform</span> <span class="meta-nav">&#8594;</span></a></p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/die-neue-c-serie-von-cr-3d-kompromisslose-performance-in-kompakter-bauform/">Die neue C-Serie von CR-3D: Kompromisslose Performance in kompakter Bauform</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><br>Mit der neuen <strong>C-Serie</strong> setzen wir ein starkes Zeichen für Effizienz, Präzision und modulare Erweiterbarkeit im industriellen 3D-Druck.</p>



<p>Die Besonderheit: Die C-Serie ist nicht einfach eine kleinere Version unserer PLUS-Serie, sie ist ein eigenständig entwickeltes Konzept, das auf hohe Verfügbarkeit, modulare Erweiterbarkeit und kompromisslose Druckqualität ausgelegt ist.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="812" height="1024" src="https://www.cr3d.de/wp-content/uploads/2025/09/IMG_0929-812x1024.jpg" alt="" class="wp-image-34863"/></figure>



<h3 class="wp-block-heading">Warum eine neue Serie?</h3>



<p>Mit steigender Nachfrage nach <strong>kompakteren Systemen</strong> für Laborumgebungen, technische Ausbildungsstätten und kleinere Produktionslinien haben wir den Bedarf erkannt:<br>Es braucht ein System, das <strong>industrietauglich</strong> ist ohne gleich die Ausmaße oder den Preis eines Großgeräts zu haben.</p>



<p>Genau hier setzt die <strong>C-Serie</strong> an:</p>



<ul class="wp-block-list">
<li>Durchdachte Geometrie für maximale Bauraumnutzung</li>



<li>Stabile Maschinenbasis mit langlebiger Mechanik</li>



<li>IDEX-Technologie (Independent Dual Extruder) serienmäßig im C2-Modell</li>



<li>Einfach erweiterbar durch unsere bekannten modularen Toolheads</li>
</ul>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.cr3d.de/wp-content/uploads/2025/09/IMG_0886-1024x1024.jpg" alt="" class="wp-image-34861"/></figure>



<h3 class="wp-block-heading">Der C2-IDEX+: Effizienz trifft auf Flexibilität</h3>



<p>Der C2-IDEX+ ist der erste Vertreter dieser neuen Serie und bringt direkt alle wichtigen Funktionen mit, die unsere Kunden aus der PLUS-Serie schätzen:</p>



<ul class="wp-block-list">
<li><strong>Unabhängige Extruder</strong>: Zwei vollständig getrennt arbeitende Druckköpfe ermöglichen den <strong>gleichzeitigen Druck von zwei Bauteilen</strong> oder <strong>komplexen Multi-Material-Projekten</strong>.</li>



<li><strong>Kompakter Bauraum</strong>: Optimiert für den Tischbetrieb, ohne auf die gewohnte Stabilität zu verzichten.</li>



<li><strong>Input Shaping &amp; automatische Kalibrierung</strong>: Präzise Druckergebnisse – auch bei hohen Druckgeschwindigkeiten.</li>



<li><strong>Offenes System &amp; maximale Datensouveränität</strong>: Keine Cloud-Zwänge. Volle Kontrolle. Made in Cham.</li>
</ul>



<p>Mit dem <strong>C2-IDEX+</strong> bieten wir ein System, das besonders für <strong>KMUs</strong>, <strong>Forschungseinrichtungen</strong>, <strong>Ausbildungsstätten</strong> und <strong>Technologieentwickler</strong> interessant ist &#8211; überall dort, wo Qualität, Flexibilität und Platzbedarf in einem ausgewogenen Verhältnis stehen müssen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.cr3d.de/wp-content/uploads/2025/09/IMG_0858-1024x1024.jpg" alt="" class="wp-image-34859"/></figure>



<h3 class="wp-block-heading">Ein System &#8211; viele Möglichkeiten</h3>



<p>Die neue C-Serie wurde von Anfang an auf langfristige Nutzung, einfache Wartung und maximale Modularität ausgelegt.</p>



<p>Auch Software-seitig setzen wir mit der neuen Oberfläche und vorkonfigurierten Materialprofilen auf einen schnellen Einstieg und zuverlässige Abläufe im Produktionsalltag.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.cr3d.de/wp-content/uploads/2025/09/IMG_0951-Kopie-1024x1024.jpg" alt="" class="wp-image-34864"/></figure>



<p><strong>Fazit: Kompakt. Modular. Industrietauglich.</strong><br>Die neue C-Serie schließt eine Lücke im Markt und eröffnet gleichzeitig neue Möglichkeiten.<br>Mit dem C2-IDEX+ steht ein starker Allrounder bereit, der sich nahtlos in bestehende Prozesse integrieren lässt und bereit ist für alles, was kommt.</p>
<p>Der Beitrag <a href="https://www.cr3d.de/blog/die-neue-c-serie-von-cr-3d-kompromisslose-performance-in-kompakter-bauform/">Die neue C-Serie von CR-3D: Kompromisslose Performance in kompakter Bauform</a> erschien zuerst auf <a href="https://www.cr3d.de">CR-3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
