Conductive filament is not a way to replace copper wire in a 3D printed part. That is the single biggest misunderstanding people bring to it, and it causes more disappointment than any real limitation of the material. What gets sold as conductive filament is, in almost every case, standard PLA loaded with carbon black, the same fine black powder that tints tires, toner, and ink and happens to carry a small electrical charge. It will not power an LED on its own, it will not carry meaningful current, and it will not behave like the wire in your junk drawer. What it actually does well is let a print sense a touch, register a bend, or carry a low-voltage signal between two points, a job for an electrical engineer more than an electrician. This guide covers what the material is, the real resistivity numbers behind it, what it is genuinely useful for, and where it falls apart. For background on how it compares to plain PLA and other filament families, see the filament types overview.
What conductive filament actually is
Proto-pasta’s Conductive PLA is the product most people mean when they say conductive filament, and it set the pattern the rest of the category followed. According to Proto-pasta’s own documentation, it is a compound of standard PLA (NatureWorks 4043D), a dispersant, and conductive carbon black. There is no metal in it anywhere. The conductivity comes from countless microscopic carbon particles touching each other inside the plastic, forming a loose network that electrons can hop across. That network is far weaker than a solid metal conductor, which is why the numbers below look nothing like copper wire.
Other brands sell similar ideas under different names and chemistries. NinjaTek’s Eel is a flexible, conductive TPU rather than a PLA, built for parts that need to bend and flex repeatedly rather than hold a rigid shape, with the same broad goal of carrying a small signal through a printed part.
Real resistivity numbers and what they mean
Electrical conductivity on these data sheets is expressed as volume resistivity, measured in ohm-centimeters: the resistance across a 1 cm cube of material with full contact on two opposite faces. Lower numbers mean better conductivity.
Proto-pasta’s published figures for Conductive PLA are:
- Molded resin (not 3D printed): 15 ohm-cm
- 3D printed, measured along the layers (X/Y): 30 ohm-cm
- 3D printed, measured across the layers (Z): 115 ohm-cm
- Resistance of a 10 cm length of 1.75 mm filament: 2 to 3 kilohm
- Resistance of a 10 cm length of 2.85 mm filament: 800 to 1,200 ohm
Copper wire sits around 0.0000017 ohm-cm. Conductive PLA is roughly ten million times more resistive than copper. It is not a bad conductor by plastic standards, it is an extremely bad conductor by wire standards, and that gap explains most of the confusion around this material.
The gap between the X/Y and Z numbers matters for anyone designing a part. A trace running along the print’s layers conducts about four times better than one that has to jump across layers, since each layer boundary adds resistance. If a design needs current to flow in a specific direction, orient the part so the conductive path runs in the X/Y plane rather than through Z.
NinjaTek measures Eel differently, reporting a volume and surface resistance of about 1.5 x 10^3 under the ANSI/ESD STM test standard rather than the ohm-cm cube method Proto-pasta uses, so the two figures are not directly comparable on paper. Both data sheets agree on the practical read, though: this is a static-dissipative, low-current material, not a low-resistance one.
What it’s actually good for: sensors, capacitive touch, and traces
Proto-pasta’s own suggested applications line up with what the resistivity numbers imply: low-voltage circuitry, touch sensors, and parts meant to interact with a capacitive touchscreen. As a rough guide, the company describes the material as suitable for anything you could run through a 1 kilohm resistor, and says it will drive a low-current input on something like an Arduino as long as you are not trying to power much with it.
The maker projects that come up again and again with this material:
- Capacitive touch buttons. A printed pad wired to a capacitive sensing pin (an Arduino, a Makey Makey, or an Adafruit MPR121 breakout) registers a finger touch the way a phone screen does, with no mechanical switch involved.
- Touchscreen styluses. A stylus tip printed in conductive PLA registers on a capacitive phone or tablet screen the same way a finger does, because capacitive screens respond to a small change in charge, not to actual current flow.
- Embedded circuit traces. Swapping filament mid-print, or printing on a dual-extrusion setup with one nozzle loaded with conductive PLA and the other with regular PLA, lets you bury a signal path inside a part instead of running a wire externally. This suits LED indicator lines, simple switch contacts, and light sensor wiring where current draw stays small.
- Basic strain and bend sensing. Carbon-loaded polymers change resistance slightly when flexed or compressed, a property researchers have measured directly in conductive TPU under repeated strain testing. Hobbyists use this loosely, printing a flex sensor or pressure pad and reading the resistance change with a multimeter or an analog input, though it is not a calibrated, repeatable sensor in the way a commercial strain gauge is.
- ESD-safe parts. Because the material bleeds off static instead of letting it build up, it turns up in printed jigs, trays, and tool handles for electronics work.
None of these applications need much current. They need a change in resistance or a completed low-current circuit, which is exactly what carbon-loaded PLA can deliver.
What it can’t do: power and structural strength
Conductive PLA cannot power an LED by running current through a printed trace the way copper does. Try it and the resistive losses in even a short trace eat most of the voltage before it reaches the LED, and printed traces are usually far longer than a 10 cm test strip. Anything that needs to deliver real current, an LED at usable brightness, a motor, a heating element, needs actual wire. The conductive filament’s job stops at signal-carrying or touch-sensing duty.
Mechanical strength is the other place this material disappoints people who buy it expecting normal PLA performance. Proto-pasta’s own strength notes describe it as having fair strength at best, more flexible than standard PLA but with weaker layer adhesion, and prone to breaking along layer lines if flexed repeatedly. It is not the filament to use for a structural bracket, a load-bearing hinge, or anything that needs to survive an impact. Treat it as an electrically functional addition to a design, not a substitute for the rest of the part’s material. Many practical designs print the bulk of a part in ordinary PLA (see the PLA print settings guide for baseline numbers) and reserve conductive PLA for the specific traces or contact pads that need it.
Print settings and nozzle wear
Conductive PLA prints like PLA, with a couple of adjustments. Proto-pasta recommends a hot end temperature of 215 to 230°C, run toward the higher end to help layer adhesion, which is the material’s weaker point. Bed temperature around 50°C helps but is not strictly required, since this filament shows very low warping. Standard PLA cooling and speed settings apply without much modification. Starting from a normal PLA profile (covered in the PLA print settings guide) and adjusting temperature is a reasonable approach.
One thing conductive PLA does not need is a hardened nozzle. Carbon black is a fine powder additive, not a chopped fiber, so it does not carve up a brass nozzle the way carbon-fiber or glass-fiber filled filaments do. That distinction matters because the two get lumped together in casual conversation: carbon-fiber PLA is genuinely abrasive and needs a hardened steel or equivalent nozzle (see the brass vs hardened steel nozzle guide for why), but plain carbon-black conductive PLA is not in that category and prints fine through a stock brass nozzle.
Practical project ideas
- A printed capacitive touch button for a project enclosure, wired to a microcontroller’s touch-sensing input instead of a mechanical switch.
- A conductive trace embedded between two layers of a dual-material print, connecting an LED pocket to a battery contact without external wiring.
- A stylus tip for a capacitive touchscreen, printed as a small conductive cap over a regular PLA body.
- A simple pressure pad that changes resistance under load, read with a multimeter or a microcontroller’s analog input, for a rough presence or force sensor.
- ESD-safe tool handles or component trays for a home electronics bench.
Conductive filament checklist
- Remember it is resistive, not low-resistance. It behaves nothing like copper wire.
- Expect roughly 30 ohm-cm along the print layers and 115 ohm-cm across them, per Proto-pasta’s published figures.
- Orient conductive paths in the X/Y plane when possible, since Z-axis resistance runs about four times higher.
- Use it for capacitive touch sensing, low-current signal traces, and basic strain sensing, not for powering anything directly.
- Print at 215-230°C with a bed around 50°C, similar to a standard PLA profile.
- Skip the hardened nozzle. Carbon black is not abrasive the way carbon fiber or glass fiber fillers are.
- Treat mechanical strength as weaker than standard PLA, with layer adhesion as the likely failure point.
- Pair it with real wire for any connection that needs to carry actual current.