LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ

The photographs are for illustrative purposes only.
Get AI analytics on product LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ:
726.80€/set
Ex Tax: 586.13€/set
DeWALT
0 reviews
In stock
Product Code: 000-455543ASP
Qty
One click order
Tags:

SPECIFICATION LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ price 660.93€ DeWALT

Package dimensions84,50 x 66,00 x 59,00 cm
Net weight47,500 kg

-Kaal 22 kg
-Pikkus 605 mm
-Kõrgus 330 mm
-Tera läbimõõt 210 mm
-Maks. Lõikesügavus 90 65 mm
-Maks. Lõikamise sügavus 45 45 mm
-Tera auk 30 mm
-Sügavus 605 mm
-Maks. Ripimismaht [paremal] 622 mm
-Maks. Ripimismaht [vasakul] 318 mm
-Laua suurus 485 x 485 mm

- täispikk tara (1)
- mitra tara (1)
-Tõukepulk (1)
-Tera vahetamise mutrivõtmed (2)

- Terasest puur kaitseb saagi töökoha kukkumiste ja löökide eest
-Rack ja hammasratta süsteem, eesmise ja tagumise aia lukk ning suured ja selged kaalud ühendavad ülitäpse ja hõlpsasti kasutatava sae
-Cast lauaplaadi disain tagab täpsuse ja täpsuse
-Fence süsteem tagab 622 mm riputusvõime kaasaskantavas disainis suurte lehtmaterjalide suuruse lõikamiseks
-Võimas 1850W mootor tagab suure jõudluse kõikides rakendustes
-Rullitav alus võimaldab hõlpsat transportimist töökohta ja selle ümbrusse

Description provided by sitypro.com

LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ

What is the LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ?

The LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ is a portable table mitre saw with a 210 mm blade and 1850 W motor, offering up to 65 mm cutting depth at 90° and a maximum ripping capacity of 622 mm for large sheet materials.

What are the dimensions and weight of the DEWALT DWE7485RS with DE7400-XJ stand?

The saw weighs 22 kg, length 605 mm, height 330 mm, with a table size of 485×485 mm and an overall depth listed as 605 mm, suitable for portable site use.

What are the maximum cutting depths at 90° and 45°?

Maximum cutting depth is 65 mm at 90° and 45 mm at 45°; the blade diameter is 210 mm with a 30 mm bore that determines these depths.

What is the maximum ripping capacity (left and right)?

The fence system provides a maximum ripping capacity of 622 mm to the right and 318 mm to the left, enabling cutting of large sheet materials from the right side.

What accessories come with the saw and DE7400-XJ stand?

Included are a full-length fence, mitre fence, push stick, two blade-change wrenches, and a steel safety frame; the table measures 485×485 mm for stable support.

Is this saw suitable for cutting cabinet panels and laminated boards?

Yes — the 622 mm right-side capacity and cast table with precise scales make it suitable for cutting large laminated boards and countertops when used with an appropriate blade.

What is the motor power and benefit of 1850 W for site work?

The motor delivers 1850 W, providing stable performance for cutting timber and laminated materials and enough power reserve for prolonged and heavier cuts on site.

What safety features does the DEWALT DWE7485RS include?

The saw includes a steel safety frame protecting against drops and impacts, large clear scales and a guarding system that improve control and safety during cutting.

Is blade changing easy and what tools are provided?

Yes — two blade-change wrenches are included for quick and safe blade replacement; the blade bore is 30 mm, compatible with standard circular saw blades.

Is this saw suitable for professional site use or better for a home workshop?

The saw is designed for portable professional use: the steel protective frame and 1850 W motor make it suitable for construction sites and mobile jobs, while its compact size also fits a home workshop.

Where to buy LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ?

You can buy LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ in our online store for 586.13€. Category: Table saws.

What is the price of LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ?

The current price of LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ is 586.13€. Brand: DeWALT.

LAUASAAG DEWALT DWE7485RS +ALUSRAAM DE7400-XJ — specifications and description

Model: 000-455543ASP. Category: Table saws. Brand: DeWALT. Price: 586.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ххххххх');