GOTOOLS
ELEKTROWERKZEUGE Bohrer und Schrauber Schlagbohrschrauber
{
"@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\/bohrer-und-schrauber","name":"Bohrer und Schrauber"}},{"@type":"ListItem","position":4,"item":{"@id":"\/elektrowerkzeuge\/bohrer-und-schrauber\/schlagbohrschrauber","name":"Schlagbohrschrauber"}}]
}
Produktbeschreibung: Extrem kompakte Bauweise mit 152 mm Länge für einfachen Zugang in engen Räumen 45 Nm Drehmoment - ausgezeichnetes Verhältnis zwischen Leistung und Größe Hochwertiges 13-mm-Metallspannfutter für schnellen Bitwechsel und Bitsicherung Mechanische Rutschkupplung mit 13 Drehmomenteinstellungen, plus Bohrstufe und eine Schlagbohrstufe Akku-Ladestandanzeige, Gürtelclip aus Metall und LED-Licht Die DNA unserer Fuel -Plattform definiert das Gleichgewicht von kabellosen Technologien. MILWAUKEE®'s bürstenloser PowerState Motor, Redlithium -Technologie sowie die Redlink Plus Electronik bieten hervorragende Leistung, Laufzeit und Haltbarkeit Kompatibel mit allen MILWAUKEE® M12 Akkus
Technische Daten: Gewicht mit Akku 1.4 Kg Bohrfutter-Sannbereich 13mm Geschwindigkeitseinstellung 2 Holzschrauben 8 mm Leerlaufdrehzahl im 1. Gang MIN¹ 0 - 450 Leerlaufdrehzahl im 2. Gang MIN¹ 0 - 1,550 max. Bohrdurchmesser in Holz 35mm max. Bohrdurchmesser in Mauerwerk 13mm max. Bohrdurchmesser in Stahl 13mm max. Drehmoment 45 Nm max. Schlagzahl MIN¹ 0 - 22,500Lieferumfang: 1x Milwaukee M12 FPD2-0 (ohne Akkus und Ladegerät)
Hersteller Techtronic Industries Central Europe GmbH
Walder Str. 53,
40724 Hilden,
Deutschland www.milwaukeetool.eu/service/contact/ +49210396000 Milwaukee FUEL Akku-Kompakt-Schlagbohrschrauber M12FPD2-0 Artikel-Nr.: 4933479867 EAN: 4058546376611 Hersteller: Milwaukee
Nicht lagernd
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", "0913414523eb0915e5f590ad78dbe7af");
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", "0913414523eb0915e5f590ad78dbe7af");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Weitere Modelle
Milwaukee FUEL Akku-Kompakt-Schlagbohrschrauber M12FPD2-402X, 2x 4,0 Ah + Ladegerät 179,99 €
UVP: 385,56 €
-53% Milwaukee FUEL Akku-Kompakt-Schlagbohrschrauber M12FPD2-202X, 2x 2,0 Ah + Lader 197,28 €
UVP: 332,01 €
-41% Milwaukee FUEL Akku-Kompakt-Schlagbohrschrauber M12FPD2-0X ohne Akku und Ladegerät 114,78 €
UVP: 219,99 €
-48% Milwaukee FUEL™ Akku-Kompakt-Schlagbohrschrauber M12FPD2-602X, 2x 6,0 Ah + Lader 307,48 €
UVP: 421,26 €
-27%
$(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
});