Produkteigenschaften:M12 FUEL™ Akku-Astsäge bietet hervorragende Kontrolle, kann 75-mm-Hartholz schneiden und liefert bis zu 120 Schnitte pro M12B4 AkkuladungEntwickelt um die Anforderungen der Anwender an Ergonomie, Leistung und Lebensdauer zu erfüllenMit einem Gewicht von 2,3kg und einem kompakten Design bietet die Akku-Astsäge eine bessere Kontrolle und Manövrierfähigkeit bei schwer zugänglichen ArbeitenDer leicht zugängliche Kettenspanner ermöglicht eine schnelle Anpassung der KettenspannungDer durchsichtige Ölbehälter ermöglicht eine einfache FüllstandkontrolleFeinfühlige Geschwindigkeitsregler erlauben dem Nutzer die volle Kontrolle über die LeistungsabgabeMetallischer Krallenanschlag für eine verbesserte HebelwirkungAutomatische Kettenschmierung für eine höhere ProduktivitätWerkzeugaufbewahrung für KombischraubenschlüsselLieferumfang 1x Oregon 6 Sägekette und Schwertschutz und 1x KombischraubenschlüsselTechnische Daten:Schwertlänge (cm) 15Kettengeschwindigkeit (m/s) 5Nutzbare Schwertlänge (cm) 14Gewicht mit Akku (kg) 2,3Lieferumfang:1x Milwaukee FUEL™ Akku-Astsäge M12FHS-2511x Oregon 6″ Sägekette und Schwertschutz1x Kombischraubenschlüssel1 x M12 2,5 Ah HB Akku-Pack1x C12 C Ladegerät
$(document).ready(function() {
$('.thumbs').on('click', '.remaining:not(".open-video")', function(event) {
event.preventDefault();
setTimeout(function () {
MagicZoom.expand('zoom');
}, 300);
setTimeout(function () {
MagicZoom.switchTo('zoom',8);
}, 1000);
});
});
Zubehörempfehlungen
Milwaukee Akku-Astsäge M12 FHS-251, 1x 2,5 Ah HB Akku + Ladegerät
- Artikel-Nr.: 4933501917
- EAN: 4058546646332
- Hersteller: MILWAUKEE

189,99 €
UVP 220,15 €
-13%
inkl. MwSt., ggf. zzgl. Versandkosten
Inhalt
1 Stück
Auf Lager
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", "46444285b582e2c281cb0228ec27c384");
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", "46444285b582e2c281cb0228ec27c384");
}
Ähnliche Artikel
$(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
});





























