BAUMR-AG 350mm Professional Concrete Demolition Saw 74cc 2-Stroke, Wet and Dry Demo Cutting, 14″ Diamond Blade, Anti-Vibration System

$669.00

Disclosure
SKU: SAWCONBMP8CA Category:

Description

UNMATCHED POWER FOR TOUGH JOBS

The CSP-800 Handheld Pro Concrete Saw is your go-to tool for unmatched cutting power and versatility. Designed for professionals, this lightweight robust saw is built to tackle the toughest materials, including masonry, concrete, and stone. Powered by a 74cc 2-stroke petrol engine, the CSP-800 Pro generates 4.8HP (3.5KW) making quick work of demanding cuts.

BUILT FOR WET AND DRY CUTTING

Whether you need wet or dry cutting, the CSP-800 Pro ensures peak performance with its integrated dust control system and superior cooling. Its 14″ diamond blade delivers a cutting depth of up to 123mm, offering precision and efficiency in every cut. The wet-cutting capability optimises dust suppression, keeping your workspace cleaner and safer.

DURABLE AND ERGONOMIC DESIGN

Engineered with a magnesium crankcase and blade guard, this tool offers exceptional durability without compromising on weight, allowing for comfortable handling even during extended use. The ergonomic design includes a vibration-damped handle to reduce fatigue, while the adjustable blade guard enhances control and safety, making it ideal for long projects.

EFFORTLESS MAINTENANCE AND VERSATILITY

Maintenance is effortless, thanks to the easy-to-adjust belt tensioning system, while the dual arbor compatibility (20mm and 1 inch) ensures flexibility for a variety of blades. The 900ml fuel tank and efficient 25:1 fuel-oil mix provide long-lasting, reliable performance. Whether on a construction site or handling landscaping tasks, the CSP-800 Pro delivers results you can trust.

{{widget type=”MagentoCmsBlockWidgetBlock” template=”widget/static_block/default.phtml” block_id=”1373″ 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 <= (window.innerHeight || document.documentElement.clientHeight) / dividend ); }; const elementOutofView = (e