$(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);
});
});
Caratteristiche del prodotto:<\/u><\/b> Sega a nastro a batteria per il taglio senza scintille di tubi e profili metallici Sega leggera con potente motore brushless, per tagli puliti e precisi. Per il taglio di tubi e tubi flessibili rinforzati con fibre fino a 66 mm. Con elettronica a velocità costante e freno motore. La velocità del nastro è regolabile elettronicamente e raggiunge i 3,2 m\/s. Grazie alla robusta struttura a ponte con telaio in alluminio, la macchina è molto resistente.Dati tecnici:<\/u><\/b> Tensione della batteria: 40 V Capacità massima di taglio tubi: 66 x 66 mm Velocità del nastro: 0 - 3,2 m/s Freno motore: 1 Livello di potenza sonora (LWA<\/sub>): 90 dB(A) Livello di pressione sonora (LpA<\/sub>): 82 dB(A) Peso con batteria inclusa: 4,0 - 5,2 kg Dimensioni del prodotto (L x P x A): 392 x 188 x 256 mm Valori di vibrazione, taglio di metallo: 1,4 m\/s² Fattore di incertezza delle vibrazioni (valore K), taglio del metallo: 1,5 m\/s² Incertezza di misura (K), potenza sonora: 3 dB(A) Incertezza di misura (K), pressione sonora: 3 dB(A) Diametro del disco: 13 x 0,5 x 835 mm Motore brushless: 1Contenuto della confezione:<\/u><\/b> 1 sega a nastro a batteria Makita 40 V max. senza batteria né caricabatterie
Manufacturer Makita Werkzeug GmbH
Makita-Platz 1,
40885 Ratingen,
Deutschland www.makita.de Sega a nastro a batteria Makita 40 V max. senza batteria né caricabatterie Artikel-Nr.: PB003GZ EAN: 0197050018687 Hersteller: MAKITA
354,99 €
Ceres::Template.crossPriceRRP
-20%
inkl. MwSt., ggf. zzgl. Versandkosten
Ceres::Template.singleItemContent
1
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.plentyone.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", "it_IT");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "42a0ba1763694703bc1a01f864d555a1");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.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", "it_IT");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "42a0ba1763694703bc1a01f864d555a1");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Zuletzt angesehen
Set di cacciaviti a percussione Wera 2090/16 Impaktor 1, metrico, 3/8", 16 pezzi. 228,99 € Lampada da cantiere ibrida Festool SYSLITE DUO-H I-Basic senza batteria né caricabatterie, contenuta in un Systainer 291,99 € Avvitatore a percussione a batteria Bosch GDS 18V-1600 H, senza batteria né caricabatterie, in confezione 336,99 € Telemetro Bosch GLM70-32 133,99 € Metro a nastro Makita da 10 m, B-57168 14,98 € Avvitatore a percussione a batteria Bosch GDS 18V-1600 H senza batteria né caricabatterie, nella confezione L-BOXX 324,99 € Motosega a batteria Makita con impugnatura superiore da 18 V, senza batteria né caricabatterie 268,99 €
$(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
});