---
import { Image } from 'astro:assets'
import Layout from '../../layouts/Layout.astro'
const { frontmatter } = Astro.props
const title = "Dry materials for higher quality products"
const description = "When producing items with advanced materials such as industrial waste, drying granulate is essential. This guide explains how to dry granulate efficiently and cost-effectively, which is crucial for creating high-quality products like 3D printing filament.

Check the How-To video here: [Watch Video](https://youtu.be/dkm_gXxX2pk)"
const tags = ["hack"]
const category = "Guides"
const difficulty = "Easy"
const time = "< 1 hour"
const location = "Darmstadt, Germany"
---
<Layout title={title} description={description}>
  <article class="max-w-4xl mx-auto px-4 py-8">
    <h1 class="text-4xl font-bold mb-8">{title}</h1>
    <Image src={import('./Precious Plastic Thumbnail.jpg')} alt={title} class="w-full rounded-lg shadow-lg mb-8" />
    <div class="prose prose-lg max-w-none mb-8">
      <p>{description}</p>
      <p class="text-gray-600">User Location: Darmstadt, Germany</p>
    </div>
    <div class="space-y-12">
      <section class="step-1">
        <h2 class="text-2xl font-semibold mb-4">Step 1: When and why to dry</h2>
        <div class="prose prose-lg max-w-none mb-6">
          <Fragment set:html={step.text} />
        </div>
        <Image src={import('./Erste Tabelle_Zeichenfläche 1.png')} alt="Erste Tabelle_Zeichenfläche 1.png" class="w-full rounded-lg shadow-md mb-6" />
      <section class="step-2">
        <h2 class="text-2xl font-semibold mb-4">Step 2: Different drying methods</h2>
        <div class="prose prose-lg max-w-none mb-6">
          <Fragment set:html={step.text} />
        </div>
        <Image src={import('./Zweite Tabelle_Zeichenfläche 1.png')} alt="Zweite Tabelle_Zeichenfläche 1.png" class="w-full rounded-lg shadow-md mb-6" />
      <section class="step-3">
        <h2 class="text-2xl font-semibold mb-4">Step 3: Make and airtight plastic box</h2>
        <div class="prose prose-lg max-w-none mb-6">
          <Fragment set:html={step.text} />
        </div>
        <Image src={import('./Step 3 (2).jpg')} alt="Step 3 (2).jpg" class="w-full rounded-lg shadow-md mb-6" />
        <Image src={import('./Step 3.jpg')} alt="Step 3.jpg" class="w-full rounded-lg shadow-md mb-6" />
      <section class="step-4">
        <h2 class="text-2xl font-semibold mb-4">Step 4: Get Silica Gel</h2>
        <div class="prose prose-lg max-w-none mb-6">
          <Fragment set:html={step.text} />
        </div>
        <Image src={import('./Step 4 .jpg')} alt="Step 4 .jpg" class="w-full rounded-lg shadow-md mb-6" />
        <Image src={import('./Step 4 (1).jpg')} alt="Step 4 (1).jpg" class="w-full rounded-lg shadow-md mb-6" />
      <section class="step-5">
        <h2 class="text-2xl font-semibold mb-4">Step 5: Get a hygrometer</h2>
        <div class="prose prose-lg max-w-none mb-6">
          <Fragment set:html={step.text} />
        </div>
        <Image src={import('./Step 5.jpg')} alt="Step 5.jpg" class="w-full rounded-lg shadow-md mb-6" />
        <Image src={import('./Step 5 (2).jpg')} alt="Step 5 (2).jpg" class="w-full rounded-lg shadow-md mb-6" />
      <section class="step-6">
        <h2 class="text-2xl font-semibold mb-4">Step 6: Place granulate inside the box</h2>
        <div class="prose prose-lg max-w-none mb-6">
          <Fragment set:html={step.text} />
        </div>
        <Image src={import('./Step 6.jpg')} alt="Step 6.jpg" class="w-full rounded-lg shadow-md mb-6" />
        <Image src={import('./Step 6 (2).jpg')} alt="Step 6 (2).jpg" class="w-full rounded-lg shadow-md mb-6" />
      <section class="step-7">
        <h2 class="text-2xl font-semibold mb-4">Step 7: Check the results</h2>
        <div class="prose prose-lg max-w-none mb-6">
          <Fragment set:html={step.text} />
        </div>
        <Image src={import('./Step 7.jpg')} alt="Step 7.jpg" class="w-full rounded-lg shadow-md mb-6" />
      <section class="step-8">
        <h2 class="text-2xl font-semibold mb-4">Step 8: Renew the silica gel</h2>
        <div class="prose prose-lg max-w-none mb-6">
          <Fragment set:html={step.text} />
        </div>
        <Image src={import('./Def7hdBUwAA2YTq.jpg')} alt="Def7hdBUwAA2YTq.jpg" class="w-full rounded-lg shadow-md mb-6" />
      <section class="step-9">
        <h2 class="text-2xl font-semibold mb-4">Step 9: Bonus tip</h2>
        <div class="prose prose-lg max-w-none mb-6">
          <Fragment set:html={step.text} />
        </div>
        <Image src={import('./Step last.jpg')} alt="Step last.jpg" class="w-full rounded-lg shadow-md mb-6" />
        <Image src={import('./Step last 2.jpg')} alt="Step last 2.jpg" class="w-full rounded-lg shadow-md mb-6" />
        <Image src={import('./Ste last 3.jpg')} alt="Ste last 3.jpg" class="w-full rounded-lg shadow-md mb-6" />
    </div>
  </article>
</Layout>