Produktbeschreibung:DWE7492:Beidseitig zahnstangengeführter Parallelanschlag mit Exzenter-Fixierhebel für hohe Präzision.Effektive, AirLock-kompatible Staubabsaugung (ohne Schlauch) für einen staubarmen Arbeitsplatz und aktiven Gesundheitsschutz.Einfache Einstellung von Schnitttiefe und Neigung über große Bedienelemente.In den Sägetisch integrierte Griffmulde für eine bequeme Tragehaltung.Extrem robuste Bauweise mit: Speziell beschichtetem Sägetisch, glasfaserverstärktem Gehäuse und Schutzrahmen.Großer Notausschalter und Nullspannungsschalter für mehr Sicherheit am Arbeitsplatz.Spezielle Schutzhaube für noch mehr Schutz auch bei kleineren Werkstücken und gleichzeitig deutlich effizientere Absaugung.DCR020:Kompaktes, robustes DAB(+)/FM Baustellen-RadioStromversorgung über Netzanschluß (230 Volt) oder über alle 10,8 - 18,0 Volt XR Li-Ion Schiebe-Akkus von DEWALTTech Box um externe Audio-Geräte zu schützen und deponieren3,5 mm AUX Eingang zum Abspielen und USB-Anschluss zum Aufladen externer Audio-GeräteExtrem robustes Gehäuse mit Überrollbügel, Kabelaufbewahrung sowie flexible Antenne1,8 m NetzanschlusskabelTechnische Daten:DWE7492:Aufnahmeleistung 2.000 WLeerlaufdrehzahl 4.800 U7minNeigungseinstellungen 0 – 45°Max. Schnitttiefe bei 90° / 45° 77 / 55 mmMax. Schnittkapazität (rechts) 883 mmSägeblattmaße 250 x 30 mmGewicht 26,5 kgSchalldruckpegel 105 db (A)DCR020:Akku-TechnologieXR Li-IonVoltage12/14.4/18 VoltAkku-KapazitätN/A AhStromversorgungAC/DCRadio-FrequenzenDAB+ FMDE Bluetooth-Ladezeit- minLänge240 mmHöhe245 mmGewicht2.8 kgLieferumfang:1x DeWALT Tischkreissäge 250 mm 2000 Watt DWE7492 im Karton1x 24 Zahn-HM-Sägeblatt1x Schiebestock1x Montagewerkzeug1x Werkstückanschlag1x Parallelanschlag1x DeWALT Kompakt-Radio XR Li-Ion mit DAB+ DCR020-QW (ohne Akku und Ladegerät)
DeWALT Tischkreissägen-Set DWE7492 250 mm + Kompakt-Radio DCR020
- Artikel-Nr.: DWE7492-A1
- EAN: 4250845560320
- Hersteller: DEWALT

759,99 €
UVP 1.030,54 €
-26%
inkl. MwSt., ggf. zzgl. Versandkosten
Inhalt
1 Stück
Auf Lager
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);
Versand auf Palette mit Spedition 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", "a901fd365c981f02c966e236d60a82f5");
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", "a901fd365c981f02c966e236d60a82f5");
}
Ähnliche Artikel
$(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
});





















