GOTOOLS
MARKEN DEWALT
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/marken","name":"MARKEN"}},{"@type":"ListItem","position":3,"item":{"@id":"\/marken\/dewalt","name":"DEWALT"}}]
}
Produkteigenschaften: Robuster Absaugtrichter mit 100 mm Anschluss Solider, gusseiserner Radialarmausleger für maximale Genauigkeit und Lebensdauer Einfacher Sägeblattwechsel durch Sägeblatt-Nut im Sägetisch und Spindelarretierung Sicherer Einsatz durch automatischen Rücklauf des Sägekopfes in die Parkposition In transportsicherer Holzbox bereits vormontiert, eingestellt und sofort einsatzbereit Fixierter, hoher Werkstückanschlag (60 mm) für optimale Führung des Werkstücks und perfekte Schnittergebnisse Leiser, wartungsfreier und leistungsstarker InduktionsmotorTechnische Daten: Spannung: 230 Volt Aufnahmeleistung: 2.000 Watt Leerlaufdrehzahl: 3.000 min-1 Max. Gehrungseinstellung (re/li): 48° Max. Neigungseinstellung (re): 60° Max. Querschnittbreite bei 90°: 507 mm Max. Querschnittbreite bei 90°/45° (re/li): 342 / 172 mm Max. Querschnittbreite bei 45°/45° (re/li): 247 / 272 mm Max. Schnitttiefe bei 90°: 90 mm Max. Schnitttiefe bei 45°: 60 mm Sägeblatt: 300 x 30 mm Tischgröße: 176 x 122 x 77 cm Gewicht: 115,0 kg Schalldruckpegel LPA dB(A): 84,2 Schallleistungspegel LWA dB(A): 91,4 K dB(A): 3,0 Vibration(m/s²): ?2,5 K (m/s²): 1,5Lieferumfang: 1x DeWALT Radialarmsäge DW721KN, 300 mm 2000 Watt 1x 32 Zahn HM-Sägeblatt 1x Untergestell 1x automatischer Sicherheits-Rücklauf 1x Sägeblattstopp 1x Montagewerkzeug
Hersteller Stanley Black & Decker Deutschland GmbH
Black-u.-Decker-Str. 40,
65510 Idstein,
Deutschland 06126/211 DeWALT Radialarmsäge DW721KN, 300 mm 2000 Watt Artikel-Nr.: DW721KN-QS EAN: 5035048289099 Hersteller: Dewalt
2.299,99 €
UVP 3.434,34 €
-33%
inkl. MwSt., ggf. zzgl. Versandkosten
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);
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", "72a5ce2b3fe9447c227d7aed05bcba11");
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", "72a5ce2b3fe9447c227d7aed05bcba11");
}
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
});