Tool Request: call_ccHcBPd85U6ORdSN4mdUE5sN - create_file
{"file_name":"filament.html","content":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Filament Management - 3D Printing Hub</title>\n <link rel=\"stylesheet\" href=\"style.css\">\n</head>\n<body>\n <!-- Header -->\n <header>\n <nav class=\"container\">\n <h1>3D Printing Hub</h1>\n <ul>\n <li><a href=\"index.html\">Home</a></li>\n <li><a href=\"calibration.html\">Calibration</a></li>\n <li><a href=\"filament.html\">Filament Management</a></li>\n <li><a href=\"process.html\">Post-Filament Change</a></li>\n <li><a href=\"contact.html\">Contact</a></li>\n </ul>\n </nav>\n </header>\n <!-- Main Content -->\n <main class=\"container\">\n <section>\n <h2 class=\"section-title\">Filament Management Essentials</h2>\n <p>Proper filament handling ensures reliable, high-quality prints.</p>\n </section>\n\n <section>\n <h3>1. Storage & Humidity Control</h3>\n <ul>\n <li>Semi-dry Boxes: Store filaments with silica gel packs inside airtight containers.</li>\n <li>Driers & Ovens: Use filament dryers (45\u001730\u00170C) for 4-6 hours for PLA/ABS, up to 12 for hygroscopic materials (Nylon, PVA).</li>\n <li>Moisture Indicators: Visual hygrometers help monitor humidity levels (<20% RH ideal).</li>\n </ul>\n </section>\n\n <section>\n <h3>2. Filament Types & Characteristics</h3>\n <table>\n <thead>\n <tr>\n <th>Material</th>\n <th>Print Temp</th>\n <th>Humidity Sensitivity</th>\n <th>Properties</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>PLA</td>\n <td>190-220\u00176C</td>\n <td>Low</td>\n <td>Biodegradable, easy prints</td>\n </tr>\n <tr>\n <td>ABS</td>\n <td>220-250\u00176C</td>\n <td>Low</td>\n <td>Durable, warping issues</td>\n </tr>\n <tr>\n <td>Nylon</td>\n <td>240-260\u00176C</td>\n <td>High</td>\n <td>Strong, flexible, hygroscopic</td>\n </tr>\n <tr>\n <td>TPU</td>\n <td>210-230\u00176C</td>\n <td>Medium</td>\n <td>Flexible, rubber-like</td>\n </tr>\n </tbody>\n </table>\n </section>\n\n <section>\n <h3>3. Switching Filaments</h3>\n <ol>\n <li>Heat nozzle to current filament's temp. Retract filament completely.</li>\n <li>Clean nozzle: perform cold pull with Nylon or cleaning filament.</li>\n <li>Insert new filament; extrude 20-30mm to ensure clean flow.</li>\n <li>Adjust temperature to new material's spec, run purge tower to stabilize flow.</li>\n </ol>\n </section>\n\n <section>\n <h3>4. Troubleshooting Moisture-Related Issues</h3>\n <ul>\n <li>Signs: bubbles, stringing, rough surface.</li>\n <li>Fixes: dry filament, slow print speed, increase nozzle temp slightly.</li>\n </ul>\n </section>\n </main>\n\n <!-- Footer -->\n <footer>\n <p>© 2024 3D Printing Hub. All rights reserved.</p>\n </footer>\n</body>\n</html>"}