Popgot - Shop Smarter for Everyday Essentials

Shop PLA Filament per kilogram with Popgot AI

Our team combines automated analysis with human expertise to scrutinize thousands of PLA filaments. We delve deep into specifications, verifying critical details like printing material, diameter compatibility, and ensuring claims of dimensional accuracy, such as ±0.02mm tolerance, hold up. This rigorous process means you can rely on our curated lists for accurate and trustworthy filament choices.

Selection Criteria

Cheaper than 100%
Better rated than 100%
Popgot Pick— balances unit price, ratings & size

Here are the 25 products we considered starting at $5.00 per kg

* We may earn a small commission from affiliate links below at no cost to you.

amazon25walmart--target--costco--samsclub--
$5.00per kg
41
kg
$19.99
3.15
amazon
PLA Filament 1.75mm 4-Pack 1KG
$9.33per kg
61
kg
$55.99
Ends in21:58:08(function(f) {var _np=(window.P._namespace("GoldboxUDPAssets"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { function isComponentRegistered(componentName) { var isRegistered = false; P.now("registrationStarted:" + componentName).execute(function (loaded) { isRegistered = !!loaded; }); return isRegistered; } function setComponentRegistered(componentName) { P.declare("registrationStarted:" + componentName, true); } if (!isComponentRegistered("count-down-controller-detailpage-dealBadge")) { setComponentRegistered("count-down-controller-detailpage-dealBadge"); P.when('jQuery').register('count-down-controller-detailpage-dealBadge', function($) { function countDown(timer) { var $timer = $(timer); var targetDateStr = $(timer).attr("data-target-time"); var targetDate = Date.parse(targetDateStr); var dealBadgeSupportingText = '#dealBadgeSupportingText'; $(dealBadgeSupportingText).attr("aria-hidden","true"); var interval = null; interval = setInterval(function () { var diffMillis = targetDate - Date.now(); var diffSeconds = Math.floor(diffMillis / 1000); if (diffSeconds < 0) { $timer.text('00:00'); clearInterval(interval); $(dealBadgeSupportingText).removeAttr("aria-hidden"); } else { var hours = Math.floor((diffSeconds / (60 * 60)) % 24); var minutes = Math.floor((diffSeconds / 60) % 60); var seconds = Math.floor(diffSeconds % 60); var hoursStr = ('0' + hours).slice(-2); var minutesStr = ('0' + minutes).slice(-2); var secondsStr = ('0' + seconds).slice(-2); var timeStr = ''; if (hours > 0) { timeStr = [hoursStr, minutesStr, secondsStr].join(':'); } else { timeStr = [minutesStr, secondsStr].join(':'); } $timer.text(timeStr); updateOffscreenText(hours, minutes, seconds) } }, 1000); } var offscreenTextEnum = { hours: 0, minutes: 1, seconds: 2, }; var offscreenTextIDs = [ '#deals_countdown_timer_from_hours_screen_reader_label', '#deals_countdown_timer_from_minutes_without_seconds_screen_reader_label', '#deals_countdown_timer_from_seconds_screen_reader_label', ]; var offscreenTextTemplates = offscreenTextIDs.map(function (id) { return $(id).text() }); var classHidden = 'aok-hidden'; var classOffscreen = 'aok-offscreen'; function updateOffscreenText(hours, minutes, seconds) { var type = getOffscrrenType(hours, minutes); var elementID = offscreenTextIDs[type]; var template = offscreenTextTemplates[type]; var text = template .replace('NO_OF_HOURS', hours) .replace('NO_OF_MINUTES', minutes) .replace('NO_OF_SECONDS', seconds); $(elementID).text(text); showOffscreenElement(elementID); offscreenTextIDs.filter(function (_, idx) { return idx != type; }).forEach(function (id) { return hideOffscreenElement(id) }); if (isTimerOver(hours, minutes, seconds)) { hideOffscreenElement(elementID); } } function getOffscrrenType(hours, minutes) { if (hours > 0) { return offscreenTextEnum.hours; } if (minutes >= 1) { return offscreenTextEnum.minutes; } return offscreenTextEnum.seconds; } function showOffscreenElement(elementID) { $(elementID).removeClass(classHidden).addClass(classOffscreen); } function hideOffscreenElement(elementID) { $(elementID).removeClass(classOffscreen).addClass(classHidden); } function isTimerOver(hours, minutes, seconds) { return hours == 0 && minutes == 0 && seconds == 0; } return { countDown : countDown }; }); } P.when('A', 'count-down-controller-detailpage-dealBadge', 'ready').execute(function(A, countDownController) { var timers = document.querySelectorAll('.detailpage-dealBadge-countdown-timer'); A.each(timers, function(timer) { countDownController.countDown(timer); }); }); }));
4.46.9k
amazon
ANYCUBIC PLA Filament 1.75mm 6KG Gray
$9.77per kg
21
kg
$19.53
4.5265
amazon
Comgrow Rapid PLA Filament 1.75mm 2KG
$9.91per kg
61
kg
$59.47
Ends in21:58:46(function(f) {var _np=(window.P._namespace("GoldboxUDPAssets"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { function isComponentRegistered(componentName) { var isRegistered = false; P.now("registrationStarted:" + componentName).execute(function (loaded) { isRegistered = !!loaded; }); return isRegistered; } function setComponentRegistered(componentName) { P.declare("registrationStarted:" + componentName, true); } if (!isComponentRegistered("count-down-controller-detailpage-dealBadge")) { setComponentRegistered("count-down-controller-detailpage-dealBadge"); P.when('jQuery').register('count-down-controller-detailpage-dealBadge', function($) { function countDown(timer) { var $timer = $(timer); var targetDateStr = $(timer).attr("data-target-time"); var targetDate = Date.parse(targetDateStr); var dealBadgeSupportingText = '#dealBadgeSupportingText'; $(dealBadgeSupportingText).attr("aria-hidden","true"); var interval = null; interval = setInterval(function () { var diffMillis = targetDate - Date.now(); var diffSeconds = Math.floor(diffMillis / 1000); if (diffSeconds < 0) { $timer.text('00:00'); clearInterval(interval); $(dealBadgeSupportingText).removeAttr("aria-hidden"); } else { var hours = Math.floor((diffSeconds / (60 * 60)) % 24); var minutes = Math.floor((diffSeconds / 60) % 60); var seconds = Math.floor(diffSeconds % 60); var hoursStr = ('0' + hours).slice(-2); var minutesStr = ('0' + minutes).slice(-2); var secondsStr = ('0' + seconds).slice(-2); var timeStr = ''; if (hours > 0) { timeStr = [hoursStr, minutesStr, secondsStr].join(':'); } else { timeStr = [minutesStr, secondsStr].join(':'); } $timer.text(timeStr); updateOffscreenText(hours, minutes, seconds) } }, 1000); } var offscreenTextEnum = { hours: 0, minutes: 1, seconds: 2, }; var offscreenTextIDs = [ '#deals_countdown_timer_from_hours_screen_reader_label', '#deals_countdown_timer_from_minutes_without_seconds_screen_reader_label', '#deals_countdown_timer_from_seconds_screen_reader_label', ]; var offscreenTextTemplates = offscreenTextIDs.map(function (id) { return $(id).text() }); var classHidden = 'aok-hidden'; var classOffscreen = 'aok-offscreen'; function updateOffscreenText(hours, minutes, seconds) { var type = getOffscrrenType(hours, minutes); var elementID = offscreenTextIDs[type]; var template = offscreenTextTemplates[type]; var text = template .replace('NO_OF_HOURS', hours) .replace('NO_OF_MINUTES', minutes) .replace('NO_OF_SECONDS', seconds); $(elementID).text(text); showOffscreenElement(elementID); offscreenTextIDs.filter(function (_, idx) { return idx != type; }).forEach(function (id) { return hideOffscreenElement(id) }); if (isTimerOver(hours, minutes, seconds)) { hideOffscreenElement(elementID); } } function getOffscrrenType(hours, minutes) { if (hours > 0) { return offscreenTextEnum.hours; } if (minutes >= 1) { return offscreenTextEnum.minutes; } return offscreenTextEnum.seconds; } function showOffscreenElement(elementID) { $(elementID).removeClass(classHidden).addClass(classOffscreen); } function hideOffscreenElement(elementID) { $(elementID).removeClass(classOffscreen).addClass(classHidden); } function isTimerOver(hours, minutes, seconds) { return hours == 0 && minutes == 0 && seconds == 0; } return { countDown : countDown }; }); } P.when('A', 'count-down-controller-detailpage-dealBadge', 'ready').execute(function(A, countDownController) { var timers = document.querySelectorAll('.detailpage-dealBadge-countdown-timer'); A.each(timers, function(timer) { countDownController.countDown(timer); }); }); }));
4.46.9k
amazon
ANYCUBIC PLA Filament 1.75mm 6KG Black
$9.99per kg
1
kg
$9.99
4.7572
amazon
DEEPLEE PLA PRO 1.75mm 1KG Black
Popgot Pick
$9.99per kg
1
kg
$9.99
4.5265
amazon
Comgrow Rapid PLA 1.75mm 1KG Grey
$9.99per kg
1
kg
$9.99
4.51.6k
amazon
DEEPLEE 1.75mm 1kg PLA Black
$9.99per kg
21
kg
$19.98
4.5748
amazon
LANDU PLA Plus 1.75mm 2KG Black
$9.99per kg
1
kg
$9.99
3.4123
amazon
Cregrant3D Soleyin PLA Filament Black 1kg
$9.99per kg
1
kg
$9.99
3.4123
amazon
Creality 1.75mm PLA Yellow 1kg
$10.00per kg
21
kg
$19.99
3.9270
amazon
Soleyin PLA 1.75mm 2kg Black+White
$10.00per kg
21
kg
$19.99
3.9270
amazon
Soleyin PLA 1.75mm 2kg 2-Pack
$10.00per kg
41
kg
$39.99
4.59.0k
amazon
ELEGOO PLA 1.75mm 4kg Filament
$10.00per kg
41
kg
$39.99
4.34.3k
amazon
4KG 1.75mm PLA Filament 4-Pack
$10.00per kg
41
kg
$39.99
4.34.3k
amazon
PLA Filament 1.75mm 4KG 4-Pack
$10.00per kg
41
kg
$39.99
4.34.3k
amazon
PLA 3D Filament 4KG - Black+White+Green+Orange
$10.00per kg
41
kg
$39.99
4.34.3k
amazon
PLA Filament 4KG 1.75mm Pack of 4
$10.00per kg
101
kg
$99.99
4.44.8k
amazon
SUNLU 10KG PLA+ Filament Bundle
$10.00per kg
101.1
kg
$109.99
4.4623
amazon
JAYO PLA Filament 1.75mm 11kg 10-Pack
$10.07per kg
41
kg
$40.27
Limited time deal
4.420.4k
amazon
SUNLU 4kg PLA Filament Bundle Grey
$10.19per kg
41
kg
$40.76
4.62.2k
amazon
ELEGOO 4KG PLA Filament 1.75mm Black
$10.79per kg
21
kg
$21.58
Limited time deal
4.5524
amazon
eSUN PLA Basic Filament 2-Pack
$10.80per kg
21
kg
$21.59
Limited time deal
4.5610
amazon
LANDU PLA Plus 1.75mm 2KG 2 Pack
$10.87per kg
1
kg
$10.87
4.56.2k
amazon
DURAMIC 3D PLA+ Filament 1.75mm 1Kg
$10.88per kg
21
kg
$21.75
4.6530
amazon
OVERTURE 1.75mm PLA Filament 2kg