GOTOOLS
ELEKTROWERKZEUGE Schleifer und Polierer Winkelschleifer
{
"@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\/winkelschleifer","name":"Winkelschleifer"}}]
}
Produkteigenschaften: Elektronischer Sanftanlauf verhindert ein ruckartiges Anlaufen der Maschine Kompakter Einhand-Winkelschleifer mit sehr geringem Gehäusedurchmesser Mit Epoxyd-Harz gepanzerte Wicklung erhöht die Lebensdauer des Motors Motor mit sehr hohem Kupferanteil für stärkere Leistung Optimal positionierte Spindelarretierung Sehr flaches Getriebegehäuse für problemlosen Einsatz bei eingeengten Platzverhältnissen Selbstabschaltende Kohlebürsten für höhere Motorstandzeit Spezielle "Jetstream"-Kühlluftführung filtert abrasive Staubpartikel aus der Luft, schützt so wirkungsvoll den Motor und erhöht die Lebensdauer des Geräts Spezielle Flanschmutter für einfachen und sicheren Scheibenwechsel Verbesserte Effizienz durch neue Motorarchitektur und Ansaugung der Kühlluft ohne zusätzliches Lüfterrad Werkzeuglose Schutzhauben-Schnellverstellung ermöglicht vielseitigen Einsatz Wiederanlaufschutz - Sicherheitsschalter gegen unbeabsichtigtes Anlaufen nach Spannungsausfall
Technische Daten: Antriebsspindel M 14 Aufnahmeleistung 1.200 Watt Gewicht 2,4 kg Höhe 80 mm Leerlaufdrehzahl 11.000 min-1 Leistungsaufnahme 1200 W Länge 285 mm Max. Frequenz 60 Hz Max. Leerlaufdrehzahl 11000 U/min Max. Scheibendurchmesser 125 mm Min. Frequenz 50 Hz Schalldruckpegel LPA 92 dB(A) Schalleistungspegel LWA 103 dB(A) Spannung 230 V Triaxiale Vibration (Oberflächenschleifen) 8,3 m/s² Unsicherheitsfaktor 3 dB(A) Unsicherheitsfaktor K1 1,5 m/s² Werkzeugaufnahme M14 max. Scheibendurchmesser 125 mm
Lieferumfang: 1x DeWALT Winkelschleifer DWE4217 1x Montagewerkzeug 1x Schutzhaube für Schleifarbeiten 1x Spannflansch und Spannmutter 1x Vibrationsdämpfender Zusatzhandgriff
Hersteller Stanley Black & Decker Deutschland GmbH
Black-u.-Decker-Str. 40,
65510 Idstein,
Deutschland 06126/211 DeWALT Winkelschleifer DWE4217, 1.200 Watt, 125 mm im Karton Artikel-Nr.: DWE4217-QS EAN: 5035048464557 Hersteller: DEWALT
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", "1bee73dc2b82f4e022da3a95b6d3eb22");
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", "1bee73dc2b82f4e022da3a95b6d3eb22");
}
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
});