Produkteigenschaften:hartmetallbestückt, plangeschliffen und poliertzum Sägen von Plattenwerkstoffen furniert oder einseitig kunststoffbelegtFurnier paketweise längsHartgewebeHartpapierbeschichtete oder vergütete PlattenwerkstoffeSchnittbreite: 3,2 mmBohrung: 30 mmZahnform = Universal-Wechselzahn (UW)Technische Daten:Außen-Ø: 250 mmSchnittbreite: 3,2 mmBohrung: 30 mmZahnform: WZZähnezahl: 42Marke: PROMATMaterial: HartmetallLieferumfang:1x Promat Präzisionskreissägeblatt Außen-Ø 250 mm Zähnezahl 42 WZ Bohrung 30 mm Schnittbreite 3,2 mm Hartmetall
- Hersteller
- NORDWEST Handel AG Lager
-
Robert-Schuman-Straße 17,
44263 Dortmund,
Deutschland
- 0231/22220
Promat Präzisionskreissägeblatt Außen-Ø 250 mm Zähnezahl 42 WZ Bohrung 30 mm Schnittbreite 3,2 mm Hartmetall
- Artikel-Nr.: 4000814920
- EAN: 4015448403210
- Hersteller: PROMAT

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", "5a1912911993a1ed4744798757db99dd");
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", "5a1912911993a1ed4744798757db99dd");
}

- 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
Promat Präzisionskreissägeblatt Außen-Ø 250 mm Zähnezahl 42 WZ Bohrung 30 mm Schnittbreite 3,2 mm Hartmetall 43,99 €
Bosch PRO Wood Kreissägeblatt, 250 x 3,2 x 30 mm, T60 30,99 €
Bosch PRO Aluminium cordless Kreissägeblatt, 216 x 2,2 x 30 mm, T64 33,99 €
Bosch Kreissägeblatt Expert for Aluminium, 216 x 30 x 2,6 mm, 64 49,89 €
Bosch Kreissägeblatt Expert for Aluminium 250 x 30 x 2,8 mm, 80 61,99 €
Metabo Sägeblatt "cordless cut wood - professional", 216x30 Z48 WZ 5°neg (628445000) 49,99 €
Bosch PRO Multi Material Kreissägeblatt, 250 x 3,2 x 30 mm, T80 43,99 €
Kreissägeblatt Expert for Multi Material, 250 x 30 x 2,4 mm, 80 64,99 €
Bosch PRO Multi Material Kreissägeblatt, 254 x 3,2 x 30 mm, T80 43,99 €
DeWALT EXTREME Kreissägeblatt 216 x 30mm 80 TFZ für Stationärsagen DT4286-QZ 44,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
});