GOTOOLS
ELEKTROWERKZEUGE Weitere Elektrowerkzeuge Spezial Elektrowerkzeuge
{
"@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\/weitere-elektrowerkzeuge","name":"Weitere Elektrowerkzeuge"}},{"@type":"ListItem","position":4,"item":{"@id":"\/elektrowerkzeuge\/weitere-elektrowerkzeuge\/spezial-elektrowerkzeuge","name":"Spezial Elektrowerkzeuge"}}]
}
Produktbeschreibung: Ideal für die Baustelle: Zuschnitt dickster Dämmstoffe dank einer Schnitttiefe von 330 mm bei 7,0 kg Gewicht 60°-Gehrungsschnitte mit einer Schnitttiefe von 165 mm Schnurgerade und ausrissfreie Schnitte dank Führungsschiene Drehbarer Absaugstutzen zum Anschluss eines Saugers (z. B. CT 48, CT 36) Kettenwechsel und Kettenspannung erfolgen werkzeuglos Ziehender Schnitt für zügiges, ruckfreies Arbeiten und beste Schnittqualität Nicht für Holz einsetzbar
Technische Daten: Leistungsaufnahme 1 600 W Leerlaufdrehzahl 4 600 min-¹ Schnitttiefe 0°; 90°/45°/60° 330/230/165 mm Gehrungsschnitte 0 - 60 ° Schnittgeschwindigkeit (Leerlauf) 12.00 m/s Schwertstellung 0 - 10 ° Gewicht 7 kg Sägen: Gesamt-Schwingungsmittelwert ah 3.4 m/s² Sägen: Unsicherheit (Vibration) K 1.5 m/s² Sägen: A-bewerteter Schallleistungspegel Lw 103 dB(A) Sägen: Normenreihe EN 60745-2-5 Sägen: Unsicherheit (Lärm) K 3 dB Sägen: A-bewerteter Schalldruckpegel Lp 92 dB(A) Antriebsart Netz Gewicht (inkl. Verpackung) 10.233 kg Länge (inkl. Verpackung) 0.6 m Höhe (inkl. Verpackung) 0.29 m Breite (inkl. Verpackung) 0.42 m
Lieferumfang: 1x Festool Schwertsäge IS 330 EB 1x Sägekette ISO SC 3/8"-90 I-57E 1x Sägekette ISO Hard SC 3/8"-91 IH-57E 1x Kettenhaftöl 250 ml 7,5 m Anschlusskabel 1x Schutzabdeckung
Hersteller Festool GmbH
Wertstr. 20,
70327 Wendlingen am Neckar,
Deutschland Festool Schwertsäge IS 330 EB im Karton Artikel-Nr.: 575979 EAN: 4014549351444 Hersteller: FESTOOL
1.382,99 €
UVP 1.780,95 €
-22%
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.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", "d5b9feb0c87ffc45dbabcb8bd53a477b");
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", "d5b9feb0c87ffc45dbabcb8bd53a477b");
}
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
});