CORDLESS DRILL BOSCH GSR 18V + AKUKRUVIKEERAJA GDR 18V

The photographs are for illustrative purposes only.
Get AI analytics on product CORDLESS DRILL
BOSCH GSR 18V + AKUKRUVIKEERAJA GDR 18V:
502.90€/set
Ex Tax: 405.57€/set
Bosch
0 reviews
Pre-Order
Product Code: 000-437209ASP
Item sold out
Tags:

DESCRIPTION CORDLESS DRILL BOSCH GSR 18V + AKUKRUVIKEERAJA GDR 18V price 502.90€ Bosch

Komplekti kuulub akutrell GSR 18V Li, akukruvikeeraja GDR 18 Li 3x4,0Ah 18V akut, kiirlaadija ja L-BOXX kohver

Akutrell GSR18V Li

Pöördemoment (pehme/kõva/max) 17/38 - Nm
Tühikäigupöörded (1. käik / 2.käik) 0 – 450 / 0 – 1.400 min-1
Aku tüüp Liitium-ioon
Tarviku padrunisse kinnitatava osa läbimõõt, min/max 1,5 / 10 mm
Aku pinge 18 V
Kaal ilma akuta 1,3 kg
Pöördemomendi astmed 20+1
Aku mahtuvus 4 Ah
Puuri max Ø puidus 30 mm
Puuri max Ø terases 10 mm

Kergeim ja kompaktseim akutrell-kruvikeeraja oma klassis

-Väikseim kaal – vaid 1,3 kg – tagab ideaalse käsitsuse ja väheväsitava töö
-Professionaalne tulemus: 2-käiguline ajam tagab 38 Nm pöördemomendi puurimisel (kuni 30 mm) ja kruvikeeramisel (kuni 7 mm)
-169 mm pikkune seade on oma klassis lühim, tagades mugava käsitsuse eelkõige pea kohal ja kitsastes kohtades puurimisel ja kruvikeeramisel

Akukruvikeeraja GDR 18V Li

Tühikäigupöörded 0-2.800 min-1
Pöördemoment, max 160 Nm
Löökide arv 0-3.200 min-1
Aku pinge 18 V
Tarvikuadapter 1/4"-sisekuuskant
Tööriista mõõtmed (pikkus) 145 mm
Tööriista mõõtmed (kõrgus) 241 mm
Kaal koos akuga 1,7 kg
Kruvi läbimõõt
Kruvi Ø M 6 – M 14

Esimene paindliku akusüsteemiga 18-V-pöördlöökkruvikeeraja

-Ainulaadne võimalus valida kas Premium-aku (pikem tööaeg ühe akulaadimise kohta) või Compact-aku (väiksem kaal mugavama töötamise nimel)
-Kõrge pöördemoment ja suur löökide arv (3200 min-1) tagavad suure jõudluse kruvide keeramisel metalli (kuni M 14) ja puitu
-Väga lühike konstruktsioon tagab ideaalse käsitsetavuse ka kitsastes kohtades ja pea kohal töötades

Product details

Total weight: 3.90 kg
Package measurements: 30.00 x 40.00 x 15.00 cm

Description provided by sitypro.com

CORDLESS DRILL BOSCH GSR 18V + AKUKRUVIKEERAJA GDR 18V
Write a review
Similar products in stock
Dear visitor, please be aware that this item is temporarily out of stock.
We recommend considering other products:
COMBOKIT MAKITA DLX6038T 18V 3X5,0Ah
In Stock
1,049.00€ Ex Tax: 845.97€
COMBOKIT MAKITA DLX2189TJ DDF484 DTD153 2X5,0Ah
In Stock
499.00€ Ex Tax: 402.42€
COMBOKIT MAKITA DLX2127MJ 18V 2x4.0Ah
In Stock
359.00€ Ex Tax: 289.52€
AKULÖÖKMUTRIKEERAJA MAKITA DTW1002Z 18V
In Stock
319.00€ Ex Tax: 257.26€
Or you can choose other products in the category: Cordless drills
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the CORDLESS DRILL BOSCH GSR 18V + AKUKRUVIKEERAJA GDR 18V

Where to buy CORDLESS DRILL BOSCH GSR 18V + AKUKRUVIKEERAJA GDR 18V?

You can buy CORDLESS DRILL BOSCH GSR 18V + AKUKRUVIKEERAJA GDR 18V in our online store for 405.57€. Category: Cordless drills.

What is the price of CORDLESS DRILL BOSCH GSR 18V + AKUKRUVIKEERAJA GDR 18V?

The current price of CORDLESS DRILL BOSCH GSR 18V + AKUKRUVIKEERAJA GDR 18V is 405.57€. Brand: Bosch.

CORDLESS DRILL BOSCH GSR 18V + AKUKRUVIKEERAJA GDR 18V — specifications and description

Model: 000-437209ASP. Category: Cordless drills. Brand: Bosch. Price: 405.57€.

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