GOTOOLS
ELEKTROWERKZEUGE Kartuschenpressen
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/elektrowerkzeuge","name":"ELEKTROWERKZEUGE"}},{"@type":"ListItem","position":3,"item":{"@id":"\/elektrowerkzeuge\/kartuschenpressen","name":"Kartuschenpressen"}}]
}
Produkteigenschaften: Kartuschenpistole für Kartuschen und Schlauchbeutel Kartuschenpistole für 310 ml Kartuschen und 600 ml Schlauchbeutel. 5 Drehzahlen einstellbar für unterschiedliche Materialien und Breiten der Ausgabemenge. Dieses leichte und kompakte Gerät ist eine ideale Wahl für das Abdichten und Leimen. Tiefentladeschutz. Das Gerät schaltet automatisch ab, wenn der Akku fast leer ist. Kein nachträgliches Auslaufen des Kartuscheninhalts nach Lösen des Einschalters 5 Drehzahlen einstellbar für unterschiedliche Materialien und Breiten der Ausgabemenge Handlich und leicht LED warnt vor nachlassender Akkuspannung und Überlastung
Technische Daten: Vorschub-Geschwindigkeit 0-28 mm/s Schalldruckpegel (LpA) 70 dB(A) K-Wert Geräusch 3 dB(A) Vibration 2,5 m/s² K-Wert Vibration 1,5 m/s² Produktabmessung (L x B x H) 404x108x259 mm Akkukapazität (im Lieferumfang) 1,5 Ah Produktgewicht 1.9 - 2.6 kg Akkukapazität: 1.5 Ah
Lieferumfang: 1x Makita Akku-Kartuschenpistole 12V CG100DZXK 1x Düse 454226-0 1x Kartuschenhalter 1x Schlauchbartelhalter 1x Transportkoffer
Hersteller Makita Werkzeug GmbH
Makita-Platz 1,
40885 Ratingen,
Deutschland www.makita.de Makita Akku-Kartuschenpistole 12V CG100DZXK ohne Akku ohne Lader in Koffer Artikel-Nr.: CG100DZXK EAN: 0088381850032 Hersteller: MAKITA
const observer = new MutationObserver(() => {
const el = document.getElementById("delivery-date-template");
if (el) {
el.innerHTML = el.innerHTML.replace(
"Lieferung:",
"Lieferung: "
);
observer.disconnect();
clearTimeout(timeoutId);
}
});
observer.observe(document.body, { childList: true, subtree: true });
const timeoutId = setTimeout(() => observer.disconnect(), 2000);
DHL Paket
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "3f1140b96f56e780e53101cd59310840");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "3f1140b96f56e780e53101cd59310840");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Zuletzt angesehen
Makita Akku-Bohrschrauber 18V DDF482RFJ 2x 3,0 Ah Akkus + Lader im MAKPAC Gr. 2 183,99 € Makita Akku-Universalschere CP100DZ, 12V max., ohne Akku und Ladegerät im Karton 48,99 € Makita Akku-Rasenmäher DLM432Z 2x18V 43cm ohne Akku, ohne Ladegerät im Karton 218,99 € Makita Akku-Multilinienlaser SK40GDZ 12V max, 10 m ohne Akku und Ladegerät 655,99 € Makita Akku-Kompressor 11,1 bar 40V max. (ohne Akku, ohne Ladegerät) 134,99 € Makita Akku-Reciprosäge DJR360ZK 2x18V ohne Akku und Ladegerät im Karton 244,99 €
$(document).ready(function() {
setTimeout(function () {
if (
window.innerWidth < 1200 &&
$('#m1').length &&
$('#mM').length &&
$('#m1').is(':empty')
) {
$('#mM').appendTo('#m1');
}
}, 1000);
$( window ).resize(function() {
if ($(window).outerWidth() < 1200 ) {
$('#mM').appendTo('#m1');
} else {
$('#mM').appendTo('#m2');
}
});
});
$(function () {
const $links = $('.anchors a');
const nav = document.querySelector('.anchors');
function updateActiveLink() {
const scrollTop = $(document).scrollTop();
$links.each(function (i, link) {
const targetId = $(link).attr('href');
const $target = $(targetId);
if (!$target.length) return;
const top = $target.offset().top;
let bottom;
if (i < $links.length - 1) {
const nextLinkHref = $($links[i + 1]).attr('href');
const $nextTarget = $(nextLinkHref);
bottom = $nextTarget.length ? $nextTarget.offset().top : $(document).height();
} else {
bottom = $(document).height();
}
if (scrollTop >= top - 120 && scrollTop < bottom - 120) {
$links.removeClass('active');
$(link).addClass('active');
scrollNavToLink(link);
return false; // break .each()
}
});
}
function scrollNavToLink(link) {
if (!nav) return;
const linkLeft = link.offsetLeft;
const linkWidth = link.offsetWidth;
const navWidth = nav.offsetWidth;
const scrollTo = linkLeft - (navWidth / 2) + (linkWidth / 2);
nav.scrollTo({ left: scrollTo, behavior: 'smooth' });
}
let scrollTimer;
$(document).on('scroll', function () {
updateActiveLink(); // run immediately
clearTimeout(scrollTimer);
scrollTimer = setTimeout(updateActiveLink, 100); // trailing update
});
updateActiveLink(); // on load
});