BAUMR-AG 10 Tonne Electric Hydraulic Wood Log Splitter – HPS3800E Australia

$839.00

Disclosure
SKU: LGSELEBM3M8A Category: Tag:

Description

BAUMR-AG 10 Tonne Electric Hydraulic Wood Log Splitter – HPS3800E

The Baumr-AG Hercules Series HPS3800E 10 Tonne Electric Log Splitter gives you the power previously only offered by petrol and diesel models – without the maintenance hassles. With a large encased hydraulic ram and concave bed design you can split logs up to a large 320mm in diameter and an impressive 520mm length! You can also work fast with a cycle time of only 14 seconds in the faster of the two speed modes.

With ease-of-use, convenience and safety at the forefront of its design brief, this machine is the perfect addition for your property through winter. Consequently, your Baumr-AG also features a two-handed operation that ensures the safety of the operator.

What else sets this Baumr-AG hydraulic log splitter apart? The attention to detail from ground up is simply second to none. The HPS3800E is a compact powerhouse that also features an impressive hardened steel splitting wedge with dual triangle design, and a spring assisted auto-return ram encased in the solid steel frame.

Last but not least, the Baumr-AG log splitter range is offered directly at wholesale pricing. So do yourself a favour and make a smart investment, and let the HPS3800E do the Herculean jobs for you!

{{widget type=”MagentoCmsBlockWidgetBlock” template=”widget/static_block/default.phtml” block_id=”886″ type_name=”CMS Static Block”}} #myBtn { display: none; position: fixed; bottom: 100px; right: 30px; z-index: 99; border: none; outline: none; background-color: #FAA830; color: white; cursor: pointer; padding: 15px; border-radius: 50%; } #myBtn:hover { background-color: #C77905; } .button-up { margin: 30px auto; height: 70px; width: 70px; transition: all 0.2s linear; } .button-up:hover { transform: translate3d(0, -10px, 0); } .button-up::after { content: “”; position: absolute; left: 17px; z-index: 11; display: block; width: 25px; height: 25px; border-top: 2px solid #fff; border-left: 2px solid #fff; } .button-up::after { top: 30px; left: 22px; transform: rotate(45deg); }

// Get the button let mybutton = document.getElementById(“myBtn”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } const scrollElements = document.querySelectorAll(“.animate__animated”); scrollElements.forEach((el) => { el.style.opacity = 0 }) const elementInView = (el, dividend = 1) => { const elementTop = el.getBoundingClientRect().top; return ( elementTop { const elementTop = el.getBoundingClientRect().top; return ( elementTop > (window.innerHeight || document.documentElement.clientHeight) ); }; const displayScrollElement = (element) => { element.classList.add(“animate__fadeIn”); }; const hideScrollElement = (element) => { element.classList.remove(“animate__fadeIn”); }; const handleScrollAnimation = () => { scrollElements.forEach((el) => {,