Shop PETG Filament per kilogram with Popgot AI
Our team and advanced automation meticulously review and analyze thousands of PETG filaments. We delve into critical aspects like 'mechanical property focus', ensuring that filaments marketed for PETG's signature toughness and heat resistance are precisely that, and not a material where, for instance, flexibility is the primary attribute.
Here are the 29 products we considered starting at $7.95 per kg
* We may earn a small commission from affiliate links below at no cost to you.
$7.95per kg | 41.1 kg | $34.99 | 4.31.6k | JAYO PETG Filament 4.4KG Black | |||
$8.18per kg | 101.1 kg | $89.99 | 4.31.6k | JAYO PETG Filament 1.75mm 11KG Black | |||
$8.33per kg | 61 kg | $49.99 | 4.5887 | Comgrow PETG Filament 6 Rolls 1kg | |||
$8.55per kg | 41 kg | $34.19 Limited time deal | 4.217.9k | OVERTURE 4KG PETG Filament Bundle | |||
$8.60per kg | 101 kg | $85.99 | 4.32.1k | PETG Filament 1.75mm 10KG Black | |||
$8.63per kg | 41.1 kg | $37.99 | 4.31.6k | JAYO PETG Filament 1.75mm 4.4KG Bundle | |||
$8.63per kg | 41.1 kg | $37.99 | 4.31.6k | JAYO PETG Filament 4.4KG Bundle | |||
$8.75per kg | 41 kg | $34.99 | 4.32.1k | PETG Filament 1.75mm Black 4x1KG | |||
$9.02per kg | 41 kg | $36.09 Limited time deal | 4.11.9k | SUNLU 1.75mm PETG 4x1KG Grey | |||
$9.02per kg | 61 kg | $54.14 | 4.4337 | PETG Filament 6KG 1.75mm Grey | |||
$9.25per kg | 41 kg | $36.99 | 4.32.1k | PETG Filament 1.75mm 4-Color Bundle | |||
$9.25per kg | 41 kg | $36.99 | 4.32.1k | PETG Filament 1.75mm 4-Color Bundle | |||
$9.25per kg | 41 kg | $36.99 | 4.32.1k | PETG Filament 1.75mm 4KG Bundle | |||
$9.47per kg | 41 kg | $37.89 | 3.8226 | DEEPLEE PETG Filament 1.75mm 4KG Black | |||
$9.50per kg | 2 kg | $18.99 | 4.5887 | Comgrow PETG Filament 1.75mm 2kg | |||
$9.50per kg | 41 kg | $37.99 | 4.5887 | Comgrow PETG Filament 1.75mm 4kg | |||
$9.50per kg | 41 kg | $37.99 | 4.1267 | Rapid PETG Filament 4KG Bundle | |||
$9.50per kg | 41 kg | 4.1270 | Rapid PETG Filament Bundle 4KG | ||||
$9.50per kg | 111 kg | 4.31.6k | JAYO PETG 1.75mm Filament 11KG | ||||
$9.50per kg | 101.1 kg | $104.49 | 4.31.6k | JAYO PETG Filament 1.75mm 11KG White | |||
$9.99per kg | 1 kg | $9.99 | 4.4336 | PETG Filament 1KG, 1.75mm, Blue Popgot Pick | |||
$10.36per kg | 1 kg | $10.36 | 4.429 | iBOSS PETG Filament 1.75mm 1kg Black | |||
$10.39per kg | 1 kg | $10.39 Ends in06:16:16(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.33.0k | PETG Filament 1.75mm Black 1kg | |||
$10.40per kg | 1 kg | $10.40 | 4.6123 | Black PETG Filament 1.75 1kg | |||
$10.45per kg | 21 kg | $20.89 | 4.5845 | Comgrow PETG Filament 1.75mm 2kg | |||
$10.92per kg | 21 kg | $21.84 | 4.5827 | ANYCUBIC PETG Filament 1.75mm 2KG | |||
$11.50per kg | 1 kg | $11.50 | 4.5225 | CREALITY PETG Filament 1.75mm 1kg White | |||
$11.99per kg | 1 kg | $11.99 | 4.51.5k | Creality PETG Filament 1.75mm Black | |||
| -- | $12.34per kg | 1 kg | $12.34 Limited time deal | 4.51.5k | Creality PETG 1.75mm 1kg Vine Red |

