Mephisto

Werkzeugeinlage Feilen-Set mit Hammer, Meisel und Durchschlägen


Artikelnummer 72097
55,00 EUR *
Inhalt 1 Stück
* inkl. ges. MwSt. zzgl. Versandkosten
versandfertig in 1-2 Werktagen
$(document).ready(function () { $('[data-toggle="tooltip"]').tooltip(); });
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/t8d6ebrty3oo/plugin/145/paypal/js/smartPaymentScript.min.js"; script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw"); script.setAttribute("data-user-id-token", ""); script.setAttribute("data-merchant-id", "T87WDQ26XDPMS"); script.setAttribute("data-currency", "EUR"); script.setAttribute("data-append-trailing-slash", ""); script.setAttribute("data-locale", "de_DE"); script.setAttribute("sandbox", ""); script.setAttribute("googlePayComponent", 1); script.setAttribute("applePayComponent", 1); script.setAttribute("logToken", "56f3ae065ddd4d6c134bc2936f44eb61"); document.body.appendChild(script); } else { var script = document.getElementById('paypal-smart-payment-script'); script.src = "https://cdn02.plentyone.com/t8d6ebrty3oo/plugin/145/paypal/js/smartPaymentScript.min.js"; script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw"); script.setAttribute("data-user-id-token", ""); script.setAttribute("data-merchant-id", "T87WDQ26XDPMS"); script.setAttribute("data-currency", "EUR"); script.setAttribute("data-append-trailing-slash", ""); script.setAttribute("data-locale", "de_DE"); script.setAttribute("sandbox", ""); script.setAttribute("googlePayComponent", 1); script.setAttribute("applePayComponent", 1); script.setAttribute("logToken", "56f3ae065ddd4d6c134bc2936f44eb61"); }
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') { document.addEventListener('payPalScriptInitialized', () => { renderPayPalButtons('6a6a1eca75ce5', 'paylater', 'paypal', 'rect', 'white'); }); } else { renderPayPalButtons('6a6a1eca75ce5', 'paylater', 'paypal', 'rect', 'white'); } if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') { document.addEventListener('payPalScriptInitialized', () => { renderPayPalButtons('6a6a1eca75ce5', 'paypal', 'checkout', 'rect', 'white'); }); } else { renderPayPalButtons('6a6a1eca75ce5', 'paypal', 'checkout', 'rect', 'white'); }
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/t8d6ebrty3oo/plugin/145/paypal/js/smartPaymentScript.min.js"; script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw"); script.setAttribute("data-currency", "EUR"); script.setAttribute("data-merchant-id", "T87WDQ26XDPMS"); script.setAttribute("data-append-trailing-slash", ""); script.setAttribute("data-locale", "de_DE"); document.body.appendChild(script); }

Feilen-Set mit Hammer, Meisel und Durchschlägen für Ihren Werkzeugwagen

Werkzeug aus Chrom Vanadium Stahl

Ein Merkmal, welches unseren Werkzeugwagen zu einem absoluten Top-Produkt in Bezug auf das Preis-Leistungsverhältnis macht, ist die Verwendung von Chrom-Vanadium-Stahl für unsere Werkzeuge. Zu beachten ist, dass es sich bei einer Reihe der günstigeren oder auch gleichpreisigen bzw. auch teureren Werkzeugwagen um keinen Chrom-Vanadium-Stahl handelt. Hier wird oft für das Werkzeug die deutlich günstigere und auch in ihren Eigenschaften, deutlich schlechtere Variante mit unlegiertem Stahl / Kohlenstoffstahl verwendet.Produktbild Mephisto Werkzeug und Zubehör

  • Metallfeilen-Set - 1x Halbrundfeile / 1x Dreikantfeile / 1x Rundfeile in der Länge = 200 mm
  • 3 x Meisel 8x17x11x150 mm, 21x17x11x150 mm, 24x20x12x175 mm
  • 6 x Durchschläge 2x150 mm, 3x150 mm, 4x150 mm, 5x150 mm, 6x150 mm, 8x150 mm
  • 3 x Körner 3x150 mm, 3x150 mm, 5x150 mm
  • 500g Hammer DIN 1041
  • 200g Hammer DIN 1041
  • Messschieber 150 mm
  • Hebeleisen
  • Kunststoffhammer

Maße: ca. 520 x 390 mm
Gewicht: ca. 3,3 kg

Hersteller:

Mephisto

Walter-Wezel-Str. 8

74889 Sinsheim-Hilsbach

Deutschland

info@four-more.de

Telefon: +49(0)7260/849577

EU-Verantwortlicher:

Four & More GmbH

Walter-Wezel-Str. 8

74889 Sinsheim-Hilsbach

Deutschland

info@four-more.de

Technisches Merkmal Wert
Art.-ID 72097
Zustand Neu
Hersteller Mephisto
Inhalt 1 Stück
Gewicht 3500 g
Netto-Gewicht 3300 g


(function () { "use strict"; var schemaId = "automatic-faq-schema"; var lastFingerprint = ""; var updateTimer = null; function normalizeText(element) { if (!element) { return ""; } return element.textContent .replace(/\s+/g, " ") .trim(); } function collectFaqEntries() { var entries = []; var existingQuestions = {}; document .querySelectorAll(".faq-section details.faq-item") .forEach(function (item) { var summary = item.querySelector("summary"); var answer = item.querySelector(".faq-answer"); var questionText = normalizeText(summary); var answerText = normalizeText(answer); if (!questionText || !answerText) { return; } /* Doppelte Fragen nicht mehrfach ins Schema übernehmen */ if (existingQuestions[questionText]) { return; } existingQuestions[questionText] = true; entries.push({ "@type": "Question", "name": questionText, "acceptedAnswer": { "@type": "Answer", "text": answerText } }); }); return entries; } function updateFaqSchema() { var entries = collectFaqEntries(); var fingerprint = JSON.stringify(entries); if (fingerprint === lastFingerprint) { return; } lastFingerprint = fingerprint; var oldSchema = document.getElementById(schemaId); if (oldSchema) { oldSchema.remove(); } if (!entries.length) { return; } var schemaData = { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": entries }; var schemaScript = document.createElement("script"); schemaScript.id = schemaId; schemaScript.type = "application/ld+json"; schemaScript.textContent = JSON.stringify(schemaData); document.head.appendChild(schemaScript); } function scheduleUpdate() { window.clearTimeout(updateTimer); updateTimer = window.setTimeout(function () { updateFaqSchema(); }, 100); } function initializeFaqSchema() { updateFaqSchema(); /* * Reagiert auch darauf, wenn Artikelinhalt oder Tabs * nachträglich durch plentyShop geladen werden. */ var observer = new MutationObserver(scheduleUpdate); observer.observe(document.body, { childList: true, subtree: true }); } if (document.readyState === "loading") { document.addEventListener( "DOMContentLoaded", initializeFaqSchema ); } else { initializeFaqSchema(); } })();