CIRCULAR SAW DEWALT DWE560 D190MM 1350W

The photographs are for illustrative purposes only.
Get AI analytics on product CIRCULAR SAW
DEWALT DWE560 D190MM 1350W:
127.88€/pc.
Ex Tax: 103.13€/pc.
DeWALT
0 reviews
In stock
Product Code: 000-444570ASP
Qty
One click order
Tags:

SPECIFICATION CIRCULAR SAW DEWALT DWE560 D190MM 1350W price 191.69€ DeWALT

Product sizes26,00 x 28,00 x 22,10 cm
Package dimensions30,00 x 28,00 x 25,00 cm
Gross weight3,700 kg
Net weight5,315 kg

Sisendvõimsus: 1350 W
Nimivõimsus: 850 W
Kiirus tühikäigul 5500 /min
Ketta läbimõõt: 184 x 16 mm
Maks. lõikesügavus 90°: 65 mm
Maks. lõikesügavus 45°: 42 mm
Maks. kaldenurk: 48 °
Kaal: 3,7 kg

Komplekti kuulub:
saeketas 24 hambaga, paralleelne juhik, võti, tolmuimemisadapter.

Tarnitakse papp-karbis

Product details

Total weight: 3.00 kg
Package measurements: 30.00 x 28.00 x 25.00 cm

Description provided by sitypro.com

CIRCULAR SAW DEWALT DWE560 D190MM 1350W
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the CIRCULAR SAW DEWALT DWE560 D190MM 1350W

What is the CIRCULAR SAW DEWALT DWE560 D190MM 1350W and what is it used for?

CIRCULAR SAW DEWALT DWE560 D190MM 1350W is a 1350 W corded handheld circular saw with a 5500 rpm no-load speed. It’s designed for cutting timber, plywood and chipboard with a max cutting depth of 65 mm at 90° and 42 mm at 45°; it weighs 3.7 kg for portability.

What blade size and type does this model use?

This saw uses a 184 x 16 mm blade (a 24-tooth blade is included). Use blades with a 16 mm arbor hole and ~184–190 mm outer diameter for correct fit and performance.

What is the maximum cutting depth and bevel angle of the DEWALT DWE560?

The CIRCULAR SAW DEWALT DWE560 D190MM 1350W has a maximum cutting depth of 65 mm at 90° and 42 mm at 45°. The maximum bevel angle is 48°.

What accessories are included and what else is needed to operate it?

Included are a 24-tooth saw blade, parallel guide, wrench and dust extraction adapter. You’ll need mains power (220–240 V), appropriate PPE and any special blades for particular materials.

Is this saw suitable for precise rip cuts in plywood and chipboard?

Yes. The 5500 rpm no-load speed and included parallel guide make the CIRCULAR SAW DEWALT DWE560 D190MM 1350W suitable for precise rip cuts in plywood and chipboard when set up correctly and using a fine-tooth blade.

How heavy is the saw and is it portable for on-site jobs?

The saw weighs 3.7 kg and the package measures 30 x 28 x 25 cm. Its weight and compact size make the CIRCULAR SAW DEWALT DWE560 suitable for portable on-site use.

What are the input and rated power of this model and what does that mean in practice?

The input power is 1350 W and the rated power is 850 W. In practice this provides enough power for typical carpentry tasks and maintains stable RPM under load when cutting timber and boards.

Does the saw include a dust extraction adapter and how is it connected?

Yes, a dust extraction adapter is included. Fit the adapter to the saw’s dust outlet and connect it via a suitable hose to a vacuum or dust extractor to reduce debris while cutting.

How does this model differ from other DeWALT circular saws in compactness and bevel angle?

The CIRCULAR SAW DEWALT DWE560 D190MM 1350W is compact at 3.7 kg and offers up to a 48° bevel, providing flexibility for angled cuts. The included 24-tooth blade and parallel guide add precision compared with more basic models.

Is this saw suitable for cutting metal or plastic?

This saw is primarily designed for wood, chipboard and plywood; the supplied 24-tooth blade is not suitable for metal. For plastic you should use an appropriate non-metal blade and correct operating conditions; metal cutting requires a specialist saw/blade.

Where to buy CIRCULAR SAW DEWALT DWE560 D190MM 1350W?

You can buy CIRCULAR SAW DEWALT DWE560 D190MM 1350W in our online store for 103.13€. Category: Power saws.

What is the price of CIRCULAR SAW DEWALT DWE560 D190MM 1350W?

The current price of CIRCULAR SAW DEWALT DWE560 D190MM 1350W is 103.13€. Brand: DeWALT.

CIRCULAR SAW DEWALT DWE560 D190MM 1350W — specifications and description

Model: 000-444570ASP. Category: Power saws. Brand: DeWALT. Price: 103.13€.

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ххххххх');