Caractéristiques du produit :
Dure jusqu'à 5 fois plus longtemps qu'une lame Bosch S922AF.
Les métalliers, les rénovateurs et les électriciens doivent régulièrement couper des tuyaux métalliques et autres armatures en acier à la scie sabre. La lame PRO Medium-Thick Metal precise S1137BEF a été spécialement conçue pour ces tâches.
La conception avancée en métal BI de la lame de scie sabre PRO Medium-Thick Metal precise S1137BEF, avec une denture en acier rapide, garantit une longue durée de vie et une coupe nette. Combinée au corps épais en acier au carbone, cette lame exceptionnelle te permet de couper avec précision dans le métal.
Convient à toutes les scies sabres à queue en S.Caractéristiques techniques : Type de denture : géométrie de denture 3x3 Pas de la denture [mm] : 1.4+1.6+1.8 Pas de la denture [TPI] : 14+16+18 Longueur totale [mm] : 225 Largeur [mm] : 25 Épaisseur [mm] : 1,1 Matériau de la lame : BI-METAL Abréviation pour le matériau de la lame : BIM Matériau du corps : HCS Épaisseur de matériau min. recommandée [mm] : 2 Épaisseur max. recommandée du matériau [mm] : 6 Capacité de coupe max. Capacité de coupe [mm] : 175 Type : S 1137 BEFContenu de la livraison : 2x Bosch PRO Medium-Thick Metal precise S1137BEF Lame de scie sabre, 1,1 x 25 x 225 mm, 5 pièces (2608658994) 1x godet isotherme Bosch (6035952275)
Fabricant Robert Bosch Power Tools GmbH
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Allemagne https://www.bosch-pt.com 0711/8110 Bosch PRO Jeu de lames de scie sabre S1137BEF, 10 pces. + godet
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", "fr_FR");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "f99860ec2328f960f8daa20e02c8c0f9");
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", "fr_FR");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "f99860ec2328f960f8daa20e02c8c0f9");
}
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
});