Caratteristiche del prodotto:<\/u><\/b> Ottimi risultati di taglio: tagli precisi, diritti e senza schegge L'elevato spessore della lama impedisce la flessione - tagli diritti Ampie aperture per la dissipazione del calore e l’espulsione della polvere: prevengono le deformazioni, riducono i segni di bruciatura e garantiscono un efficiente trasporto dei trucioli e della polvere Denti in metallo duro ultra affilati con geometria e angolo ottimizzati - elevata qualità di taglio e tagli praticamente privi di strappi Rivestimento in PTFE - minore attrito, migliore dissipazione del calore, prestazioni migliorate e maggiore durata Fessure di dilatazione - smorzamento delle vibrazioni e del rumore Ottimizzata per il DCS525 e quindi in grado di sfruttare al massimo la potenza della batteria Applicazione: ideale per tagli puliti e lisci nel legnoDati tecnici:<\/u><\/b> Diametro della lama: 165 mm Foro della lama: 20 mm Spessore della lama: 1,27 mm Larghezza di taglio: 2 mm Numero di denti: 48 Geometria dei denti: ATB (WZ) Angolo dei denti: 5°Contenuto della confezione:<\/u><\/b> 1 lama per sega circolare ELITE 165 x 20 x 1,27 mm, 48 denti (WZ)
Manufacturer Stanley Black & Decker Deutschland GmbH
Black-u.-Decker-Str. 40,
65510 Idstein,
Deutschland 06126/211 Lama per sega circolare DEWALT ELITE 165\/20 mm 48WZ, DT4101 Artikel-Nr.: DT4101-QZ EAN: 5054905326920 Hersteller: DEWALT
48,99 €
Ceres::Template.crossPriceRRP
inkl. MwSt., ggf. zzgl. Versandkosten
Ceres::Template.singleItemContent
1
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.plentyone.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", "42a0ba1763694703bc1a01f864d555a1");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.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", "42a0ba1763694703bc1a01f864d555a1");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Zuletzt angesehen
Lama per sega circolare DEWALT ELITE 165\/20 mm 48WZ, DT4101 48,99 € Avvitatore a percussione a batteria Bosch GDS 18V-750, 2 batterie EXBA18V-80 e caricabatterie in L-BOXX 608,99 € Valigia portautensili L-BOXX L-BOXX® 374 Inside-W378xD294xH339mm 100,99 € Chiodi a testa schiacciata DEWALT DNBT da 45 mm, 5.000 pezzi, acciaio inossidabile, DNBT1845SZ 103,99 € Trapano avvitatore a percussione a batteria Bosch GSB 12V-32, 2 batterie da 2,0 Ah e caricabatterie in borsa porta attrezzi 184,99 € Sega a nastro a batteria Makita 40 V max. senza batteria né caricabatterie 354,99 € Set di cacciaviti a percussione Wera 2090/16 Impaktor 1, metrico, 3/8", 16 pezzi. 228,99 € Lampada da cantiere ibrida Festool SYSLITE DUO-H I-Basic senza batteria né caricabatterie, contenuta in un Systainer 291,99 € Avvitatore a percussione a batteria Bosch GDS 18V-1600 H, senza batteria né caricabatterie, in confezione 336,99 € Telemetro Bosch GLM70-32 133,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
});