GOTOOLS
MARKEN MILWAUKEE
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/marken","name":"MARKEN"}},{"@type":"ListItem","position":3,"item":{"@id":"\/marken\/milwaukee","name":"MILWAUKEE"}}]
}
Produkteigenschaften: Hartmetallzähne ermöglichen beste Performance, Geschwindigkeit und 10x längere Standzeit verglichen mit Standard Bi-Metall-Lochsägen. Die Zähne können nachgeschärft werden Extragroße 25 mm Trenntiefe zum Bohren in Bleche und Rohre Einteilige Bauweise mit hoher Rundlaufgenauigkeit und verringerten Vibrationen für präzises Bohren Tiefenbegrenzer verhindert ein Überbohren für höchste Sicherheit Auswurffeder zur leichten Entfernung des Bohrkerns, verhindert ein Verkanten und spart Zeit Austauschbarer Zentrierbohrer und Auswurffeder Die Verwendung von Kühlmittel verlängert die Lebensdauer der Lochsägen. Für Metalle eignet sich Schneidöl, für Aluminium Terpentin, für Kunststoff Wasser und für Gusseisen trockenes Bohren Geeignet zum Bohren in Stahl (< 1200 N/mm²) bis 4 mm, Edelstahl bis 2 mm, Aluminium, Zink, Gusseisen, Kupfer, Fiberglas und KunststoffTechnische Daten: Anzahl Teile 4Lieferumfang: 1x Lochsägen-Set HM-bestückt 4x TCT-Lochsägen: Durchmesser 16, 20, 25, 32 mm 1x 32 mm. 1/8 Zoll Sechskantschlüssel
Hersteller Techtronic Industries Central Europe GmbH
Walder Str. 53,
40724 Hilden,
Deutschland www.milwaukeetool.eu/service/contact/ +49210396000 Milwaukee TCT Lochsäge HM-bestückt für Edelstahl einteilig Set 16, 20, 25, 32 mm in Kunststoffkassette Artikel-Nr.: 4932479058 EAN: 4058546368524 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", "60b4e79f29259a1f635ed5ce87510390");
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", "60b4e79f29259a1f635ed5ce87510390");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand EXPRESS mit UPS NEXT DAY möglich Bei Bestellung mit Zahlungseingang vor 12 Uhr, Aufpreis: 9,99€ (Zustellung Mo.-Fr.) Zuletzt angesehen
Milwaukee TCT Lochsäge HM-bestückt für Edelstahl einteilig Set 16, 20, 25, 32 mm in Kunststoffkassette 89,99 € Milwaukee Größe 44 FLEXTRED S3S Sicherheits-Stiefel BOA Leder schwarz 127,99 € Milwaukee SHOCKWAVE Steckschlüssel 1/4" Set 4-teilig 7,0/8,0/10/13 mm 21,88 € Milwaukee Weihnachtskalender 2025, 5-tlg. + Echter Werkzeugfan LED Akku-Handlampe + Milwaukee Akku M18 B5 159,99 € Milwaukee Weihnachtskalender 2025, 5-tlg. + Milwaukee SHOCKWAVE Zubehör-Set 32-tlg. 139,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
});