Produkteigenschaften:Optimiert fur Bohrdurchmesser von 8 – 20 mmFIXTEC-WerkzeugschnellwechselsystemSDS-plus BohreraufnahmeDrehzahlelektronik, Schlagstopp zum Bohren in Holz und MetallDrehstopp fur MeißelarbeitenAnti-Vibrations-System AVS, Handgriffe mit Softgrip-AuflageSicherheitskupplung.Technische Daten:Leistungsaufnahme 900 WBohr-Ø in Beton/Stein 32/32 mmBohr-Ø in Holz/Stahl 40/16 mmLeerlaufdrehzahl 0 – 1040 min-1Lastdrehzahl 0 – 800 min-1Lastschlagzahl 0 – 4500 min-1Schlagenergie 3,8 JVibrationen (3-achsig), beim Bohren in Beton 22 m/s²Gewicht 3,6 kgLieferumfang:1x Milwaukee Kombihammer PLH32XE1x Netzkabel 4 m1x FIXTEC-Adapter und 13 mm Schnellspannbohrfutter1x Zusatzhandgriff mit Bohrtiefenanschlag1x Bohrerfett1x Transportkoffer
- Hersteller
- Techtronic Industries Central Europe GmbH
-
Walder Str. 53,
40724 Hilden,
Deutschland
- www.milwaukeetool.eu/service/contact/
- +49210396000
Milwaukee Kombihammer PLH32XE im Koffer
- Artikel-Nr.: 4933400069
- EAN: 4002395233342
- 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", "ec78fb5a1a56d241dfd20c6373cf438d");
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", "ec78fb5a1a56d241dfd20c6373cf438d");
}

- 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 Kombihammer PLH28XE 800W im Transportkoffer 407,99 €
Milwaukee FUEL Akku-Kabeleinziehgerät 36 m, Stahl M18FPFT-202 36mSt Set 548,99 €
Milwaukee M18 Zweifach-Schnellladegerät M18 DBSC 169,99 €
Fein Multimaster MM 700 Max Black Edition mit Zubehör in L-BOXX 259,99 €
Metabo Akku-Multitool MT 18 LTX BL QSL ohne Akku und Ladegerät in metaBOX 145 L 179,99 €
Bosch Multi-Cutter GOP 55-36 Professional mit Zubehör-Set in L-BOXX Gr. 2 391,99 €
Milwaukee Akku-Multitool M18 BMT-0 Solo Version ohne Akku ohne Lader im Karton 171,99 €
Metabo Multitool MT 400 Quick, 400W - OIS + STARLOCK im Karton 119,99 €
Metabo Akku-Multitool MT 18 LTX 18V ohne Akku ohne Ladegerät in metaBox 127,99 €
Fein MULTIMASTER 700 Max in L-BOXX 136 281,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
});