5pc Left Hand Spiral Drill Bit Set | AK8189 (2024)

5pc Left Hand Spiral Drill Bit Set | AK8189 (1) 5pc Left Hand Spiral Drill Bit Set | AK8189 (2) 5pc Left Hand Spiral Drill Bit Set | AK8189 (3) 5pc Left Hand Spiral Drill Bit Set | AK8189 (4) 5pc Left Hand Spiral Drill Bit Set | AK8189 (5) 5pc Left Hand Spiral Drill Bit Set | AK8189 (6) 5pc Left Hand Spiral Drill Bit Set | AK8189 (7) 5pc Left Hand Spiral Drill Bit Set | AK8189 (8)

5pc Left Hand Spiral Drill Bit Set | AK8189 (9)

5pc Left Hand Spiral Drill Bit Set | AK8189 (10)

Model No. AK8189

List Price

Buy Online

5pc Left Hand Spiral Drill Bit Set | AK8189 (11) 5pc Left Hand Spiral Drill Bit Set | AK8189 (12) 5pc Left Hand Spiral Drill Bit Set | AK8189 (13) 5pc Left Hand Spiral Drill Bit Set | AK8189 (14) 5pc Left Hand Spiral Drill Bit Set | AK8189 (15) 5pc Left Hand Spiral Drill Bit Set | AK8189 (16) 5pc Left Hand Spiral Drill Bit Set | AK8189 (17) 5pc Left Hand Spiral Drill Bit Set | AK8189 (18)

5pc Left Hand Spiral Drill Bit Set | AK8189 (19)

  • Description
  • Specification
  • Reviews
  • Documents
  • Spare Parts
  • Left-hand drill bits, used for the extraction of snapped studs, screws or fixings.
  • Manufactured from 4121 HSS steel.
  • Contents: Ø3.2, 4.8, 6.4, 8, 8.7mm.
  • Supplied in display case.

Contents:

Ø3.2, 4.8, 6.4, 8, 8.7mm

Nett Weight:

0.10kg

Trustpilot

Model No.

Description

List Price (Exc. VAT)

List Price (Inc. VAT)

5pc Left Hand Spiral Drill Bit Set | AK8189 (20)

AK8189.01

Drill type extractor 3.2mm (left hand)

Name: Drill type extractor 3.2mm (left hand)

Model No: AK8189.01

£0.99

£1.19

5pc Left Hand Spiral Drill Bit Set | AK8189 (21)

AK8189.02

Drill type extractor 4.8mm (left hand)

Name: Drill type extractor 4.8mm (left hand)

Model No: AK8189.02

£1.99

£2.39

5pc Left Hand Spiral Drill Bit Set | AK8189 (22)

AK8189.03

Drill type extractor 6.4mm (left hand)

Name: Drill type extractor 6.4mm (left hand)

Model No: AK8189.03

£3.49

£4.19

5pc Left Hand Spiral Drill Bit Set | AK8189 (23)

AK8189.04

Drill type extractor 8mm (left hand)

Name: Drill type extractor 8mm (left hand)

Model No: AK8189.04

£4.49

£5.39

5pc Left Hand Spiral Drill Bit Set | AK8189 (24)

AK8189.05

Drill type extractor 8.7mm (left hand)

Name: Drill type extractor 8.7mm (left hand)

Model No: AK8189.05

£5.49

£6.59

5pc Left Hand Spiral Drill Bit Set | AK8189 (25)

  • Left-hand drill bits, used for the extraction of snapped studs, screws or fixings.
  • Manufactured from 4121 HSS steel.
  • Contents: Ø3.2, 4.8, 6.4, 8, 8.7mm.
  • Supplied in display case.

Contents:

Ø3.2, 4.8, 6.4, 8, 8.7mm

Nett Weight:

0.10kg

Trustpilot

Buy Online

You Might Also Need

11pc 3/8"Sq Drive Lock-On™ Socket Set - Imperial
12pc 3/8"Sq Drive Lock-On™ Socket Set
13pc 1/4"Sq Drive Lock-On™ Socket Set
9pc Extra-Long Lock-On™ Ball-End Hex Key Set
Deburring Tool with Spare Blade
Light Palm Tactouch Mechanic's Gloves - Large

", nextArrow: "

", responsive: [ { breakpoint: 1500, settings: { slidesToShow: 4, slidesToScroll: 1, } }, { breakpoint: 1200, settings: { slidesToShow: 3, slidesToScroll: 1 } }, { breakpoint: 1000, settings: { slidesToShow: 2, slidesToScroll: 1 } }, { breakpoint: 750, settings: { slidesToShow: 1, slidesToScroll: 1 } } ] }); $('#headerVideoLinkDesktop, #headerVideoLinkMobile').magnificPopup({ type: 'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); $('.product-image-thumbnail').click(function () { setImageFromThumbnail(this); }); $('.product-video-thumbnail').click(function () { setImageFromThumbnail(this); openVideoLink(); }); const mediaIndexToImageMapping = [{ type:'image', indexWithinType:0},{ type:'video', indexWithinType:0},{ type:'image', indexWithinType:1},{ type:'image', indexWithinType:2},{ type:'image', indexWithinType:3},{ type:'image', indexWithinType:4},{ type:'image', indexWithinType:5},]; function setMediaFromIndex(mediaIndex) { // Wrap around if (mediaIndex > mediaIndexToImageMapping.length - 1) mediaIndex = 0; else if (mediaIndex < 0) mediaIndex = mediaIndexToImageMapping.length - 1; var previousMediaIndex = currentMediaIndex; currentMediaIndex = mediaIndex; if (previousMediaIndex == mediaIndex) return; var mappingEntry = mediaIndexToImageMapping[currentMediaIndex]; $(`[dots-index='${previousMediaIndex}']`).removeClass("progress-dot-selected"); $(`[dots-index='${currentMediaIndex}']`).addClass("progress-dot-selected"); if (mappingEntry.type === 'image') { $('#video-mode-overlay').hide(); var jqueryThumbnail = $(`img[media-index='${mediaIndex}']`); var ele = jqueryThumbnail[0]; if (ele) { let smallImage = jqueryThumbnail.attr('src'); if (!smallImage) { smallImage = jqueryThumbnail.attr('data-src'); jqueryThumbnail.attr('src', smallImage); } const largeImage = jqueryThumbnail.attr('data-zoom-image'); const ez = productImage.data('elevateZoom'); if (ez) ez.swaptheimage(smallImage, largeImage); productImage.data('zoom-image', largeImage); productImage.attr('src', smallImage); const existingProductImageMobile = $('#product-image-mobile'); var cloned = existingProductImageMobile.clone(false); cloned.attr('src', smallImage); cloned.addClass("fadeIn"); existingProductImageMobile.before(cloned); existingProductImageMobile.remove(); } } else { //video $('#video-mode-overlay').show(); } } function openVideoLink() { if ($(document).width() < 768) { var videoLink = $('#headerPopupDesktop > iframe').attr('src'); window.open(videoLink, '_blank').focus(); } else { $('#headerVideoLinkDesktop').click(); setVideoHeightFromWidth(); } } function nextMedia(){ setMediaFromIndex(currentMediaIndex + 1); } function previousMedia() { setMediaFromIndex(currentMediaIndex - 1); } function setImageFromThumbnail(thumbnail) { var mediaIndex = parseInt( $(thumbnail).attr('media-index')); setMediaFromIndex(mediaIndex); } $('#image-up').click(function () { if (currentMediaIndex > 0) { previousMedia(); currentOffset = imageOffsetUpDown - imageOffsetUpDown * currentMediaIndex; $('.product-thumbnails-container').css('top', currentOffset + 'px'); } }); $('#image-down').click(function () { if (currentMediaIndex < mediaIndexToImageMapping.length - 1) { nextMedia(); currentOffset = imageOffsetUpDown - imageOffsetUpDown * currentMediaIndex; $('.product-thumbnails-container').css('top', currentOffset + 'px'); } }); $('#image-left').click(function () { if (currentMediaIndex > 0) { previousMedia(); currentOffset = imageOffsetLeftRight - imageOffsetLeftRight * currentMediaIndex; $('.product-thumbnails-container').css('left', currentOffset + 'px'); } }); $('#image-right').click(function () { if (currentMediaIndex < mediaIndexToImageMapping.length - 1) { nextMedia(); currentOffset = imageOffsetLeftRight - imageOffsetLeftRight * currentMediaIndex; $('.product-thumbnails-container').css('left', currentOffset + 'px'); } }); $('.progress-dot').click(function () { var dotsIndex = parseInt($(this).attr('dots-index')); setMediaFromIndex(dotsIndex); }) mobileSwipeOverlay.on('touchstart', function (e) { touchStartX = e.originalEvent.changedTouches[0].screenX; }); mobileSwipeOverlay.on('touchend', function (e) { touchEndX = e.originalEvent.changedTouches[0].screenX; handleGesture(); }); function handleGesture() { /* If the drag is more than 50 pix then it's a swipe*/ if (Math.abs(touchEndX - touchStartX) > 50) { var direction = touchEndX > touchStartX ? -1 : 1; setMediaFromIndex(currentMediaIndex + direction); } } // If its mobile mode then load all the images ahead of time, so the animations run smooth var documentWidth = $(document).width(); if (documentWidth < 768) { $('.product-image-thumbnail').each(function(index) { $(this).attr('src', $(this).attr('data-src')); }); } productImage.on('load', function() { enableZoom(); }); $(window).resize(function() { enableZoom(); }); $('#video-mode-overlay').hide(); $('#video-mode-overlay').click(function () { openVideoLink(); }); window.setTimeout(enableZoom, 2000); function enableZoom() { productImage.elevateZoom({ cursor: "crosshair", scrollZoom: true, zoomWindowWidth: productImage.width(), zoomWindowHeight: productImage.height(), zoomWindowPosition: "zoom-container" }); } $('[data-fancybox]').fancybox({ toolbar : false, smallBtn : true, baseClass: "where-to-buy-popup", slideClass: "where-to-buy-popup", iframe : { preload : false } }); $('#stockists-popup').fancybox({ toolbar: false, smallBtn: true, touch: false, baseClass: "stockists-popup", slideClass: "stockists-popup", iframe: { preload: false } }); });

5pc Left Hand Spiral Drill Bit Set | AK8189 (2024)

References

Top Articles
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 6038

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.