Kit de Rotomartillo Atornillador DHP485Z + Atornillador de Impacto DTD157Z, incluye 2 Baterías BL1815N, 1 Cargador DC18SD y Maleta de lona.

  • Diseño compacto de solo 164 mm de largo
  • Motor BL sin escobillas para operación eficiente y fría
  • Portabrocas automático de 13 mm para cambios rápidos
  • Tecnología XPT para resistencia al polvo y agua
  • 2 velocidades variables con hasta 1,900 r.p.m.
  • 2 modos de impacto con hasta 28,500 impactos por minuto
  • Availability: In Stock
    $ 9,235.11 MXN + I.V.A

    Rotomartillo Atornillador Makita DHP485

    • Diseño compacto de solo 164 mm de largo para una mayor operatividad, gracias al nuevo diseño de selector de par de apriete
    • Cubierta de aluminio fundido a presión alrededor de la carcasa para rigidez de la máquina
    • Motor BL sin escobillas de carbón para funcionamiento más frío y eficiente
    • Velocidades: 0-500 y 0-1.900 r.p.m. para amplia gama de aplicaciones
    • Portabrocas automático de 13 mm para cambios rápidos de brocas

    Capacidades

    • Acero: 13 mm (1/2 pulg)
    • Madera: 38 mm (1-1/2 pulg)
    • Mampostería: 13 mm (1/2 pulg)
    • Velocidad sin carga: Alto/Bajo: 0 – 1.900 / 0 – 500
    • Impactos por minuto: Alto/Bajo: 0 – 28.500 / 0 – 7.500
    • Torque máximo: Fuerte/Suave: 50 / 27 Nm
    • Máximo torque de bloqueo: 50 Nm
    • Peso neto: 1.5 kg

    Llave de Impacto Makita DTD157

    • Cuerpo compacto para atornillar fácilmente en espacios reducidos
    • Estructura anti-oscilaciones
    • 3 modos de trabajo: asistido / duro / blando para múltiples aplicaciones
    • Velocidad: 0-1.300 / 0-3.000 RPM y 0-2.000 / 0-4.100 IPM
    • Tecnología XPT para resistencia al polvo y al agua

    Capacidades de Impacto

    • Tornillo de máquina: 4 mm – 8 mm (5/32 – 5/16 pulg)
    • Tornillo estándar: 5 mm – 14 mm (3/16 – 9/16 pulg)
    • Tornillo de alta resistencia: 5 mm – 12 mm (3/16 – 1/2 pulg)
    • Velocidad sin carga:
      • Modo de Impacto duro: 0-3000 RPM
      • Modo de Impacto suave: 0-1300 RPM
    • Impactos por minuto:
      • Modo de Impacto duro: 0 – 4100 IPM
      • Modo de Impacto suave: 0 – 2000 IPM

    Incluye

    • Rotomartillo DHP485Z
    • Atornillador de impacto DTD157Z
    • 2 Baterías BL1815N
    • 1 Cargador DC18SD
    • Maleta de lona
    '; } if(document.getElementById("botonlist"+id)) { document.getElementById("botonlist"+id).innerHTML = ''; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/ProductAddCar?id='+id+'&cantidad='+cantidad+'&modelo='+modelo+'&sat_description='+sat_description+'&sat_key='+sat_key).then(res => res.json()) .then ( data => { getToCar(()=>{ if (document.getElementById("boton"+id)){document.getElementById("boton"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlist"+id)){document.getElementById("botonlist"+id).innerHTML = 'Agregar';} }); } ) .catch ( error => { if (document.getElementById("boton"+id)){document.getElementById("boton"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlist"+id)){document.getElementById("botonlist"+id).innerHTML = 'Agregar';} msg("Ooops!", "Primero inicie sesión", "error"); setTimeout(function() { window.location.href = '/all/login_mobile'; }, 500); } ); } function addToFav (id) { if (document.getElementById("boton"+id)) { document.getElementById("boton"+id).innerHTML = ''; } if(document.getElementById("botonlist"+id)) { document.getElementById("botonlist"+id).innerHTML = ''; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/ProductAddFav?id='+id).then(res => res.json()) .then ( data => { getToCar(()=>{ if (document.getElementById("boton"+id)){document.getElementById("boton"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlist"+id)){document.getElementById("botonlist"+id).innerHTML = 'Agregar';} }); } ) .catch ( error => { msg("Ooops!", "Primero inicie sesión", "error"); setTimeout(function() { window.location.href = '/all/login_mobile'; }, 500); } ); } function addToFavLocal (id) { if (document.getElementById("botonLocal"+id)) { document.getElementById("botonLocal"+id).innerHTML = ''; } if(document.getElementById("botonlistLocal"+id)) { document.getElementById("botonlistLocal"+id).innerHTML = ''; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/ProductAddFavLocal?id='+id).then(res => res.json()) .then ( data => { getToCar(()=>{ if (document.getElementById("botonLocal"+id)){document.getElementById("botonLocal"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlistLocal"+id)){document.getElementById("botonlistLocal"+id).innerHTML = 'Agregar';} }); } ) .catch ( error => { msg("Ooops!", "Primero inicie sesión", "error"); setTimeout(function() { window.location.href = '/all/login_mobile'; }, 500); } ); } function getToCar (_callback) { var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/getCar').then(res => res.json()) .then ( data => { console.log(data); document.getElementById("car_get_products").innerHTML = data; if(document.getElementById("car_count_products0")) { if (document.getElementById("car_count_products")) { document.getElementById("car_count_products").innerHTML = document.getElementById("car_count_products0").value; } if (document.getElementById("car_count_products_mobile")) { document.getElementById("car_count_products_mobile").innerHTML = document.getElementById("car_count_products0").value; } } } ) .catch ( error => { if (document.getElementById("car_count_products")) { document.getElementById("car_count_products").innerHTML = 0; } if (document.getElementById("car_count_products_mobile")) { document.getElementById("car_count_products_mobile").innerHTML = 0; } } ) .finally ( () => { _callback(); } ); } getToCar(); function _delete (id, cantidad) { if (document.getElementById("boton_delete"+id)) { document.getElementById("boton_delete"+id).innerHTML = ''; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/RemoveItemCar?id_product='+id+'&cantidad='+cantidad).then(res => res.json()) .then ( data => { getToCar(); } ) .catch ( error => { msg("Ooops!","No hay coneccion con carrito de compras","error"); } ); } function _deleteLocal (id, cantidad) { if (document.getElementById("boton_delete"+id)) { document.getElementById("boton_delete"+id).innerHTML = ''; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/RemoveItemCarLocal?id='+id).then(res => res.json()) .then ( data => { getToCar(); } ) .catch ( error => { msg("Ooops!","No hay coneccion con carrito de compras","error"); } ); } function addToCar_locales (id) { var cantidad = 1; if (document.getElementById("cantidad"+id)) { cantidad = document.getElementById("cantidad"+id).value; } if (document.getElementById("boton"+id)) { document.getElementById("boton"+id).innerHTML = ''; } if(document.getElementById("boton"+id)) { document.getElementById("boton"+id).innerHTML = ''; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/ProductAddCar_locales?id='+id+'&cantidad='+cantidad).then(res => res.json()) .then ( data => { getToCar(); if (document.getElementById("boton"+id)){document.getElementById("boton"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlist"+id)){document.getElementById("botonlist"+id).innerHTML = 'Agregar';} } ) .catch ( error => { if (document.getElementById("boton"+id)){document.getElementById("boton"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlist"+id)){document.getElementById("botonlist"+id).innerHTML = 'Agregar';} msg("Ooops!", "Primero inicie sesión", "error"); setTimeout(function() { window.location.href = '/all/login_mobile'; }, 500); } ); }