GOTOOLS
ELEKTROWERKZEUGE Sägen Handkreisssä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\/handkreisssaegen","name":"Handkreisss\u00e4gen"}}]
}
Produkteigenschaften: Ermöglicht dank der hohen Leistung das Schneiden von Balken und Schwellen mit einer Dicke von bis zu 150 mm in einem einzigen Hub. Magnesium-Druckguss-Komponenten sorgen für eine leichte Säge, die gut ausbalanciert und robust ist. Einstellbarer Sperrhebel zur Vibrationsreduktion des Sägeblatts Soft-Start für mehr Kontrolle und bessere Genauigkeit. Ausgestattet mit einer schnell schließenden Schutzhaube, die den Einsatz ohne störenden Spaltkeil gemäß Norm ermöglicht Vibrationsgeschützte entkoppelte Akkuaufnahme Mit Wiederanlaufschutz und elektronischer Bremse für eine erhöhte Sicherheit Leistungsstark wie ein kabelgebundenes Gerät Das Auto-Start Wireless System (AWS) stellt über Bluetooth eine Verbindung zum Staubsauger her XPT - Extreme Protection Technology. Optimaler Schutz gegen Staub und Spritzwasser auch unter harten Bedingungen Der Sanft-Anlauf sorgt für mehr Kontrolle und bessere Genauigkeit. Die Anti-Restart-Funktion verhindert ein ungewolltes Anlaufen der Maschine nach einer Spannungsunterbrechung
Technische Daten: Akkuspannung 40 V Akkusystem XGT Akkutyp Li-ion Bürstenloser Motor Leerlaufdrehzahl 2100 min⁻¹ Max. Schnittleistung 90° 158 mm Max. Schnittleistung 45° 106 mm AWS-Schnittstelle Schallleistungspegel (LWA) 106 dB(A) Schalldruckpegel (LpA) 98 dB(A) K-Wert Geräusch 3 dB(A) Produktabmessung (L x B x H) 606 x 233 x 476 mm Gewicht inkl. Akku 11,0 - 12,0 kg Max. Ausgangsleistung 1500 W Sägeblatt 415 mm Bohrung 30 mm Vibrationswerte, Holz schneiden ≤ 2,5 m/s² Vibrationsunsicherheitsfaktor (K-Wert), Holz schneiden 1,5 m/s²
Lieferumfang: 1x Makita Akku-Handkreissäge HS013GZ 40V max. 1x Sägeblatt 415x2,3x30, 35Z EFFICUT E-24848 1x 6-kant-Stiftschlüssel 783204-6 1x Schutzständer 413E7-2 (ohne Akku und Ladegerät)
Hersteller Makita Werkzeug GmbH
Makita-Platz 1,
40885 Ratingen,
Deutschland www.makita.de Makita Akku-Handkreissäge HS013GZ 40V max. (ohne Akku und Ladegerät) im Karton Artikel-Nr.: HS013GZ EAN: 0197050007438 Hersteller: MAKITA
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", "edc30466b219a37a5c8c873b30cd4c2b");
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", "edc30466b219a37a5c8c873b30cd4c2b");
}
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
});