GOTOOLS
ELEKTROWERKZEUGE Schleifer und Polierer Exzenterschleifer
{
"@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\/exzenterschleifer","name":"Exzenterschleifer"}}]
}
Produkteigenschaften: Handlicher 150 mm Exzenterschleifer mit bester Ergonomie und spezieller Auswuchtung für vibrationsarmen Betrieb. Dadurch ermüdungsarmes und gelenkschonendes Arbeiten Bürstenloser Motor mit höherem Wirkungsgrad und längerer Lebensdauer Materialgerechte Schleifgeschwindigkeit durch regelbare Drehzahl Effektive Staubabsaugung durch integrierte Eigenabsaugung für staubfreies Arbeiten mit Filterpatrone Ausgestattet mit Tellerbremse, dadurch entstehen keine Schleifriefen am Werkstück und es entfällt eine teure Nachbearbeitung Anschlussmöglichkeit für externe Staubabsaugung mit Ø 27 mm, Adapter SAD-C 27 AS oder 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 PES-Filterpatrone für staubfreies und wirtschaftliches Arbeiten Klett-Schleifteller in drei Härten verfügbar: soft, weich, hart Klett-Schleifteller mit Multilochsystem für optimale Absaugung, passend für alle handelsüblichen Schleifmittel Ø 150 Gut geeignet für Über-Kopf-Arbeiten
Technische Daten: Leistungsaufnahme 400 W Spannung 230 V Frequenz 50/60 Hz Schleiftellerdurchmesser 150 mm Hub 5 mm Leerlaufdrehzahl 4000 - 10000 1/min Leerlaufhubzahl 8000 - 20000 1/min Anschlussdurchmesser Staubabsaugung Ø 27 Kabellänge 4,0 m Abmessung LxBxH 230 x 150 x 125 mm Gewicht 1,4 kg
Lieferumfang: 1x Flex Exzenterschleifer ORE 5-150 EC 230/CEE 1× Klett-Schleifteller medium (464120) 1x PES-Microfilterpatrone (486833) 1x Innensechskantschlüssel (392731)
Hersteller Flex-Elektrowerkzeuge GmbH
Bahnhofstraße 15,
71711 Steinheim,
Deutschland www.flex-tools.com Flex Exzenterschleifer ORE 5-150 EC 230/CEE mit Drehzahlregelung 150 mm im Karton Artikel-Nr.: 447706 EAN: 4030293197305 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", "fb01676c661ed4159d193a99200714a6");
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", "fb01676c661ed4159d193a99200714a6");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand EXPRESS mit UPS NEXT DAY möglich Bei Bestellung mit Zahlungseingang vor 12 Uhr, Aufpreis: 9,99€ (Zustellung Mo.-Fr.)
$(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
});