<?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 &#8211; CR-3D</title>
	<atom:link href="https://www.cr3d.de/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cr3d.de</link>
	<description></description>
	<lastBuildDate>Wed, 22 Apr 2026 12:52:44 +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 &#8211; CR-3D</title>
	<link>https://www.cr3d.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<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[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.]]></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">

      <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>

<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>
    <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>
(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>
]]></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[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.​​​​​​​​​​​​​​​​]]></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>
]]></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[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.]]></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>
]]></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[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>]]></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>
]]></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[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>]]></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>
]]></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[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>]]></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>
]]></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[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>]]></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>
]]></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[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>]]></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>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Der I444-IDEX+: Maximale Leistung für anspruchsvolle industrielle Anwendungen</title>
		<link>https://www.cr3d.de/blog/der-i444-idex-maximale-leistung-fuer-anspruchsvolle-industrielle-anwendungen/</link>
		
		<dc:creator><![CDATA[Christian Reil]]></dc:creator>
		<pubDate>Wed, 24 Sep 2025 16:03:11 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[3D-Drucker]]></category>
		<category><![CDATA[Additive Manufacturing]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[CR3D]]></category>
		<category><![CDATA[I444-IDEX+]]></category>
		<category><![CDATA[IDEX]]></category>
		<category><![CDATA[Industrie 3D-Drucker]]></category>
		<category><![CDATA[made in germany]]></category>
		<category><![CDATA[PLUS Serie]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=34847</guid>

					<description><![CDATA[Der I444-IDEX+ ist das Herzstück der modularen PLUS-Serie von CR-3D entwickelt für professionelle Nutzer, die kompromisslose Performance, höchste Präzision und maximale Flexibilität verlangen. Mit einem großzügigen Bauraum von 400 x 400 x 400 mm, einem vollständig beheizten Bauraum, einem innovativen Quick-ToolSwap-System und dem bewährten IDEX-Aufbau (Independent Dual Extruder) ist der I444-IDEX+ die Antwort auf steigende &#8230; <a href="https://www.cr3d.de/blog/der-i444-idex-maximale-leistung-fuer-anspruchsvolle-industrielle-anwendungen/" class="more-link">Continue reading <span class="screen-reader-text">Der I444-IDEX+: Maximale Leistung für anspruchsvolle industrielle Anwendungen</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>Der I444-IDEX+ ist das Herzstück der modularen PLUS-Serie von CR-3D entwickelt für professionelle Nutzer, die kompromisslose Performance, höchste Präzision und maximale Flexibilität verlangen.</p>



<p>Mit einem großzügigen Bauraum von 400 x 400 x 400 mm, einem vollständig beheizten Bauraum, einem innovativen Quick-ToolSwap-System und dem bewährten IDEX-Aufbau (Independent Dual Extruder) ist der <a href="https://www.cr3d.de/produkt/i444/">I444-IDEX+</a> die Antwort auf steigende Anforderungen in der Fertigung, im Prototyping und im täglichen Produktionsbetrieb.</p>



<h3 class="wp-block-heading">Unabhängiges Dual-Extruder-System (IDEX+)</h3>



<p>Der I444-IDEX+ arbeitet mit zwei unabhängig beweglichen Extrudern. Dadurch ergeben sich vielfältige Vorteile im professionellen Einsatz:</p>



<ul class="wp-block-list">
<li><strong>Doppelte Fertigung in einem Durchlauf</strong> (z. B. zwei Bauteile gleichzeitig)</li>



<li><strong>Zwei Materialien oder Farben</strong> ohne manuelles Umrüsten</li>



<li><strong>Supportmaterialien und wasserlösliche Trägerstrukturen</strong></li>



<li><strong>Gesteigerte Prozesssicherheit</strong> durch automatische Düsenkalibrierung</li>
</ul>



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



<h3 class="wp-block-heading">Quick-ToolSwap System: Werkzeugwechsel in Sekunden</h3>



<p>Ein zentrales Element der PLUS-Serie ist das <strong>Quick-ToolSwap System</strong>. Es erlaubt den werkzeuglosen Wechsel des gesamten Druckkopfs innerhalb von Sekunden ohne erneute Kalibrierung.</p>



<p>Das spart wertvolle Zeit im Betrieb und erleichtert den Einsatz verschiedener Düsen, Materialien oder Extruder-Varianten.</p>



<h3 class="wp-block-heading">Beacon Sensor für präzise Z-Höhenermittlung</h3>



<p>Der integrierte <strong>Beacon Sensor</strong> sorgt für hochpräzise Z-Offsets und ersetzt mechanische oder induktive Sensorik vollständig. Das Ergebnis: Perfekte Layerhaftung, auch bei schwierigen Geometrien oder komplexen First Layers.</p>



<p>Gepaart mit dem <strong>vollautomatischen Surface Scanner</strong> wird jede Oberfläche individuell und punktgenau vermessen und das vollständig berührungslos.</p>



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



<h3 class="wp-block-heading">Voll beheizter Bauraum: bis max. 60 °C</h3>



<p>Der aktiv beheizte Bauraum des I444-IDEX+ ermöglicht die sichere Verarbeitung technischer Hochleistungsfilamente wie:</p>



<ul class="wp-block-list">
<li>ASA / ABS</li>



<li>PA-CF / PA-GF</li>



<li>PC / PC-ABS</li>



<li>PETG-ESD</li>



<li>u. v. m.</li>
</ul>



<p>Durch die konstante Temperatur im Bauraum werden Verzug, Delamination und Warping deutlich reduziert, ein entscheidender Faktor für reproduzierbare Produktionsergebnisse.</p>



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



<h3 class="wp-block-heading">Technische Highlights im Überblick</h3>



<p>MerkmalSpezifikation:<br><strong>Bauraumgröße:</strong> 400 x 400 x 400 mm<br><strong>Extrudersystem:</strong> IDEX+ (Independent Dual Extruder)<br><strong>Druckkopfwechsel:</strong> Quick-ToolSwap System<br><strong>Max. Düsentemperatur:</strong> bis 350 °C<br><strong>Druckbett:</strong> Beheizt, bis 120 °C<br><strong>Bauraumbeheizung:</strong> Aktiv, bis max. 60 °C<br><strong>Sensorik:</strong> Beacon Sensor, Surface Scanner<br><strong>Kalibrierung:</strong> Vollautomatisch<br><strong>Filamentstation:</strong> Optional, bis 10 kg Rollen<br><strong>Steuerung:</strong> Touchscreen, Netzwerkfähig, Offlinebetrieb möglich<br><strong>Rahmenkonstruktion:</strong> Industrie-Stahl/Alu-Verbund<br><strong>Produktion:</strong> Made in Germany (Cham, Bayern)</p>



<h3 class="wp-block-heading">Für wen ist der I444-IDEX+ gebaut?</h3>



<p>Der I444-IDEX+ eignet sich ideal für:</p>



<ul class="wp-block-list">
<li><strong>Produktionsbetriebe</strong>, die auf hohe Wiederholgenauigkeit und stabile Prozesse setzen</li>



<li><strong>Forschungs- und Entwicklungsabteilungen</strong>, die mit komplexen Materialien arbeiten</li>



<li><strong>Prototyping-Dienstleister</strong>, die Multi-Material- oder Multi-Bauteil-Fertigungen umsetzen</li>



<li><strong>Technikzentren, Ausbildungsstätten &amp; Labore</strong>, die modular und effizient arbeiten möchten</li>
</ul>



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



<h3 class="wp-block-heading">Fazit: Dein Partner für den industriellen 3D-Druck</h3>



<p>Der I444-IDEX+ ist ein kompromisslos entwickeltes Produktionswerkzeug.<br>Er vereint intelligentes Maschinenkonzept, modernste Sensorik und höchste Materialvielfalt mit einem modularen Aufbau, der mitwächst mit dir, deinen Anforderungen und deiner Produktion.</p>



<p>Wenn du maximale Unabhängigkeit, Flexibilität und Performance suchst, ist der <a href="https://www.cr3d.de/produkt/i444/">I444-IDEX+</a> die richtige Wahl.</p>



<p></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PETG-ESD Filament von CR-3D – Einfach zu verarbeitendes Filament mit ESD Ableitung</title>
		<link>https://www.cr3d.de/blog/petg-esd-filament-von-cr-3d-das-neue-mass-fuer-sicherheit-im-3d-druck/</link>
		
		<dc:creator><![CDATA[Christian Reil]]></dc:creator>
		<pubDate>Fri, 22 Aug 2025 05:45:40 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[3D Druck ESD Material]]></category>
		<category><![CDATA[3ddruck]]></category>
		<category><![CDATA[antistatisches Filament]]></category>
		<category><![CDATA[conductive]]></category>
		<category><![CDATA[conductive PETG filament]]></category>
		<category><![CDATA[CR-3D]]></category>
		<category><![CDATA[dasgeilstefilament]]></category>
		<category><![CDATA[ESD]]></category>
		<category><![CDATA[industrie 3d druck]]></category>
		<category><![CDATA[PETG ESD schwarz]]></category>
		<category><![CDATA[PETG-ESD]]></category>
		<category><![CDATA[technisches filament]]></category>
		<guid isPermaLink="false">https://www.cr3d.de/?p=34664</guid>

					<description><![CDATA[In der Elektronikfertigung, Medizintechnik und Industrie ist elektrostatische Entladung (ESD) eine oft unterschätzte Gefahr. Schon eine kleine Entladung kann ausreichen, um empfindliche elektronische Bauteile dauerhaft zu zerstören oder Prozesse zu stören. Genau hier setzt das neue CR-3D PETG-ESD Schwarz an – ein leistungsstarkes 3D-Druck Filament, das Schutz und Verarbeitungsfreundlichkeit perfekt kombiniert. Warum PETG-ESD? Im Vergleich &#8230; <a href="https://www.cr3d.de/blog/petg-esd-filament-von-cr-3d-das-neue-mass-fuer-sicherheit-im-3d-druck/" class="more-link">Continue reading <span class="screen-reader-text">PETG-ESD Filament von CR-3D – Einfach zu verarbeitendes Filament mit ESD Ableitung</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>In der Elektronikfertigung, Medizintechnik und Industrie ist <strong>elektrostatische Entladung (ESD)</strong> eine oft unterschätzte Gefahr. Schon eine kleine Entladung kann ausreichen, um empfindliche elektronische Bauteile dauerhaft zu zerstören oder Prozesse zu stören. Genau hier setzt das neue <strong><a href="https://www.cr3d.de/produkt/petg-esd-schwarz/">CR-3D PETG-ESD </a>Schwarz</strong> an – ein leistungsstarkes 3D-Druck Filament, das Schutz und Verarbeitungsfreundlichkeit perfekt kombiniert.</p>



<h2 class="wp-block-heading">Warum PETG-ESD?</h2>



<p>Im Vergleich zu ABS-ESD oder Standardmaterialien bietet PETG-ESD eine <strong>optimale Balance aus elektrischer Ableitfähigkeit, chemischer Beständigkeit und einfacher Verarbeitung</strong>. Mit einem <strong>Oberflächenwiderstand im Bereich von 10⁶ – 10⁹ Ohm</strong> garantiert das Filament ein kontrolliertes Ableiten elektrostatischer Aufladungen und schützt so zuverlässig sensible Bauteile.</p>



<p>Besonders wichtig: <strong>Die Werte sind nicht nur intern ermittelt, sondern wurden in enger Zusammenarbeit mit unabhängigen Laboren und Kundenanwendungen bestätigt.</strong> Damit ist sichergestellt, dass das Filament in der Praxis zuverlässig und reproduzierbar funktioniert.</p>



<p>Zusätzlich zeigen unsere Messreihen, dass die Leitfähigkeit <strong>direkt vom Infill-Prozentsatz</strong> beeinflusst wird. Bauteile mit hohem Infill weisen geringere Widerstandswerte auf und sind damit noch besser für ESD-kritische Anwendungen geeignet.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="414" src="https://www.cr3d.de/wp-content/uploads/2025/06/Messwerttabelle_PETG-ESD-1024x414.png" alt="" class="wp-image-34287"/></figure>



<p>Auch die Verarbeitungsparameter haben deutlichen Einfluss auf die Eigenschaften der gedruckten Bauteile. </p>



<p></p>



<h2 class="wp-block-heading">Vorteile des CR-3D PETG-ESD Schwarz</h2>



<p>✔ <strong>Sichere ESD-Ableitung</strong> – kontrollierte Werte zwischen 10⁶ und 10⁹ Ohm<br>✔ <strong>Validiert durch Labortests &amp; Kundenprojekte</strong> – geprüfte und verlässliche Ergebnisse<br>✔ <strong>Hohe chemische Beständigkeit</strong> – widersteht Glykolverbindungen, Ölen und Alkoholen<br>✔ <strong>Exzellente Schlagzähigkeit</strong> – robust auch bei stoßbelasteten Anwendungen<br>✔ <strong>Einfache Verarbeitung</strong> – verzugsarm, nahezu kein Warping, geruchsneutral<br>✔ <strong>Gleichmäßige Leitfähigkeit</strong> – unabhängig bestätigt, stabil und prozesssicher</p>



<p>Der größte Vorteil an PETG-ESD ist die einfache Verarbeitung, selbst bei großformatigen Bauteilen und gleichzeitig der guten Beständigkeiten. </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/08/20250621_193202-1024x1024.jpg" alt="" class="wp-image-34674"/></figure>



<h2 class="wp-block-heading">Typische Anwendungsbereiche</h2>



<ul class="wp-block-list">
<li>Vorrichtungen und Werkzeuge für die Elektronikfertigung</li>



<li>Gehäuse und Steckverbindungen für elektrostatisch sensible Geräte</li>



<li>Komponenten im Halbleiterbereich</li>



<li>Montagevorrichtungen und Produktionshilfsmittel im Elektronikumfeld</li>



<li>Große Bauteile mit ableitenden Funktionen</li>



<li>Anwendungen mit Pulver- oder Staubumgebung, wo antistatische Eigenschaften unverzichtbar sind</li>
</ul>



<h2 class="wp-block-heading">Technische Daten im Überblick</h2>



<ul class="wp-block-list">
<li><strong>Materialbasis:</strong> PETG elektrisch leitfähig</li>



<li>Temperaturbeständigkeit: 85°C</li>



<li><strong>Oberflächenwiderstand:</strong> 10⁶ – 10⁹ Ω (durch Labore und Kunden bestätigt)</li>



<li><strong>Durchmesser:</strong> 1,75 mm ± 0,02 mm</li>



<li><strong>Empfohlene Drucktemperatur:</strong> 230 – 260 °C</li>



<li><strong>Druckbett:</strong> 60 – 90 °C</li>



<li><strong>Verfügbare Spulengrößen:</strong> 500 g, 750 g, 1 kg, 2,1 kg, 10 kg</li>
</ul>



<figure class="wp-block-image size-large"><a href="https://www.cr3d.de/produkt/petg-esd-schwarz/"><img loading="lazy" decoding="async" width="1007" height="1024" src="https://www.cr3d.de/wp-content/uploads/2025/06/20250620_093702-1007x1024.jpg" alt="" class="wp-image-34353"/></a></figure>



<h2 class="wp-block-heading">Fazit: Ihr Vorsprung mit CR-3D PETG-ESD</h2>



<p>Mit dem neuen <strong>CR-3D PETG-ESD Schwarz</strong> erhalten Sie ein Hochleistungsfilament, das speziell für die Anforderungen in sensiblen Industriebereichen entwickelt wurde. Durch <strong>umfangreiche Laborprüfungen und Praxistests bei Kunden</strong> ist sichergestellt, dass Sie sich jederzeit auf die ESD-Eigenschaften verlassen können.</p>



<p>👉 Jetzt im <a href="https://www.cr3d.de/produkt/petg-esd-schwarz/">CR-3D Online Shop</a> entdecken und Ihr Projekt absichern!</p>



<p></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/06/PETG-ESD_Flyer-1024x1024.jpg" alt="" class="wp-image-34678"/></figure>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
