Descrizione del prodotto:
Protezione contro le scariche profonde. Il dispositivo si spegne automaticamente quando la batteria è quasi scarica.
Riduttore planetario a 2 velocità in metallo pieno
Con meccanismo di percussione commutabile
Trapano avvitatore a batteria potente e molto maneggevole con design corto
Con doppio LED luminoso con funzione afterglow
Con rotazione oraria/antioraria
XPT - Xtreme Protection Technology. Protezione ottimale contro la polvere e gli spruzzi d'acqua, anche in condizioni difficili.
Dati tecnici:
Tensione della batteria 18 V Sistema di batterie LXT Sistema di protezione della batteria Numero di giri al minimo 0 - 600 / 1900 min¹ Coppia hard/soft 62 / 36 Nm Impostazioni di coppia 21 Velocità d'impatto (a vuoto) 0 - 9000 / 28 500 min¹ Capacità di foratura nel legno 38 mm Capacità di foratura nella muratura 13 mm Capacità di foratura nel calcestruzzo 13 mm Capacità di foratura nell'acciaio 13 mm Larghezza di serraggio del mandrino 1,5 - 13 mm Peso con batteria (EPTA) 1,5 - 1,8 kg Dimensioni del prodotto (L x P x A) 198 x 79 x 249 mm Tipo di batteria agli ioni di litio Livello di potenza sonora (LWA) 93 dB(A) Livello di pressione sonora (LpA) 82 dB(A) Valore K del rumore 3 dB(A) Vibrazioni 2,5 m/s² Vibrazioni Martello perforatore in calcestruzzo 6,0 m/s² Valore K vibrazioni 1,5 m/s²
Contenuto della fornitura:
1x trapano a percussione a batteria Makita 18V DHP482JX13
2x batteria ricaricabile 18V / 3,0 Ah BL1830B (197599-5)
1x caricabatterie rapido DC18RC (195584-2)
1x MAKPAC misura 2 (821550-0) 1x set di utensili MAKPAC(E-08713)
Manufacturer Makita Werkzeug GmbH
Makita-Platz 1,
40885 Ratingen,
Deutschland www.makita.de Trapano a percussione a batteria Makita 18V DHP482JX13 con 2x 3,0 Ah + caricabatterie + accessori Artikel-Nr.: DHP482JX13 EAN: 0088381770378 Hersteller: MAKITA
249,95 €
Ceres::Template.crossPriceRRP
-34%
inkl. MwSt., ggf. zzgl. Versandkosten
Ceres::Template.singleItemContent
1
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", "it_IT");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "018f147f9a9762b07ff39bf2838fe9bf");
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", "it_IT");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "018f147f9a9762b07ff39bf2838fe9bf");
}
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
});