CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS

The photographs are for illustrative purposes only.
Get AI analytics on product CORDLESS ANGLE GRINDER
DEWALT DCG405N 125MM 18V KARKASS:
290.61€/pc.
Ex Tax: 234.36€/pc.
DeWALT
0 reviews
In stock
Product Code: 000-444577ASP
Qty
One click order
Tags:

DESCRIPTION CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS price 208.54€ DeWALT

Package dimensions33,00 x 16,00 x 25,00 cm
Gross weight1,750 kg
Net weight2,290 kg

Kirjeldus:

-Sisendvõimsus 1000 vatti
-Koormuskiirus puudub 9000 p / min
-Maks. Ketta läbimõõt 125 mm
-Spindli keerme M14
-Kaal 1,75 kg
-Pikkus 310 mm

Komplektis:

-2 positsiooni külgkäepide
-võtmeta kaitsekate
-Tera mutrivõti

Product details

Net weight: 1.75 kg
Total weight: 2.29 kg
Package measurements: 33.00 x 16.00 x 25.00 cm

Description provided by sitypro.com

CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS

What is the CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS and what is it used for?

CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS is a brushless 18V cordless angle grinder with a 125 mm maximum disc, 9000 rpm no-load speed and 310 mm length. It’s designed for cutting, grinding and surface preparation of metal and stone where mains power isn’t available; net weight 1.75 kg aids handheld use.

What disc diameter does the DEWALT DCG405N accept?

The CORDLESS ANGLE GRINDER DEWALT DCG405N accepts discs up to 125 mm in diameter; the spindle thread is M14, compatible with standard 125 mm cutting and grinding discs.

What is the no-load speed and how does it affect working with materials?

The DEWALT DCG405N has a no-load speed of 9000 rpm; this provides fast cutting and efficient grinding for metal and stone. For fine finishing, use suitable abrasives and a lighter touch to avoid damage.

What is the weight and size — is it comfortable to hold for long periods?

The CORDLESS ANGLE GRINDER DEWALT DCG405N has a net weight of 1.75 kg and a length of 310 mm. Its light weight and compact length reduce fatigue during extended handheld use.

What is included with the DEWALT DCG405N?

The CORDLESS ANGLE GRINDER DEWALT DCG405N includes a 2-position side handle, a tool-free guard and a disc nut key. Battery and charger are not included — this listing is the bare unit (karkass).

Which discs and accessories are compatible with the M14 spindle on the DCG405N?

The M14 spindle on the CORDLESS ANGLE GRINDER DEWALT DCG405N accepts standard 125 mm cutting, grinding and flap discs designed for M14 threads. Use discs for their intended purpose and do not exceed the 9000 rpm rating.

Is the DEWALT DCG405N suitable for stone and concrete work?

The DEWALT DCG405N is suitable for cutting and grinding stone and concrete when fitted with 125 mm diamond or abrasive blades. For heavy stone work, use appropriate blades and intermittent operation to avoid overheating.

Does the DEWALT DCG405N have variable speed or spindle brake?

The product specification for the CORDLESS ANGLE GRINDER DEWALT DCG405N lists a fixed no-load speed of 9000 rpm; there is no mention of variable speed control or an electronic spindle brake in the provided description.

Which handle position to use — does the supplied 2-position side handle suit both hands?

The supplied 2-position side handle for the CORDLESS ANGLE GRINDER DEWALT DCG405N can be fitted left or right, making it suitable for both right- and left-handed users and improving grip in different working positions.

Is the DEWALT DCG405N compatible with other DeWALT 18V batteries?

The listing states the DEWALT DCG405N is an 18V bare unit. Typically DeWALT 18V batteries are compatible across the same platform, but confirm compatibility for specific battery models with the manufacturer.

Where to buy CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS?

You can buy CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS in our online store for 234.36€. Category: Angle grinders.

What is the price of CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS?

The current price of CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS is 234.36€. Brand: DeWALT.

CORDLESS ANGLE GRINDER DEWALT DCG405N 125MM 18V KARKASS — specifications and description

Model: 000-444577ASP. Category: Angle grinders. Brand: DeWALT. Price: 234.36€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');