Produktbeschreibung:Metabo Quick für werkzeuglosen SägeblattwechselBügelgriff mit rutschfester Softgrip-OberflächeVario (V)-Elektronik zum Arbeiten mit materialgerechten HubzahlenAbsaugmöglichkeit durch Anschluss eines AllessaugersSpäneblasfunktion für freie Sicht auf die SchnittstelleTechnische Daten:Nennaufnahmeleistung 450 WAbgabeleistung 230 WSchnitttiefe Holz 65 mmSchnitttiefe NE-Metall 18 mmSchnitttiefe Stahlblech 6 mmSchwenkbereich von/bis - 45 / + 45 °Pendelhubstufen 4Hubzahl bei Leerlauf 600 - 3000 /minSägeblatthub 18 mmGewicht ohne Netzkabel 1.9 kgKabellänge 2.5 mSchalldruckpegel 85 dB(A)Schallleistungspegel (LwA) 98 dB(A)Sägen Holz 11 m/s²Messunsicherheit K 3 m/s²Sägen Metall 8 m/s²Messunsicherheit K 3 m/s²Lieferumfang:1xMetabo Stichsäge STEB 65 Quick1x Schutzglas1x Sechskantschlüssel
- Hersteller
- Metabowerke GmbH
-
Metabo-Allee 1,
72622 Nürtingen,
Deutschland
- 07022/720
Metabo Stichsäge STEB 65 Quick (601030000) im Karton
- Artikel-Nr.: 601030000
- EAN: 4007430289049
- Hersteller: METABO
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.plentyone.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", "9c76f438fad6a0af879d4048b19f0700");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.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", "9c76f438fad6a0af879d4048b19f0700");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Zuletzt angesehen
Metabo Allessauger AS 20 L (602012000) im Karton 94,99 €
Metabo SDS-Max Bohrhammer | Meisselhammer KH 5-40 im Koffer + Meisselset 3tlg. 349,99 €
Metabo Bandsäge BAS 318 Precision DNB (619010000) für Drehstrom 779,99 €
Metabo Exzenterschleifer SXE 150-5.0 BL inkl. Multi-Hole Set im metaBox Koffer 529,99 €
Metabo Exzenterschleifer SXE 150-5.0 BL in metaBOX (615050700) 409,99 €
Metabo Schnellladegerät ASC 145 , 12-36 V, "AIR COOLED", EU (627378000) 51,99 €
Metabo Doppel-Schnellladegerät ASC 145 DUO, 12-36 V, "AIR COOLED" 109,95 €
Metabo Schnellladestation ASC 55 MULTI 8, 12-36V, EU (627093000) 599,99 €
Metabo Handkreissäge KS 55 FS im Karton 179,99 €
Metabo Exzenterschleifer SXE 425 TurboTec Set im Kunststoffkoffer 144,99 €
$(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
});