Produkteigenschaften:Bruchfest, flexibel, Säbelsägeblätter < 1,0 mm Dicke
Technische Daten:Materialeignung Bleche 3-8 mm / Rohre / Profile Ø 10-175 mm / BündigschnitteAusführung geschränkt / gefrästMaterialausführung BiMGesamtlänge 225 mmDicke 0.9 mmZahnteilung 1,8 mm/ 14 TPIentspricht Bosch Type S 1122 BFVerkaufseinheit 5Lieferumfang:1x Metabo 5 Säbelsägeblätter "flexible metal" 225 x 0,9 mm, BiM, 1,8 mm/ 14 TPI (631494000)
- Hersteller
- Metabowerke GmbH
-
Metabo-Allee 1,
72622 Nürtingen,
Deutschland
- 07022/720
Metabo 5 Säbelsägeblätter "flexible metal" 225 x 0,9 mm, BiM, 1,8 mm/ 14 TPI (631494000)
- Artikel-Nr.: 631494000
- EAN: 4007430440860
- Hersteller: METABO
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", "8175d4bcef071c3f1e629d794c72af3f");
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", "8175d4bcef071c3f1e629d794c72af3f");
}

- 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.)
Zuletzt angesehen
Proxxon Wolfram-Karbid-Trennscheibe für LHW + LHW/A, 50 mm 9,99 €
LEDLENSER W7R Work Wiederaufladbare Arbeitsleuchte flexibel ausklappbar+UV-Licht 56,89 €
LEDLENSER W6R Work Wiederaufladbare Arbeitsleuchte flexibel ausklappbar 43,99 €
Hünersdorff Auslaufrohr Länge 275 mm flexibel schwarz 1,99 €
Wiha Schraubendreher mit Wechselklingen Set SYSTEM 4 gemischt 12-tlg. inkl. Rolltasche (27820) 74,99 €
Rothenberger Prüfpumpe für Wasserleitungen RP 50S Inox, manuell 331,99 €
Bosch Säbelsägeblatt-Set 25xS1122BF + 1xEXPERT Medium-Thick Tough Metal S1155HMM 50,99 €
Bosch 12V-Hammeraufsatz GFA 12-H für FlexiClick im Karton 104,99 €
Metabo Flexiamant super 350x3,0x25,4 Inox, TF 41 (616343000) 11,99 €
Bosch 11 Stck. flexible Verlängerung aus Metall SDB Flexible Verlängerung aus Metall, 200 mm, Kleinsortiment, Ph1, Ph2, Ph3, PZ2, Hex4, Hex5, T20, T25, SL 0,6x4,5; SL 0,8x5,5 6,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
});