.error-result background: #fef3e8; border-left: 6px solid #f39c12; padding: 1rem; border-radius: 20px; margin-top: 1rem; font-size: 0.9rem;
<!-- CARD 2: QUICK SETTINGS REFERENCE (speed/temp) --> <div class="card"> <h2>⚙️ Settings: Speed & Temp</h2> <table id="settingsTable"> <thead> <tr><th>Pouch thickness (mil)</th><th>Temp (°C)</th><th>Speed (mm/min)</th></tr> </thead> <tbody> <tr><td>3 mil (80 mic)</td><td>100-110°C</td><td>~450</td></tr> <tr><td>5 mil (125 mic)</td><td>110-120°C</td><td>~350</td></tr> <tr><td>7 mil (175 mic)</td><td>120-130°C</td><td>~250</td></tr> <tr><td>10 mil (250 mic)</td><td>130-140°C</td><td>~200</td></tr> <tr><td>Cold lamination</td><td>OFF (room temp)</td><td>~300</td></tr> </tbody> </table> <p style="font-size:0.75rem; margin-top:10px;">⚠️ Allow preheating until 'Ready' LED stops blinking (approx 3-5 min).</p> </div>
<script> // Knowledge base: errors and symptoms mapped to solutions (GP 3300 typical) const errorDatabase = [ keywords: ["E01", "E 01", "error 01", "thermal fuse", "not heating", "no heat"], solution: "E01: Thermal fuse or heating element issue. Allow machine to cool down for 20 minutes. Reset the main switch. If error persists, internal thermal fuse may need replacement (service required)." , keywords: ["E02", "E 02", "error 02", "motor overload", "jam", "stuck", "motor doesn't run"], solution: "E02: Motor overload / paper jam. Switch OFF, unplug, manually rotate rear knob to clear jam. Remove any stuck pouch. Reduce pouch thickness or slow speed. Restart." , keywords: ["E03", "E 03", "error 03", "overheat", "too hot", "over temperature"], solution: "E03: Over-temperature protection activated. Turn off laminator, let cool for 30 minutes. Check ventilation slots are not blocked." , keywords: ["wrinkle", "wrinkling", "creases", "bubbles", "cloudy"], solution: "Wrinkling/cloudy: Temperature too low OR speed too high. Increase temp by 5-10°C or reduce speed. Also ensure pouch is centered and the item inside is flat." , keywords: ["pouch not sealing", "edges open", "separation"], solution: "Pouch not sealing: Increase temperature or run through again. Ensure you are using thermal pouches (not cold). Check that pouch size matches document." , keywords: ["laminate curls", "curling", "bending"], solution: "Curling after lamination: Let pouch cool naturally on a flat surface. Do not force flatten. Reduce exit roller tension if adjustable." , keywords: ["uneven", "patchy lamination", "spots"], solution: "Uneven lamination: Dirty rollers or inconsistent pressure. Clean rollers with isopropyl alcohol. Run a cleaning sheet." , keywords: ["stops mid-way", "stalls", "stops running"], solution: "Stops mid-cycle: Overload or speed mismatch. Reduce speed or use thinner pouch. Check if motor overheated — let cool." , keywords: ["cold lamination", "pressure sensitive", "adhesive"], solution: "For cold lamination: Set temperature dial to 'OFF' (cold position). Use only pressure-sensitive cold pouches. Speed ~300 mm/min." , keywords: ["no power", "dead", "won't turn on"], solution: "Check wall outlet, power cord, and rear fuse (if user accessible). Ensure emergency stop is released. Try different outlet." ]; gimpack gp 3300 manual pdf
<!-- CARD 3: MAINTENANCE & CARE --> <div class="card"> <h2>🧼 Monthly Maintenance</h2> <ul class="maintenance-list"> <li><span class="check-icon">🧽</span> Clean rollers with soft cloth & isopropyl alcohol</li> <li><span class="check-icon">❄️</span> Run cold lamination sheet to remove adhesive residue</li> <li><span class="check-icon">⚙️</span> Check feed table for dust/debris</li> <li><span class="check-icon">🔌</span> Inspect power cord & emergency stop function</li> <li><span class="check-icon">🌡️</span> Verify temp accuracy with thermal strip (if available)</li> </ul> <hr> <p><strong>⚠️ Jam removal:</strong> Press release lever (if present) → reverse direction using manual knob → gently pull pouch.</p> </div> </div>
th, td text-align: left; padding: 12px 6px; border-bottom: 1px solid #e4e9f0; If error persists, internal thermal fuse may need
input:focus, select:focus outline: none; border-color: #2b6a9f; box-shadow: 0 0 0 3px rgba(43,106,159,0.2);
.maintenance-list li padding: 8px 0; border-bottom: 1px dashed #ddd; display: flex; align-items: center; gap: 12px; Reduce pouch thickness or slow speed
.error-result h4 margin: 0 0 8px 0; color: #c4450c;