');
}
#mt-slider-5696757-0 .mt-item-link .add-to-wishlist.active:before {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 130 130"%3E%3Cstyle type="text/css"%3E.st0{fill:%2304574B;}%3C/style%3E%3Cg id="path4"%3E%3Cpath class="st0" d="M65,114.6c-9-8.5-16.8-15.2-23.7-21.2C18.8,73.9,9.5,65.8,9.5,42c0-15.7,11.8-27.5,27.5-27.5c10.4,0,19.8,5.8,25.9,15.8l2.1,3.6l2.1-3.6c6-10,15.4-15.8,25.9-15.8c15.7,0,27.5,11.8,27.5,27.5c0,23.8-9.3,31.9-31.8,51.4C81.8,99.4,74,106.1,65,114.6z"/%3E%3Cpath class="st0" d="M93,17c14.3,0,25,10.7,25,25c0,22.7-9.1,30.6-31,49.5c-6.5,5.6-13.7,11.9-22,19.6c-8.3-7.8-15.6-14-22-19.6C21.1,72.6,12,64.7,12,42c0-14.3,10.7-25,25-25c9.5,0,18.2,5.3,23.7,14.6l4.3,7.1l4.3-7.1C74.8,22.3,83.5,17,93,17%20M93,12c-12,0-22,7-28,17c-6-10-16-17-28-17C20,12,7,25,7,42c0,33,18,38,58,76c40-38,58-43,58-76C123,25,110,12,93,12L93,12z"/%3E%3C/g%3E%3C/svg%3E');
}
#mt-slider-5696757-0 .mt-item-link .mt-button-cart{
justify-content: center;
display: flex;
align-items: center;
width: 100%;
}
#mt-slider-5696757-0 .mt-item-link .mt-add-to-cart {
background: #04574a;
color: #fff;
text-align: center;
white-space: nowrap;
border: 3px solid #04574a;
text-decoration: none;
font-weight: 600;
font-size: 18px;
height: 52px;
width: 100%;
line-height: 20px;
border-radius: 0;
}
#mt-slider-5696757-0 .mt-item-link .mt-add-to-cart:hover {
color: #04574a;
background: #fff;
transition: all 250ms ease-in;
}
/** MAIN CONTAINER **/
#mt-slider-5696758-0 {
position: relative; /* necessary to position buttons correctly */
max-width: 100%;
padding: 0 10px;
}
#mt-slider-5696758-0 h5.slider-head {
padding: 0;
font-weight: 700;
margin: 0 0 5px;
letter-spacing: 1px;
text-align: center;
font-size: 17px;
}
@media screen and (max-width: 430px) {
#mt-slider-5696758-0 h5.slider-head {
font-size: 14px;
}
}
#mt-slider-5696758-0 [data-slider-mask] {
overflow: hidden; /* otherwise it's not a mask */
touch-action: auto; /* we only want to go horizontal */
width: 100%;
position: relative;
}
/** SLIDER CONTAINING ALL ELEMENTS **/
#mt-slider-5696758-0 [data-slider] {
display: block; /* we use ul for accesibility */
white-space: nowrap; /* we don't want the slides to wrap */
position: relative;
margin-bottom: 0;
}
/** INDIVIDUAL SLIDES **/
#mt-slider-5696758-0 [data-slide] {
display: inline-flex; /* show one after the other */
list-style: none; /* we use li for accessiblity */
white-space: normal; /* reset white-space */
vertical-align: top;
align-items: center;
justify-content: center;
}
#mt-slider-5696758-0 [data-slide] .mt-merch-item {
margin: 10px;
padding: 10px 10px 0 10px;
box-shadow: 0 0 7px rgba(0,0,0,0.4);
transition: box-shadow 250ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 0;
max-height: 500px;
max-width: 300px;
background: white;
}
@media screen and (max-width: 1399px) {
#mt-slider-5696758-0 [data-slide] .mt-merch-item {
max-width: 200px;
max-height: 450px;
}
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 [data-slide] .mt-merch-item {
max-width: 330px;
max-height: 120px;
min-height: 120px;
padding: 0;
}
}
#mt-slider-5696758-0 [data-slide] .mt-merch-item:hover {
box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
#mt-slider-5696758-0 [data-slide] .mt-link {
text-decoration: none; /* no underline */
display: flex;
flex-direction: column;
align-items: center;
position: relative;
padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 [data-slide] .mt-link {
flex-direction: row;
padding: 0;
}
}
#mt-slider-5696758-0 [data-slide] .mt-link:hover {
opacity: 0.9;
transition: all 250ms ease-in;
}
#mt-slider-5696758-0 [data-slide] .mt-link:hover .mt-title {
text-decoration: underline;
}
#mt-slider-5696758-0 .mt-top-section {
position: absolute;
left: -10px;
top: -10px;
width: calc(100% + 20px);
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-top-section {
display: none;
}
}
#mt-slider-5696758-0 .mt-top-section .mt-badge {
background: #ec1f27;
display: inline-block;
font-size: 12.8px;
text-transform: uppercase;
color: #fff;
padding: 3px 6px;
font-weight: 500;
height: 26px;
position: relative;
}
#mt-slider-5696758-0 .mt-top-section .mt-badge::after {
position: absolute;
top: 0;
right: -20px;
content: "";
z-index: 1;
border-left: 20px solid #ec1f27;
border-bottom: 26px solid transparent;
background: transparent;
}
#mt-slider-5696758-0 .mt-top-section .mt-badge.mt-actfast {
background: #f38926;
}
#mt-slider-5696758-0 .mt-top-section .mt-badge.mt-actfast::after {
border-left: 20px solid #f38926;
}
#mt-slider-5696758-0 .mt-top-section .mt-badge.mt-newproduct {
background: #1f93b3;
}
#mt-slider-5696758-0 .mt-top-section .mt-badge.mt-newproduct::after {
border-left: 20px solid #1f93b3;
}
#mt-slider-5696758-0 .mt-star-rating {
display: inline-block;
float: right;
padding: 3px 0 0 0;
}
#mt-slider-5696758-0 .mt-full-star {
position: absolute;
top: 0;
left: 0;
width: 56%;
overflow: hidden;
display: flex;
}
#mt-slider-5696758-0 .mt-empty-star {
display: flex;
}
#mt-slider-5696758-0 .mt-full-star > svg, span.mt-empty-star svg {
flex-shrink: 0;
margin: 1px;
}
#mt-slider-5696758-0 .mt-star-wrap,
#mt-slider-5696758-0 .mt-Reviews-container {
display: inline-block;
position: relative;
}
#mt-slider-5696758-0 .mt-Reviews-container {
font-size: 12px;
color: #a6a6a6;
vertical-align: top;
padding: 0 5px;
font-weight: 600;
}
#mt-slider-5696758-0 .mt-star-rating .mt-empty-star svg,
#mt-slider-5696758-0 .mt-star-rating .mt-full-star svg {
width: 17px;
height: 17px;
}
#mt-slider-5696758-0 .mt-star-rating .mt-empty-star svg {
fill: #d6d6d6;
}
#mt-slider-5696758-0 .mt-star-rating .mt-full-star svg {
fill: #149547;
}
#mt-slider-5696758-0 .mt-clear {
clear: both;
}
#mt-slider-5696758-0 .mt-end-date {
font-size: 12px;
color: #a6a6a6;
display: inline-block;
vertical-align: top;
padding: 1px 5px;
font-weight: 600;
}
#mt-slider-5696758-0 [data-slide] picture {
display: flex;
}
#mt-slider-5696758-0 [data-slide] .mt-image {
width: 80%;
height: auto;
margin: 10px auto;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 [data-slide] .mt-image {
width: 100px;
height: 100px;
}
}
@media screen and (max-width: 600px) {
#mt-slider-5696758-0 [data-slide] .mt-image {
width: 80px;
height: 80px;
}
}
#mt-slider-5696758-0 .mt-mobile-container {
width: 100%;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-mobile-container {
position: relative;
height: 100%;
margin-top: 0;
margin-bottom: auto;
padding-top: 10px;
}
}
#mt-slider-5696758-0 .mt-shipping-wrap {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 5px;
width: 100%;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-shipping-wrap {
position: absolute;
justify-content: flex-end;
right: 5px;
top: 40%;
}
}
#mt-slider-5696758-0 .mt-shipping-wrap .mt-ship {
font-size: 12.8px;
color: #149547;
text-transform: capitalize;
font-weight: 600;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-shipping-wrap .mt-ship {
display: none;
}
}
#mt-slider-5696758-0 .mt-shipping-wrap .mt-item-id {
font-size: 12.8px;
color: #a6a6a6;
text-transform: uppercase;
font-weight: 700;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-shipping-wrap .mt-item-id {
font-size: 11px;
}
}
#mt-slider-5696758-0 .mt-title {
color: #000;
height: 45px;
font-weight: 500;
display: -webkit-box;
line-height: normal;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
font-size: 16px;
margin-bottom: 5px;
text-align: left;
width: 100%;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-title {
padding-right: 10px;
margin-bottom: 0;
font-size: 14px;
height: 35px;
margin-bottom: 3px;
}
}
#mt-slider-5696758-0 .mt-prices {
display: flex;
flex-direction: column;
justify-content: flex-start;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-prices {
flex-direction: row;
align-items: center;
gap: 10px;
}
}
#mt-slider-5696758-0 .mt-savings {
font-size: 14px;
color: #ae0101;
font-weight: 600;
padding-bottom: 4px;
opacity: 1;
display: flex;
align-items: center;
flex-direction: column;
justify-content: flex-end;
line-height: 16px;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-savings {
display: none;
}
}
#mt-slider-5696758-0 .mt-savings > span {
display: block;
}
#mt-slider-5696758-0 [data-salePrice=""] .mt-savings {
opacity: 0;
}
#mt-slider-5696758-0 .mt-price-wrapper {
text-align: left;
font-size: 16px;
color: #333;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
height: 52px;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-price-wrapper {
height: 25px;
}
}
#mt-slider-5696758-0 .mt-price, .mt-sale-price {
font-weight: 500;
}
#mt-slider-5696758-0 .mt-price,
#mt-slider-5696758-0 [data-salePrice=""] .mt-sale-price {
font-size: 1rem;
font-weight: 600;
color: #a6a6a6;
text-decoration: line-through;
margin: 0;
line-height: 22px;
}
#mt-slider-5696758-0 [data-salePrice=""] .mt-price,
#mt-slider-5696758-0 .mt-sale-price {
color: #ae0101;
font-size: 24px;
text-decoration: none;
font-weight: 600;
line-height: 20px;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 [data-salePrice=""] .mt-price, #mt-slider-5696758-0 .mt-sale-price {
font-size: 1rem;
}
}
#mt-slider-5696758-0 [data-salePrice=""] .mt-price {
margin-top: 22px;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 [data-salePrice=""] .mt-price {
margin-top: 0;
}
}
#mt-slider-5696758-0 .mt-price sup {
top: -5px;
font-size: 10px;
}
#mt-slider-5696758-0 .mt-sale-price sup,
#mt-slider-5696758-0 [data-salePrice=""] .mt-price sup {
top: -8px;
font-size: 12px;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-sale-price sup, #mt-slider-5696758-0 [data-salePrice=""] .mt-price sup, #mt-slider-5696758-0 .mt-price sup {
top: -5px;
font-size: 10px;
}
}
/** NEXT AND PREVIOUS BUTTONS **/
#mt-slider-5696758-0 [data-prev-button],
#mt-slider-5696758-0 [data-next-button] {
position: absolute;
top: 45%; /* kind of in the middle. Tweak if big image or icon */
cursor: pointer; /* we want the pointer */
z-index: 1; /* above the rest of the slider */
color: #000;
outline: 0; /* we use a button for accessibility, but we don't want button styling */
border: 0;
background: transparent;
padding: 10px 10px;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 [data-prev-button],
#mt-slider-5696758-0 [data-next-button] {
top: 40%;
}
}
#mt-slider-5696758-0 [data-prev-button] {
left: -10px; /* position the buttons */
}
#mt-slider-5696758-0 [data-next-button] {
right: -10px; /* position the buttons */
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 [data-next-button] {
padding: 10px 0 10px 20px;
right: 0;
}
#mt-slider-5696758-0 [data-prev-button] {
padding: 10px 20px 10px 0;
left: 0;
}
}
@media screen and (max-width: 500px) {
#mt-slider-5696758-0 [data-next-button] {
padding: 10px 0 10px 20px;
}
#mt-slider-5696758-0 [data-prev-button] {
padding: 10px 20px 10px 0;
}
}
@media screen and (max-width: 352px) {
#mt-slider-5696758-0 [data-next-button] {
padding: 10px 5px 10px 15px;
}
#mt-slider-5696758-0 [data-prev-button] {
padding: 10px 15px 10px 5px;
}
}
@media screen and (max-width: 340px) {
#mt-slider-5696758-0 [data-next-button] {
padding: 10px 0 10px 20px;
}
#mt-slider-5696758-0 [data-prev-button] {
padding: 10px 20px 10px 0;
}
}
#mt-slider-5696758-0 [data-prev-button]:not([disabled]):hover,
#mt-slider-5696758-0 [data-next-button]:not([disabled]):hover {
opacity: 0.7;
}
#mt-slider-5696758-0 [data-prev-button] svg,
#mt-slider-5696758-0 [data-next-button] svg {
height: 30px;
width: 30px;
}
#mt-slider-5696758-0 [data-prev-button][disabled],
#mt-slider-5696758-0 [data-next-button][disabled] {
visibility: hidden;
}
/** PAGINATION DOTS **/
#mt-slider-5696758-0 [data-pagination-slide] {
display: none;
}
#mt-slider-5696758-0 [data-pagination-slide][data-slide-active] {
opacity: 1; /* show full when active */
}
/* VERTICAL, FADE AND THUMBNAIL PAGINATION */
#mt-slider-5696758-0[data-slider-wrapper="vertical"] [data-slider-mask] {
touch-action: pan-x;
height: 400px;
}
#mt-slider-5696758-0[data-slider-wrapper="fade"] [data-slider-mask] {
position: relative;
}
#mt-slider-5696758-0[data-slider-wrapper="vertical"] [data-slider],
#mt-slider-5696758-0[data-slider-wrapper="fade"] [data-slider] {
white-space: normal;
}
#mt-slider-5696758-0[data-slider-wrapper="vertical"] [data-slide],
#mt-slider-5696758-0[data-slider-wrapper="fade"] [data-slide] {
display: block;
vertical-align: baseline;
}
#mt-slider-5696758-0[data-slider-wrapper="fade"] [data-slide] {
position: absolute;
top: 0;
opacity: 0;
}
#mt-slider-5696758-0[data-slider-wrapper="fade"] [data-slide][data-slide-active] {
position: relative;
z-index: 1;
opacity: 1;
}
#mt-slider-5696758-0[data-slider-wrapper="vertical"] [data-prev-button] {
top: 0;
left: 50%;
transform: translateX(-50%);
}
#mt-slider-5696758-0[data-slider-wrapper="vertical"] [data-next-button] {
top: auto;
bottom: 0;
left: 50%;
right: auto;
transform: translateX(-50%);
}
#mt-slider-5696758-0 [data-pagination="thumbnails"] [data-pagination-slide] {
border-radius: 0;
background: none;
width: 40px;
height: auto;
text-indent: 0;
}
#mt-slider-5696758-0 .mt-item-link {
display: flex;
align-items: center;
margin: 15px -10px 0;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-item-link {
margin: 2px 0 0 0;
}
}
#mt-slider-5696758-0 .mt-item-link .add-to-wishlist {
position: relative;
margin: 0 !important;
padding: 10px 25px 10px 50px;
height: 52px;
border-radius: 0;
font-size: 14px;
border: 3px solid #000;
color: #000 !important;
outline: none;
}
#mt-slider-5696758-0 .mt-item-link .add-to-wishlist:before {
position: absolute;
width: 30px;
height: 30px;
top: 7px;
left: 16px;
content: "";
background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F> ');
}
#mt-slider-5696758-0 .mt-item-link .add-to-wishlist.active:before {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 130 130"%3E%3Cstyle type="text/css"%3E.st0{fill:%2304574B;}%3C/style%3E%3Cg id="path4"%3E%3Cpath class="st0" d="M65,114.6c-9-8.5-16.8-15.2-23.7-21.2C18.8,73.9,9.5,65.8,9.5,42c0-15.7,11.8-27.5,27.5-27.5c10.4,0,19.8,5.8,25.9,15.8l2.1,3.6l2.1-3.6c6-10,15.4-15.8,25.9-15.8c15.7,0,27.5,11.8,27.5,27.5c0,23.8-9.3,31.9-31.8,51.4C81.8,99.4,74,106.1,65,114.6z"/%3E%3Cpath class="st0" d="M93,17c14.3,0,25,10.7,25,25c0,22.7-9.1,30.6-31,49.5c-6.5,5.6-13.7,11.9-22,19.6c-8.3-7.8-15.6-14-22-19.6C21.1,72.6,12,64.7,12,42c0-14.3,10.7-25,25-25c9.5,0,18.2,5.3,23.7,14.6l4.3,7.1l4.3-7.1C74.8,22.3,83.5,17,93,17%20M93,12c-12,0-22,7-28,17c-6-10-16-17-28-17C20,12,7,25,7,42c0,33,18,38,58,76c40-38,58-43,58-76C123,25,110,12,93,12L93,12z"/%3E%3C/g%3E%3C/svg%3E');
}
#mt-slider-5696758-0 .mt-item-link .mt-button-cart {
justify-content: center;
display: flex;
align-items: center;
width: 100%;
}
#mt-slider-5696758-0 .mt-item-link .mt-add-to-cart {
background: #04574a;
color: #fff;
text-align: center;
white-space: nowrap;
border: 3px solid #04574a;
text-decoration: none;
font-weight: 600;
font-size: 18px;
height: 52px;
width: 100%;
line-height: 20px;
border-radius: 0;
outline: 0;
}
@media screen and (max-width: 767px) {
#mt-slider-5696758-0 .mt-item-link .mt-add-to-cart {
height: 45px;
}
}
#mt-slider-5696758-0 .mt-item-link .mt-add-to-cart.adding-to-cart {
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
padding: 10px;
}
#mt-slider-5696758-0 .mt-item-link .mt-add-to-cart.adding-to-cart .loader {
margin: 0;
width: 22px;
height: 22px;
border-width: 3px;
border-top-width: 3px;
border-bottom-width: 3px;
}
#mt-slider-5696758-0 .mt-item-link .mt-add-to-cart:hover {
color: #04574a;
background: #fff;
transition: all 250ms ease-in;
}
Skip to menu
Skip to main content
Skip to footer
Item: T34071 | Model: T34071
Hover to Zoom
Grizzly Precision T34071 - 110-Pc. SAE/Metric Combination M2 HSS Tap & Die Set
Write a Review
Share
Facebook
Email
X
Reddit
Pinterest
T34071 110-Piece Inch/Metric Combo M2 HSS Tap & Die Set
The Grizzly Precision line of professional-grade metalworking tools is proud to offer comprehensive tap & die sets.
Metalworking tooling is normally more expensive than woodworking due to being manufactured to tighter tolerances to achieve higher precision tool life.
Cut new or repaired damaged threads with the exceptional quality of the T34071 Inch/Metric Combo set.
This 110-piece tap and die set includes popular UNC, UNF, metric, machine, and NPT sizes to achieve precision threading requirements for both internal and external threads. It includes both bottoming and plug taps , as well as the corresponding dies of the same size.
HSS plug taps feature a notable taper at the end, designed for a gradual entry into thread cutting, typically encompassing 3 to 5 tapered threads.
HSS bottoming taps have a slight taper at the end, to thread all the way to the bottom of a non-through or blind hole.
The HSS dies come in two diameter sizes and have a 2 to 3 thread chamfer for threading on one side, and no chamfer on the other.
These professional-grade tap & dies are made from M2 HSS steel that is tough, wear-resistant, and has high hardness properties. HSS (high-speed steel) has been heat treated to keep a sharp edge longer than other carbon steels.
For safekeeping and organization, this combination HSS tap & die set comes in a convenient carrying case.
Made in an ISO 9001 factory
INCLUDES:
(35) Bottoming taps
(35) Plug taps
(22) 1" OD dies
(13) 1-1/2" OD dies
(1) 1/8"–1/2" (M3-M12) adjustable tap wrench
(1) 3/16"–3/4" (M5-M20) adjustable tap wrench
(1) 1" OD die stock
(1) 1-1/2" OD die stock
(1) T-handle tap wrench
Metal carrying case
SIZES:
Standard UNC and UNF: 4-40, 6-32, 8-32, 10-24, 10-32, 12-24, 1/4-20, 1/4-28, 1/4-24, 1/4-32, 5/16-18, 5/16-24, 3/8-16, 3/8-24, 7/16-14, 7/16-20, 1/2-13, 1/2-20, 9/16-12, 9/16-18, 5/8-11, 5/8-18, 3/4-10, 3/4-16
Metric: 6 x 1.0, 8 x 1.25, 10 x 1.0, 10 x 1.5, 11 x 1.5, 12 x 1.25, 12 x 1.75, 14 x 1.25, 18 x 1.5
Pipe: NPT 1/8-27, NPT 1/4-18
View More Details
Qty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Add to Cart
Overview
T34071 110-Piece Inch/Metric Combo M2 HSS Tap & Die Set
The Grizzly Precision line of professional-grade metalworking tools is proud to offer comprehensive tap & die sets.
Metalworking tooling is normally more expensive than woodworking due to being manufactured to tighter tolerances to achieve higher precision tool life.
Cut new or repaired damaged threads with the exceptional quality of the T34071 Inch/Metric Combo set.
This 110-piece tap and die set includes popular UNC, UNF, metric, machine, and NPT sizes to achieve precision threading requirements for both internal and external threads. It includes both bottoming and plug taps , as well as the corresponding dies of the same size.
HSS plug taps feature a notable taper at the end, designed for a gradual entry into thread cutting, typically encompassing 3 to 5 tapered threads.
HSS bottoming taps have a slight taper at the end, to thread all the way to the bottom of a non-through or blind hole.
The HSS dies come in two diameter sizes and have a 2 to 3 thread chamfer for threading on one side, and no chamfer on the other.
These professional-grade tap & dies are made from M2 HSS steel that is tough, wear-resistant, and has high hardness properties. HSS (high-speed steel) has been heat treated to keep a sharp edge longer than other carbon steels.
For safekeeping and organization, this combination HSS tap & die set comes in a convenient carrying case.
Made in an ISO 9001 factory
INCLUDES:
(35) Bottoming taps
(35) Plug taps
(22) 1" OD dies
(13) 1-1/2" OD dies
(1) 1/8"–1/2" (M3-M12) adjustable tap wrench
(1) 3/16"–3/4" (M5-M20) adjustable tap wrench
(1) 1" OD die stock
(1) 1-1/2" OD die stock
(1) T-handle tap wrench
Metal carrying case
SIZES:
Standard UNC and UNF: 4-40, 6-32, 8-32, 10-24, 10-32, 12-24, 1/4-20, 1/4-28, 1/4-24, 1/4-32, 5/16-18, 5/16-24, 3/8-16, 3/8-24, 7/16-14, 7/16-20, 1/2-13, 1/2-20, 9/16-12, 9/16-18, 5/8-11, 5/8-18, 3/4-10, 3/4-16
Metric: 6 x 1.0, 8 x 1.25, 10 x 1.0, 10 x 1.5, 11 x 1.5, 12 x 1.25, 12 x 1.75, 14 x 1.25, 18 x 1.5
Pipe: NPT 1/8-27, NPT 1/4-18
Your delivery location helps us give you the most up to date product and delivery infromation.
Choose from your account
OR
Country
United States
Canada
Zip Code
We only take online orders from customers in the US and Canada. If you're outside of these regions,
please contact Customer Service at 1-800-523-4777 or email us .