Produkteigenschaften:= Präzision im Holzkasteneinsatzgehärtetpaarweise planparallel feingeschliffenSätze ergeben einen Bereich mit 1 mm-StufungPaartoleranz tp in der Höhe IT 5 Nennmaßtoleranz in der Höhe ± 0,01 mm restliche Maße nach DIN ISO 2768m 8x26 / 8x31 / 8x36 / 10x13 / 10x18 / 10x23 / 10x28 / 10x33 / 10x38 / 12x15 / 12x20 / 12x25 / 12x30 / 12x35 / 12x40 / 14x17 / 14x22 / 14x27 / 14x32 / 14x37 / 14x42 mm (BxH)Technische Daten:Größe: 125 Länge: 125 mmBreite: 8-14 mmMarke: AMF Ausführung: Präzision Höhe: 11-42 mmInhalt: 24 Paar Größe 100, Inhalt je 1 Paar: 2x5 / 2x10 / 2x15 / 2x20 / 3x6 / 3x11 / 3x16 / 3x21 / 4x7 / 4x12 / 4x17 / 4x22 / 5x8 / 5x13 / 5x18 / 5x23 / 6x9 / 6x14 / 6x19 / 6x24 mm (BxH) Größe 125, Inhalt je 1 Paar: 8x11 / 8x16 / 8x21 / 8x26 / 8x31 / 8x36 / 10x13 / 10x18 / 10x23 / 10x28 / 10x33 / 10x38 / 12x15 / 12x20 / 12x25 / 12x30 / 12x35 / 12x40 / 14x17 / 14x22 / 14x27 / 14x32 / 14x37 / 14x42 mm (BxH) Größe 150, Inhalt je 1 Paar: 8x11 / 8x16 / 8x21 / 8x26 / 8x31 / 8x36 / 10x13 / 10x18 / 10x23 / 10x28 / 10x33 / 10x38 / 12x15 / 12x20 / 12x25 / 12x30 / 12x35 / 12x40 / 14x17 / 14x22 / 14x27 / 14x32 / 14x37 / 14x42 mm (BxH)Lieferumfang:1x Amf Parallelunterlagensatz Nr. 6348P Inhalt 24 Paar Größe 125 Präzision Länge 125 mm
- Hersteller
- Andreas Maier GmbH & Co. KG Schloss- u. Werkzeugfabrik
-
Waiblinger Str. 116,
70734 Fellbach,
Deutschland
- 0711/57660
Amf Parallelunterlagensatz Nr. 6348P Inhalt 24 Paar Größe 125 Präzision Länge 125 mm
- Artikel-Nr.: 371070
- EAN: 4020772371074
- Hersteller: MAIER GMBH
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);
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", "7fdd6fb4cb01d7bdc1974e6796afa614");
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", "7fdd6fb4cb01d7bdc1974e6796afa614");
}

- 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
});