GOTOOLS
ELEKTROWERKZEUGE Schleifer und Polierer Deltaschleifer
{
"@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\/schleifer-und-polierer","name":"Schleifer und Polierer"}},{"@type":"ListItem","position":4,"item":{"@id":"\/elektrowerkzeuge\/schleifer-und-polierer\/deltaschleifer","name":"Deltaschleifer"}}]
}
Produkteigenschaften: Leichter, kompakter Einhand-Deltaschleifer, besonders ergonomisch und vibrationsarm durch spezielle Auswuchtung für ermüdungsfreies und gelenkschonendes Arbeiten Bürstenloser Motor mit höherem Wirkungsgrad und längerer Lebensdauer Elektronik: Drehzahlvorwahl in 4 Stufen, Drehzahlkonstanthaltung mittels Tachogenerator, Sanftanlauf, Wiederanlaufsperre Materialgerechte Schleifgeschwindigkeit durch elektronische Drehzahleinstellung Klett-Schleifplatte mit 10-Lochsystem für optimale Absaugung, passend für alle handelsüblichen Schleifmittel E-Signal Schalter zur einfachen, sicheren Bedienung mit Schnell-Stopp Funktion verhindert ein Nachlaufen der Schleifplatte Ausgestattet mit Tellerbremse, dadurch entstehen keine Schleifriefen am Werkstück und es entfällt eine teure Nachbearbeitung Effektive Staubabsaugung durch integrierte Eigenabsaugung für staubfreies Arbeiten mit Filterpatrone Anschlussmöglichkeit für externe Staubabsaugung mit Ø 27 mm, Antistatik-Saugschlauch SH 27x3,5m AS (445.045) Schlagfeste Filterpatrone mit wechselbarem PES-Filter erlaubt einfaches Staubentsorgen oder Abreinigen des Filters bei höchster Nutzungsdauer Gut geeignet für Über-Kopf-Arbeiten
Technische Daten: Leistungsaufnahme 260 W Spannung 230 V Frequenz 50/60 Hz Hub 2,0 mm Leerlaufdrehzahl 8000 - 12000 1/min Leerlaufhubzahl 16000 - 24000 1/min Schleifplatte Breite 100 mm Schleifplatte Länge 150 mm Anschlussdurchmesser Staubabsaugung Ø 27 Kabellänge 4,0 m Abmessung LxBxH 156 x 90 x 121 mm Gewicht 1,2 kg
Lieferumfang: 1x Flex Deltaschleifer ODE 2-100 EC 230/CEE 1x Klett-Schleifplatte Delta (468991) 1x PES-Microfilterpatrone (486833)
Hersteller Flex-Elektrowerkzeuge GmbH
Bahnhofstraße 15,
71711 Steinheim,
Deutschland www.flex-tools.com Flex Deltaschleifer ODE 2-100 EC 230/CEE mit Drehzahlregelung im Karton Artikel-Nr.: 468916 EAN: 4030293209770 Hersteller: FLEX
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", "83bc61ff9e17acd1c01cf49a9b04b7df");
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", "83bc61ff9e17acd1c01cf49a9b04b7df");
}
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
});