GOTOOLS
ELEKTROWERKZEUGE Bohrer und Schrauber Schlagschrauber
{
"@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\/schlagschrauber","name":"Schlagschrauber"}}]
}
Produkteigenschaften: Der bürstenlose POWERSTATE™-Motor liefert unübertroffene Leistung für härteste Anwendungen ULTIMATIVE AUSLÖSUNGSKONTROLLE durch gleichmäßige Beschleunigung kleiner Befestigungselemente, um ein Abreißen von Schrauben oder eine Beschädigung von Materialien zu verhindern Kompakte Größe 113 mm für Zugang in engen Räumen Kraftvolle 226 Nm Drehmoment Höhere Geschwindigkeit im Vergleich zum Vorgängermodell - Mit 3900 min⁻¹ und 4400 Schlägen/min Extrem kompakt bei nur 113 mm Länge – ideal für Arbeiten an schwer zugänglichen Stellen DRIVE CONTROL™ ermöglicht Ihnen einen schnellen Wechsel zwischen 4 Schaltstufen mit verschiedenen Drehzahl- und Drehmoment-Einstellungen Gang 1 – für präzises Arbeiten Gang 2 – hilft bei der Vermeidung von Schäden an Schraube und Material Gang 3 – für maximale Leistung und härteste Anwendungen Gang 4 – die optimale Kombination aus Leistung und Präzision; das Gerät passt automatisch die Drehzahl an Die Einzellenüberwachung optimiert die Betriebszeit des Geräts und gewährleistet eine lange Lebensdauer des Akkus ¼˝-Hex-Metall-Bitdirektaufnahme Die DNA unserer FUEL™-Plattform definiert das Gleichgewicht der kabellosen Technologien neu. Der bürstenlose POWERSTATE™-Motor von MILWAUKEE®, der REDLITHIUM™-Akku und die elektronische REDLINK PLUS™-Intelligenz sorgen für herausragende Leistung, Laufzeit und Haltbarkeit. 100 % systemkompatibel mit dem MILWAUKEE®-M18™-Produktprogramm
Technische Daten: Akku Li-ion Akkusystem M18 By technology Fuel Gewicht mit Akku [EPTA] [kg] 1.7 (M18 B5) Leerlaufdrehzahl [min_1] 1750/3000/3900/0-3900 Max. Drehmoment [Nm] 226 Max. Schraubendurchmesser M16 Schlagzahl [min_1] 1400/3600/4400/0-4400 Spannung [V] 18
Lieferumfang: 1x Milwaukee FUEL Akku-Schlagschrauber M18 FID3-0, 1/4" 1x Gürtelclip 1x Bithalter (ohne Akku und Ladegerät)
Hersteller Techtronic Industries Central Europe GmbH
Walder Str. 53,
40724 Hilden,
Deutschland www.milwaukeetool.eu/service/contact/ +49210396000 Milwaukee FUEL Akku-Schlagschrauber M18 FID3-0, 1/4" ohne Akku und Lader im Karton Artikel-Nr.: 4933498061 EAN: 4058546512217 Hersteller: MILWAUKEE
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", "fe181c781ba86d9033e6b9fa1bc260df");
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", "fe181c781ba86d9033e6b9fa1bc260df");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand
$(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
});