Produkteigenschaften:
Der Makita DDF 482 ist ein kraftvoller Li-Ion Akku Bohrschrauber mit 2-Gang-Vollmetall-Planetengetriebe
Das Drehmoment lässt sich in 21 Stufen perfekt für jeden Einsatz einstellen
Leuchtstarke LED mit Nachglimmfunktion sorgt für optimale Sichtverhältnisse
Weiterhin verfügt der Akku Bohrschrauber über einen aufwändigen Schutz gegen Staub und Spritzwasser
Technische Daten:
Leerlaufdrehzahl 1. Gang: 0 - 600 min-1
Leerlaufdrehzahl 2. Gang: 0 - 1.900 min-1
Bohrleistung in Holz: 38 mm
Bohrleistung in Stahl: 13 mm
Drehmoment weich: 36 Nm
Drehmoment hart: 62 Nm
Bohrfutterspannweite: 1,5 - 13 mm
Akkuspannung: 18 V
Maße (LxBxH): 185x79x249 mm
Gewicht (ohne Akku/Seitengriff): 1,7 kg
Schalldruckpegel75 dB(A)
Schallpegel Unsicherheit K3 dB(A)
Lieferumfang:
1x Makita Akku-Bohrschrauber 18V DDF482RFJ
2x Makita BL 1830 18 V - 3,0 Ah Li-Ion Akku
1x Makita DC 18 RC 7.2 V - 18 V Akku Schnell Ladegerät für Li-Ion Akku
1x Makita Makpac 2 Systemkoffer
1x Schaumstoff Noppenschaum Einlage 39 x 29 x 7cm universal
- Hersteller
- Makita Werkzeug GmbH
-
Makita-Platz 1,
40885 Ratingen,
Deutschland
- www.makita.de
Makita Akku-Bohrschrauber 18V DDF482RFJ 2x 3,0 Ah Akkus + Lader im MAKPAC Gr. 2
- Artikel-Nr.: DDF482RFJ
- EAN: 0088381813655
- Hersteller: MAKITA

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", "09c99bde703d0e5774b8e9d4ef663320");
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", "09c99bde703d0e5774b8e9d4ef663320");
}

- 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
});