Anycubic PC Filament 1kg - Black - - | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
-

Anycubic PC Filament 1kg - Black

SKU: HPCBK-101
R 831.91
Available on Backorder

Engineering-grade PC filament | High impact and heat resistance | Smooth, lustrous surface finish | 1kg spool

This item is on backorder — new stock is expected around 26 Aug 2026. Order now and we'll ship yours as soon as it arrives.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Engineering-grade PC filament | High impact and heat resistance | Smooth, lustrous surface finish | 1kg spool

The Anycubic PC Filament is an engineering-grade polycarbonate filament designed for makers and engineers who need parts that go beyond what standard PLA or ABS can offer. Compatible with FDM printers fitted with a nozzle of 0.2 mm or above, it prints at 270–290°C with a heated bed of 100–120°C, and supports print speeds of 40–250 mm/s. With a heat deflection temperature of 110°C and strong mechanical properties — including a tensile strength of 65±6 MPa and an Izod impact strength of 30±12 kJ/m² — it is well suited to structural parts, functional components, automotive applications, electronic housings, and outdoor use. The filament also delivers smooth model surfaces with a translucent, lustrous quality. Note that active drying is required before printing: 80°C for 8–12 hours. Supplied on a 1kg reusable spool with intelligent identification chip support for compatible Anycubic printers.

Features

  • Engineering-grade PC filament for structural, functional, and outdoor applications
  • Heat deflection temperature of 110°C — resists warping and deformation under prolonged heat
  • Izod impact strength of 30±12 kJ/m² (X-Y) for tough, crack-resistant parts
  • Tensile strength of 65±6 MPa and bending strength of 105±10 MPa
  • Smooth, translucent, and lustrous surface finish
  • Intelligent identification chip supported for compatible Anycubic printers
  • Reusable spool with threaded connection system to reduce filament entanglement
  • Active drying required before use: 80°C for 8–12 hours

Specifications

  • Colour: Black (#212322)
  • Dry Out Before Use: Required
  • Drying Condition: 80 ℃, 8-12 h
  • ACE Compatibility: Compatible
  • Nozzle Size: Recommended 0.2 mm or above
  • Printing Temperature: 270-290 ℃
  • Heated Bed Temperature: 100-120 ℃
  • Recommended Printing Speed: 40-250 mm/s
  • Maximum Volume Speed (Flow Rate): 12 mm³/s
  • Density: 1.2 g/cm³
  • Melt Index: 15-20 g/10 min (270℃/1.2kg)
  • Melting Point Temperature: 230 ℃
  • Vicat Softening Temperature: 122 ℃
  • Heat Deflection Temperature (0.45MPa): 110 ℃
  • Young's Modulus: 2550±100 MPa
  • Tensile Strength: 65±6 MPa
  • Elongation at Break: 9±4%
  • Bending Modulus: 2900±150 MPa
  • Bending Strength: 105±10 MPa
  • lzod lmpact Strength (X-Y): 30±12 kJ/m²
  • Tensile Strength (Z): 25±7 MPa
  • Filament Type: Engineering filaments
  • Recommend to Print: Structural parts, functional parts, automotive parts, outdoor use, electronic housing, artworks
  • Intelligent Identification: Supported
  • Reusable Filament Spool: Supported

What's in the Box

  • Anycubic PC Filament 1kg - Black x1
Brand -
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty -
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!