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"}}]
}
Produkteigenschaften: Einfach präziser verbinden Ovale Form, mehr Leimfläche, mehr Stabilität. Das DOMINO System vereint die Präzision eines Runddübels mit der Flexibilität eines traditionellen Flachdübels – die perfekte Lösung für Plattenverbindungen Das System besteht aus der Dübelfräse DF 500, den DOMINO Dübeln in verschiedenen Größen sowie vielseitigem Zubehör für besondere Anwendungen Das Ergebnis: extrem stabile, unsichtbare Verbindungen Und die DOMINO kann noch viel mehr: Gestellverbindungen, Rahmenverbindungen, Schubkastenverbindungen, …
Patentiertes und für Handmaschinen einmaliges Fräsprinzip für exaktes und leichtgängiges Arbeiten Schnell und einfach einstellbare Anschläge für präzise Ergebnisse Höchste Stabilität und Verdrehsicherheit der Verbindung mit DOMINO Dübel Systemzubehör passend für beide DOMINO Dübelfräsen Vielseitiger Einsatz mit Dübelgrößen von 4 x 20 mm bis 10 x 50 mm
Technische Daten: Leistungsaufnahme: 420 W Leerlaufdrehzahl: 25 500 min⁻¹ Tiefenanschlag für Frästiefe: 12, 15, 20, 25, 28 mm Max. Frästiefe: 28,00 mm DOMINO Schlitzfräser Ø: 4, 5, 6, 8, 10 mm Fräshöhenverstellung: 5 - 30 mm Fräsen auf Gehrung: 0 - 90 ° Anschluss Staubabsaugung Ø: 27 mm Kabellänge: 4,00 m Produktgewicht: 3,20 kg Antriebsart: Netz
Lieferumfang: 1x Festool Dübelfräse DF 500 Q 1x DOMINO Fräser D 5 1x Zusatzanschlag 1x Leistenanschlag 1x Queranschlag 1x Gabelschlüssel SW 8 1x Systainer SYS3 M 187
Hersteller Festool GmbH
Wertstr. 20,
70327 Wendlingen am Neckar,
Deutschland Festool Dübelfräse DOMINO DF 500 Q-Set inkl. Zubehör im Systainer Artikel-Nr.: 576420 EAN: 4014549356562 Hersteller: FESTOOL
1.019,99 €
UVP 1.412,05 €
-27%
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);
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", "b8a04a5d7810af58be14fb1476f1eadd");
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", "b8a04a5d7810af58be14fb1476f1eadd");
}
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
});