GOTOOLS
ELEKTROWERKZEUGE Fräsen Dübelfräsen
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/elektrowerkzeuge","name":"ELEKTROWERKZEUGE"}},{"@type":"ListItem","position":3,"item":{"@id":"\/elektrowerkzeuge\/fraesen","name":"Fr\u00e4sen"}},{"@type":"ListItem","position":4,"item":{"@id":"\/elektrowerkzeuge\/fraesen\/duebelfraesen","name":"D\u00fcbelfr\u00e4sen"}}]
}
Produktbeschreibung:
Extra mobil. Extra stabil Kommt zum Werkstück und nicht umgekehrt: DOMINO XL. Schnell, einfach, präzise und extrem stabil – mit messbar kürzeren Rüstzeiten und bis zu 50 Prozent Zeitersparnis gegenüber stationären Maschinen Dadurch eignet sich die DOMINO XL ideal für den Möbel- und Türenbau und die Herstellung konstruktiver Massivholzverbindungen Höchste Stabilität der Verbindungen bis zu einer Dübelgröße von 14 x 140 mm Patentiertes und für Handmaschinen einmaliges Fräsprinzip für exaktes und leichtgängiges Arbeiten Hohe Zeitersparnis im Vergleich zu einer Stationärmaschine Schnell und einfach einstellbare Anschläge für präzise Ergebnisse Systemzubehör passend für beide DOMINO Dübelfräsen
Technische Daten:
Leistungsaufnahme 720 W
Leerlaufdrehzahl 21 000 min-¹
Tiefenanschlag für Frästiefe 15 - 70 mm
Max. Frästiefe 70 mm
DOMINO Schlitzfräser Ø 8, 10, 12, 14 mm
Fräshöhenverstellung 10 - 50 mm
Fräsen auf Gehrung 0 - 90 °
Anschluss Staubabsaugung Ø 27 mm
Gewicht 5.2 kg
Fräsen: Unsicherheit (Vibration) K 1.5 m/s²
Fräsen: Unsicherheit (Lärm) K 3 dB
Fräsen: Gesamt-Schwingungsmittelwert ah 2.5 m/s²
Fräsen: Normenreihe EN 60745-2-19
Fräsen: A-bewerteter Schalldruckpegel Lp 83 dB(A)
Fräsen: A-bewerteter Schallleistungspegel Lw 94 dB(A)
Antriebsart Netz
Lieferumfang:
1x Dübelfräse DOMINO XL DF 700 EQ
1x DOMINO Fräser D 12
1x Zusatzanschlag
2x leere Dübelbox
1x Gabelschlüssel SW 12
1x Systainer SYS3 M 437
Hersteller Festool GmbH
Wertstr. 20,
70327 Wendlingen am Neckar,
Deutschland Festool Dübelfräse DOMINO XL DF 700 EQ-Plus im Systainer M 437 Artikel-Nr.: 576426 EAN: 4014549355909 Hersteller: FESTOOL
1.281,99 €
UVP 1.772,16 €
-27%
inkl. MwSt., ggf. zzgl. Versandkosten
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", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "67ca9809d4ddfe5533862e7006a8c3e7");
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", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "67ca9809d4ddfe5533862e7006a8c3e7");
}
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
});