GOTOOLS
ELEKTROWERKZEUGE Sägen Metallkreissägen
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/elektrowerkzeuge","name":"ELEKTROWERKZEUGE"}},{"@type":"ListItem","position":3,"item":{"@id":"\/elektrowerkzeuge\/saegen","name":"S\u00e4gen"}},{"@type":"ListItem","position":4,"item":{"@id":"\/elektrowerkzeuge\/saegen\/metallkreissaegen","name":"Metallkreiss\u00e4gen"}}]
}
Produkteigenschaften: Bürstenloser POWERSTATE-Motor für schnelle Schnittgeschwindigkeiten und härteste Anwendungen Die REDLINK PLUS-Elektronik bietet einen fortschrittlichen, digitalen Überlastschutz für Maschine und Akku und hält die Leistung unter Last konstant Der REDLITHIUM-Akku bietet eine perfekt abgestimmte Konstruktion, eine fortschrittliche Elektronik und eine verlustfreie Leistungsabgabe für längere Standzeit und längere Lebensdauer als bei Vorgängermodellen Kalte Schnitte für reduzierte Funkenbildung Werkzeuglose Schnitttiefeneinstellung für Schnitte von 0 bis 57 mm Kompaktes und leichtes Design für maximalen Anwenderkomfort Metallhaken zur einfachen und sicheren Aufhängung des Geräts Integrierte Halterung für den Innensechskantschlüssel Einzelzellenüberwachung für optimierte Standzeit und lange Lebensdauer des Akkus Akku-Ladestandsanzeige 100 % systemkompatibel mit dem MILWAUKEE®-M18-ProduktprogrammTechnische Daten: Akku Li-ion Akkukapazität 5.0 Ah Anzahl mitgelieferter Akkus 2 Bohrungsdurchmesser 20 mm Geliefert in HD Box Leerlaufdrehzahl 3900 min¹ Max. Trenntiefe 57 mm Sägeblattdurchmesser 150 mm Spannung 18 V Gewicht mit Akku (EPTA) 2.8 (M18 B5) kgLieferumfang: 1x Milwaukee Akku-Metallkreissäge M18FMCS-502X 2x M18 B5 Akku-Packs 1x M12-18 FC Ladegerät 1x 150-mm-HM-Metallsägeblatt 1x Innensechskantschlüssel 1x HD Box
Hersteller Techtronic Industries Central Europe GmbH
Walder Str. 53,
40724 Hilden,
Deutschland www.milwaukeetool.eu/service/contact/ +49210396000 Milwaukee Akku-Metallkreissäge FUEL M18 FMCS-502X 2x 5,0 Ah Akkus + Lader in HD-Box Artikel-Nr.: 4933459193 EAN: 4002395289288 Hersteller: MILWAUKEE
Nicht lagernd
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", "ffeb7bc080833adcfa83db89c44d2467");
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", "ffeb7bc080833adcfa83db89c44d2467");
}
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
});