Produkteigenschaften:
Mit kraftvollem Motor für eine hohe Arbeitsgeschwindigkeit mit einem hohen Drehmoment
Drehmoment lässt sich in 20 Stufen einstellen inclusive Bohrstufe
Temparaturüberwachung, Überlastungsschutz und Tiefentladeschutz sind im Gerät integriert
Mit leuchtstarker LED
Akkus und Ladegerät sind nicht im Lieferumfang enthalten
Technische Daten:
Leerlaufdrehzahl 1.Gang 0-450 min-1
Leerlaufdrehzahl 2. Gang 0-1.500 min-1
Bohrleistung in Holz28 mm
Bohrleistung in Stahl10 mm
Drehmoment weich/hart21/35 Nm
Bohrfutterspannweite0,8 - 10 mm
Akkuspannung12 V (Akku nicht im Lieferumfang enthalten)
Maße (LxBxH) mm 154x66x217
Gewicht1,0 kg
Lieferumfang:
1x Makita Akku-Bohrschrauber 12V DF332Z
1x MAKPAC Gr.1 (821549-5)
- Hersteller
- Makita Werkzeug GmbH
-
Makita-Platz 1,
40885 Ratingen,
Deutschland
- www.makita.de
Makita Akku-Bohrschrauber 12V DF332Z Solo ohne Akku ohne Lader im MAKPAC Gr. 1
- Artikel-Nr.: DF332ZK
- EAN: 4250845510202
- Hersteller: MAKITA

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", "5746c4151be84c202c6bfb64902608c9");
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", "5746c4151be84c202c6bfb64902608c9");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Zuletzt angesehen
Makita Akku-Gras/Strauchschere UM600DZX 12V ohne Akku ohne Ladegerät 70,99 €
Makita Akku-Ladekoffer BCC02, 40V max. 639,99 €
Makita Akku-Oberfräse RP001GZ, 40V max. ohne Akku und Ladegerät 261,99 €
Makita Akku-Pendelhubstichsäge DJV181RT1J 18V mit 1x5,0Ah Akku + Lader in MAKPAC 325,99 €
Makita Akku-Pendelhubstichsäge DJV182Z , 18V 135 mm ohne Akku ohne Lader im Karton 188,99 €
Makita Akku-Kombihammer HR007GZ SDS-PLUS 40V max. ohne Akkus und Ladegerät 269,99 €
Makita Akku-Handkreissäge 40V HS004G solo ohne Akku ohne Lader im Karton 387,99 €
Makita Akku-Gebläse AS001GZ 40V max. ohne Akku ohne Ladegerät im Karton 143,99 €
Makita Akku-Rasenmäher LM001CZ 36V PDC-Connector ohne Akku ohne Ladegerät 1.169,99 €
Makita Akku-Multifunktionsfräse 18V DRT50Z ohne Akku ohne Lader im Karton 150,39 €
$(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
});