GOTOOLS
ELEKTROWERKZEUGE Hobel
{
"@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\/hobel","name":"Hobel"}}]
}
Produkteigenschaften:
Der GHO 12V-20 Professional bietet als erster 12-Volt-Akku-Hobel seiner Art einen neuen Standard in der Werkzeugführung
Der optimierte Schwerpunkt sorgt für eine komfortable und ergonomische Handhabung
Der bürstenlose EC-Motor und das 12-Volt-Akkusystem ermöglichen eine kompakte Bauform
In Verbindung mit der kabellosen Flexibilität ergibt dies beste Bedienbarkeit in jeder Arbeitsposition
Dieses Elektrowerkzeug eignet sich für das Hobeln von Holz
Es ist kompatibel mit allen Bosch Professional 12V-Akkus und -Ladegeräten (Professional 12V System) sowie Staubbeuteln und dem Bosch Click & Clean-Staubabsaugsystem
Der GHO 12V-20 Professional besitzt ein Woodrazor-Wendemesser
Technische Daten:
Leerlaufdrehzahl 14.500 min-1
Spandicke 0 – 2 mm
Falztiefe 0 – 17 mm
Hobelbreite, max. 56 mm
Gewicht exkl. Akku 1,5 kg
Akkuspannung 12 V
Verpackungsabmessungen (Breite x Länge x Höhe) 162 x 256 x 122 mm
Lieferumfang:
1x Bosch Akku-Hobel GHO 12V-20 (06015A7002)
1x L-BOXX 136 (1 600 A00 1RR)
2x Hobelmesser 56 x 5,5 x 1,1 mm (2 608 000 672) 2x Akku GBA 12V 6.0Ah (1 600 A00 X7H) 1x Schnellladegerät GAL 12V-40 Professional (1 600 A01 9R3)
Hersteller Robert Bosch Power Tools GmbH
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland https://www.bosch-pt.com 0711/8110 Bosch Akku-Hobel GHO 12V-20 06015A7002 inkl. 2x 6,0 Ah Akkus + Lader in L-BOXX
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);
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", "5149f612ddd86323e2b8da3ca7578b9e");
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", "5149f612ddd86323e2b8da3ca7578b9e");
}
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
});