SucceBuy Dividing Head Precision Semi Universal BS-0 5" / 4" 3-Jaw Indexing Head Tailstock & Chuck for Drilling Milling Grinding

/* ============================================================ AMOCART.COM — Product Page Styles Brand colour: #E92C44 ============================================================ */ :root { --ac-brand: #E92C44; --ac-brand-dark: #c01e33; --ac-brand-light: #fdedef; --ac-text: #1a1a1a; --ac-text-muted: #6b7280; --ac-border: #e5e7eb; --ac-bg: #ffffff; --ac-bg-soft: #f9fafb; --ac-success: #16a34a; --ac-warning: #d97706; --ac-radius: 8px; --ac-radius-lg: 12px; --ac-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05); --ac-transition: 0.18s ease; } /* ── BREADCRUMB ── */ .amocart-breadcrumb { background: var(--ac-bg-soft); border-bottom: 1px solid var(--ac-border); padding: 10px 0; font-size: 13px; } .amocart-breadcrumb__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; } .amocart-breadcrumb__item { display: flex; align-items: center; gap: 4px; color: var(--ac-text-muted); } .amocart-breadcrumb__item::before { content: '/'; color: #d1d5db; } .amocart-breadcrumb__item:first-child::before { display: none; } .amocart-breadcrumb__link { color: var(--ac-text-muted); text-decoration: none; transition: color var(--ac-transition); } .amocart-breadcrumb__link:hover { color: var(--ac-brand); } .amocart-breadcrumb__item--active { color: var(--ac-text); font-weight: 500; } /* ── MAIN PRODUCT LAYOUT ── */ .amocart-product-page { padding: 28px 0 40px; } .amocart-product-page__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; } @media (min-width: 1280px) { .amocart-product-page__grid { grid-template-columns: 7fr 5fr; gap: 48px; } } @media (max-width: 991px) { .amocart-product-page__grid { grid-template-columns: 1fr; gap: 24px; } } /* ── STICKY INFO COL ── */ .amocart-product-page__info-col--sticky { position: sticky; top: 80px; } @media (max-width: 991px) { .amocart-product-page__info-col--sticky { position: static; } } /* ── PROOF STRIP (below gallery) ── */ .amocart-proof-strip { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; padding: 12px 14px; background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius); } .amocart-proof-strip__item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ac-text-muted); } /* ── PRODUCT TYPE ── */ .amocart-product-type__link { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--ac-brand); text-decoration: none; border: 1px solid var(--ac-brand); border-radius: 100px; padding: 2px 10px; } .amocart-product-type__link:hover { background: var(--ac-brand-light); } /* ── TITLE BLOCK ── */ .amocart-product-title { font-size: clamp(20px, 3vw, 26px); font-weight: 700; line-height: 1.3; color: var(--ac-text); margin: 0 0 10px; } .amocart-rating-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; margin-bottom: 4px; } .amocart-stars { display: flex; align-items: center; gap: 1px; } .amocart-star { fill: #fbbf24; } .amocart-star--empty { fill: #d1d5db; } .amocart-rating-link { color: var(--ac-text-muted); text-decoration: underline; } .amocart-rating-link:hover { color: var(--ac-brand); } .amocart-rating-sep { color: var(--ac-border); } .amocart-vendor { color: var(--ac-text-muted); } .amocart-vendor__link { color: var(--ac-brand); text-decoration: none; } .amocart-vendor__link:hover { text-decoration: underline; } /* ── PRICE BLOCK ── */ .amocart-price-block { background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); padding: 16px 18px; } .amocart-price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 6px; } .amocart-price { font-size: 28px; font-weight: 700; color: var(--ac-brand); line-height: 1; } .amocart-price--compare { font-size: 17px; color: var(--ac-text-muted); text-decoration: line-through; } .amocart-savings-badge { font-size: 12px; font-weight: 700; background: var(--ac-brand); color: #fff; padding: 2px 8px; border-radius: 100px; } .amocart-price-tax { font-size: 12px; color: var(--ac-text-muted); margin: 0 0 10px; } .amocart-price-tax a { color: var(--ac-brand); } /* Stock indicator */ .amocart-stock { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; } .amocart-stock__dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; } .amocart-stock__dot--in { background: var(--ac-success); } .amocart-stock__dot--low { background: var(--ac-warning); } .amocart-stock__dot--out { background: #ef4444; } .amocart-stock__text--in { color: var(--ac-success); } .amocart-stock__text--low { color: var(--ac-warning); } .amocart-stock__text--out { color: #ef4444; } /* ── VARIANTS ── */ .amocart-variants { margin-bottom: 16px; } .amocart-option { margin-bottom: 14px; } .amocart-option__label-row { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; } .amocart-option__label { font-size: 13px; font-weight: 600; color: var(--ac-text); } .amocart-option__selected { font-size: 13px; color: var(--ac-text-muted); } /* Swatches */ .amocart-swatch-list { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-swatch { position: relative; cursor: pointer; border-radius: 50%; } .amocart-swatch__input { position: absolute; opacity: 0; width: 0; height: 0; } .amocart-swatch__color { display: block; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--ac-border); background-size: cover; background-position: center; transition: border-color var(--ac-transition), transform var(--ac-transition); } .amocart-swatch:hover .amocart-swatch__color { transform: scale(1.1); border-color: var(--ac-text-muted); } .amocart-swatch--active .amocart-swatch__color { border: 3px solid var(--ac-brand); } .amocart-swatch__tooltip { position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: var(--ac-text); color: #fff; font-size: 11px; padding: 3px 7px; border-radius: 4px; white-space: nowrap; pointer-events: none; opacity: 0; transition: opacity var(--ac-transition); } .amocart-swatch:hover .amocart-swatch__tooltip { opacity: 1; } /* Button options */ .amocart-btn-option-list { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-btn-option { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 38px; padding: 0 14px; border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); font-size: 13px; cursor: pointer; transition: border-color var(--ac-transition), background var(--ac-transition), color var(--ac-transition); user-select: none; color: var(--ac-text); background: var(--ac-bg); } .amocart-btn-option__input { display: none; } .amocart-btn-option:hover { border-color: var(--ac-brand); color: var(--ac-brand); } .amocart-btn-option--active { border-color: var(--ac-brand); background: var(--ac-brand-light); color: var(--ac-brand); font-weight: 600; } /* Select */ .amocart-select-wrap { position: relative; display: inline-block; } .amocart-select { appearance: none; -webkit-appearance: none; background: var(--ac-bg); border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); padding: 9px 36px 9px 12px; font-size: 14px; color: var(--ac-text); cursor: pointer; min-width: 140px; transition: border-color var(--ac-transition); } .amocart-select:focus { outline: none; border-color: var(--ac-brand); } .amocart-select-caret { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--ac-text-muted); } /* ── QUANTITY STEPPER ── */ .amocart-qty-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; } .amocart-qty__label { font-size: 13px; font-weight: 600; white-space: nowrap; } .amocart-qty-stepper { display: inline-flex; align-items: stretch; border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-qty-stepper__btn { background: var(--ac-bg-soft); border: none; width: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ac-text); transition: background var(--ac-transition); } .amocart-qty-stepper__btn:hover { background: var(--ac-border); } .amocart-qty-stepper__input { width: 50px; text-align: center; border: none; border-left: 1px solid var(--ac-border); border-right: 1px solid var(--ac-border); font-size: 15px; font-weight: 600; color: var(--ac-text); -moz-appearance: textfield; } .amocart-qty-stepper__input::-webkit-inner-spin-button, .amocart-qty-stepper__input::-webkit-outer-spin-button { -webkit-appearance: none; } .amocart-qty-stepper__input:focus { outline: none; } /* ── CTA BUTTONS ── */ .amocart-cta-group { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; } .amocart-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: var(--ac-radius); font-size: 15px; font-weight: 700; cursor: pointer; border: none; transition: background var(--ac-transition), transform var(--ac-transition), box-shadow var(--ac-transition); text-decoration: none; width: 100%; letter-spacing: .01em; } .amocart-btn--primary { background: var(--ac-brand); color: #fff; } .amocart-btn--primary:hover { background: var(--ac-brand-dark); box-shadow: 0 4px 14px rgba(233,44,68,.35); transform: translateY(-1px); } .amocart-btn--primary:active { transform: translateY(0); box-shadow: none; } .amocart-btn--primary:disabled { background: #d1d5db; color: #9ca3af; cursor: not-allowed; box-shadow: none; transform: none; } /* Dynamic checkout button override */ .amocart-cta-group .shopify-payment-button { width: 100%; } .amocart-cta-group .shopify-payment-button__button { width: 100%; border-radius: var(--ac-radius) !important; } /* ── SECONDARY ACTIONS ── */ .amocart-secondary-actions { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding: 6px 0; border-top: 1px solid var(--ac-border); } .amocart-secondary-action { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--ac-text-muted); background: none; border: none; cursor: pointer; padding: 0; transition: color var(--ac-transition); } .amocart-secondary-action:hover { color: var(--ac-brand); } .amocart-secondary-action-sep { color: var(--ac-border); } /* ── TRUST BADGES ── */ .amocart-trust-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 6px; padding: 14px; background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); } .amocart-trust-badge { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; } .amocart-trust-badge svg { flex-shrink: 0; margin-top: 1px; } .amocart-trust-badge strong { display: block; font-size: 13px; font-weight: 600; color: var(--ac-text); margin-bottom: 1px; } .amocart-trust-badge span { color: var(--ac-text-muted); line-height: 1.4; } @media (max-width: 479px) { .amocart-trust-badges { grid-template-columns: 1fr; } } /* ── DESCRIPTION ── */ .amocart-description { border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); overflow: hidden; } .amocart-description__heading { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ac-text); margin: 0; padding: 14px 18px; background: var(--ac-bg-soft); border-bottom: 1px solid var(--ac-border); } .amocart-description__body { padding: 16px 18px; font-size: 14px; line-height: 1.7; color: #374151; } /* ── COLLAPSIBLE TABS ── */ .amocart-collapsible { border: 1px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-collapsible + .amocart-collapsible { border-top: none; } .amocart-collapsible__trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: var(--ac-bg-soft); border: none; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--ac-text); text-align: left; transition: background var(--ac-transition); } .amocart-collapsible__trigger:hover { background: #f0f0f0; } .amocart-collapsible__icon { flex-shrink: 0; transition: transform 0.2s ease; } .amocart-collapsible__panel { border-top: 1px solid var(--ac-border); } .amocart-collapsible__content { padding: 16px 18px; font-size: 14px; line-height: 1.7; color: #374151; } /* ── PRODUCT ORGANISATION / TAGS ── */ .amocart-org-block { font-size: 13px; border: 1px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-org-row { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border-bottom: 1px solid var(--ac-border); } .amocart-org-row:last-child { border-bottom: none; } .amocart-org-row--wrap { align-items: flex-start; flex-wrap: wrap; } .amocart-org-label { font-weight: 600; color: var(--ac-text-muted); white-space: nowrap; min-width: 80px; } .amocart-org-value { color: var(--ac-text); } .amocart-org-value--link { color: var(--ac-brand); text-decoration: none; } .amocart-org-value--link:hover { text-decoration: underline; } .amocart-org-tags { display: flex; flex-wrap: wrap; gap: 6px; } .amocart-tag-pill { font-size: 11px; font-weight: 500; padding: 3px 10px; border: 1px solid var(--ac-border); border-radius: 100px; color: var(--ac-text-muted); text-decoration: none; background: var(--ac-bg); transition: border-color var(--ac-transition), color var(--ac-transition); } .amocart-tag-pill:hover { border-color: var(--ac-brand); color: var(--ac-brand); } /* ── COUNTDOWN ── */ .amocart-countdown { background: var(--ac-brand-light); border: 1px solid #fca5b3; border-radius: var(--ac-radius); padding: 14px 16px; } .amocart-countdown__label { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ac-brand-dark); margin: 0 0 10px; } .amocart-countdown__timer { display: flex; align-items: center; gap: 8px; } .amocart-countdown__unit { display: flex; flex-direction: column; align-items: center; background: var(--ac-brand); color: #fff; border-radius: var(--ac-radius); min-width: 52px; padding: 8px 12px 6px; } .amocart-countdown__num { font-size: 22px; font-weight: 800; line-height: 1; } .amocart-countdown__name { font-size: 10px; text-transform: uppercase; letter-spacing: .05em; margin-top: 2px; } .amocart-countdown__sep { font-size: 22px; font-weight: 700; color: var(--ac-brand); } /* ── SHARE ── */ .amocart-share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13px; } .amocart-share__label { font-weight: 600; color: var(--ac-text); } .amocart-share__buttons { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-share__btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 100px; font-size: 12px; font-weight: 600; text-decoration: none; cursor: pointer; border: 1.5px solid var(--ac-border); background: var(--ac-bg); color: var(--ac-text-muted); transition: all var(--ac-transition); } .amocart-share__btn:hover { border-color: var(--ac-brand); color: var(--ac-brand); } .amocart-share__btn--fb:hover { background: #1877f2; border-color: #1877f2; color: #fff; } .amocart-share__btn--tw:hover { background: #000; border-color: #000; color: #fff; } .amocart-share__btn--wa:hover { background: #25d366; border-color: #25d366; color: #fff; } /* ── REVIEW PLACEHOLDER ── */ .amocart-review-placeholder { border: 1px dashed var(--ac-border); border-radius: var(--ac-radius); padding: 14px 16px; } .amocart-review-placeholder__inner { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ac-text-muted); } /* ── DIVIDER ── */ .amocart-divider { width: 100%; } /* ── DELIVERY STRIP ── */ .amocart-delivery-strip { background: var(--ac-bg-soft); border-top: 1px solid var(--ac-border); border-bottom: 1px solid var(--ac-border); padding: 24px 0; margin-top: 8px; } .amocart-delivery-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } @media (max-width: 767px) { .amocart-delivery-strip__grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 479px) { .amocart-delivery-strip__grid { grid-template-columns: 1fr; } } .amocart-delivery-strip__item { display: flex; align-items: flex-start; gap: 12px; } .amocart-delivery-strip__item svg { flex-shrink: 0; margin-top: 2px; } .amocart-delivery-strip__item strong { display: block; font-size: 14px; font-weight: 700; color: var(--ac-text); margin-bottom: 2px; } .amocart-delivery-strip__item span { font-size: 12px; color: var(--ac-text-muted); } /* ── STICKY ADD-TO-CART BAR ── */ .amocart-sticky-atc { position: fixed; top: 0; left: 0; right: 0; z-index: 9000; background: #fff; border-bottom: 2px solid var(--ac-brand); box-shadow: 0 2px 16px rgba(0,0,0,.12); transform: translateY(-100%); transition: transform 0.25s ease; will-change: transform; } .amocart-sticky-atc--visible { transform: translateY(0); } .amocart-sticky-atc__inner { display: flex; align-items: center; gap: 16px; padding-top: 10px; padding-bottom: 10px; flex-wrap: wrap; } .amocart-sticky-atc__title { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; } .amocart-sticky-atc__product-title { font-size: 14px; font-weight: 600; color: var(--ac-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .amocart-sticky-atc__badge { font-size: 10px; font-weight: 700; background: var(--ac-brand); color: #fff; padding: 2px 7px; border-radius: 100px; flex-shrink: 0; } .amocart-sticky-atc__price-wrap { display: flex; align-items: baseline; gap: 8px; flex-shrink: 0; } .amocart-sticky-atc__price { font-size: 18px; font-weight: 800; color: var(--ac-brand); } .amocart-sticky-atc__compare { font-size: 13px; color: var(--ac-text-muted); text-decoration: line-through; } .amocart-sticky-atc__btn { background: var(--ac-brand); color: #fff; border: none; border-radius: var(--ac-radius); padding: 10px 22px; font-size: 14px; font-weight: 700; cursor: pointer; flex-shrink: 0; transition: background var(--ac-transition); } .amocart-sticky-atc__btn:hover { background: var(--ac-brand-dark); } .amocart-sticky-atc__btn:disabled { background: #d1d5db; cursor: not-allowed; } /* ── UTILITY margin helpers (Bootstrap compatible) ── */ .mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 4px !important; } .mb-2 { margin-bottom: 8px !important; } .mb-3 { margin-bottom: 16px !important; } .mb-4 { margin-bottom: 24px !important; } .mb-5 { margin-bottom: 48px !important; } /* ── RTE (rich text) typography ── */ .rte h1, .rte h2, .rte h3, .rte h4 { font-weight: 700; margin-bottom: .5em; } .rte p { margin-bottom: .75em; } .rte ul, .rte ol { padding-left: 1.25em; margin-bottom: .75em; } .rte a { color: var(--ac-brand); } /* ── ACCESSIBILITY ── */ :focus-visible { outline: 2px solid var(--ac-brand); outline-offset: 2px; } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } } /* ── RESPONSIVE tweaks ── */ @media (max-width: 575px) { .amocart-product-page { padding: 16px 0 28px; } .amocart-price { font-size: 22px; } .amocart-product-title { font-size: 19px; } .amocart-sticky-atc__title { display: none; } .amocart-countdown__unit { min-width: 44px; } .amocart-countdown__num { font-size: 18px; } }

SPECIFICATIONS

Brand Name: succebuy

Center Height: 3-15/16" (10 cm),4"/100mm

Certification: CE

Chuck Diameter: 4"/100mm

Headstock Dimensions: 9.5" x 7.5" x 4.92" ( 24 x 19 x 12.5 cm)

Headstock Taper: MT2

High-concerned chemical: None

Material: HT200

Net Weight: 50.7 lbs (23 kg)

Number of Jaws: 3

Origin: Mainland China

Power: Manual

Power Source: Manual

Reduction Ratio: 1:40

Swing: 4.92" (12.5 cm)

Tailstock: MT2

Tailstock Dimensions: 3.5" x 6" x 4" (9 x 15 x 10 cm)

Type A: With 5'' 3 Jaw Chuck

Type B: With 4'' 3 Jaw Chuck


Product Description
4'' or 5'' Dividing Head for Milling Machine
Semi-Universal Dividing Head is a simple Index Center and can be used for direct and indirect dividing. Complete the gear, face, flute processing and no need accessories, the same construction as universal type. With rotary indexer, the 24 quick-dividing holes can complete 2,3,4,6,8,12,24 division indexding.
  • Adjustable Angle

  • Solid Construction

  • Clear & Accurate

  • MT2 Tailstock Adjustable

  • Rich Dividing Head Set

Tough Equipment & Tools, Pay Less
SucceBuy is a leading brand that specializes in equipment and tools. Along with thousands of motivated employees, SucceBuy is dedicated to providing our customers with tough equipment & tools at incredibly low prices. Today, SucceBuy's products are sold in more than 200 countries and regions with 10 million plus members worldwide.
Why Choose SucceBuy?
  • Premium Tough Quality

  • Incredibly Low Prices

  • Fast & Secure Delivery

  • 30-Day Free Returns

  • 24/7 Attentive Service

Key Features
Adjustable Angle
You can adjust the different angle(0-90 degrees)as you need with the handle, Vertical & horizontal milling machine with headstock chuck for a lathe. Center Height: 4"/100mm.
Ruggedly Constructed
Ruggedly constructed hardened and ground worm gear. Designed for long service time. Reduction Ratio: 1:40.
High Precision
Designed with a rotary table and indexing chuck, two dials with precise scales help you to adjust the angle more accurate.
Quality Tailstock
MT2 tailstockBall bearing precision, smooth turning. One more dead center for free.
Multiple Accessories
3 dividing plates for different sizes with easy indexing of divisions from 2 to 50 and most numbers up to 380. And a set of operation tool provides extra help.
Wide Application
Ideal choice for various uses in milling, grinding and drilling work.
With 4In 3-Jaw Chuck Specifications
  • Chuck Diameter: 4"/100mm

  • Center Height: 4"/100mm

  • Material: HT200

  • Reduction Ratio: 1:40

  • Tailstock: MT2

Package Content
  • 1 x Dividing Head

  • 1 x Tailstock

  • Some Related Accessories

With 5In 3-Jaw Chuck Specifications
  • Swing: 4.92" (12.5 cm)

  • Center Height: 3-15/16" (10 cm)

  • Headstock Taper: MT2

  • Net Weight: 50.7 lbs (23 kg)

  • Headstock Dimensions: 9.5" x 7.5" x4.92" ( 24 x 19 x 12.5 cm)

  • Tailstock Dimensions: 3.5" x 6" x 4" (9 x 15 x 10 cm)

Package Content
  • 1 x Dividing Head

  • 3 x Dividing Plates

  • 1 x Tailstock

  • 1 x 125 mm 3-Jaw Chuck

Features & Details
  • ——With 4In 3-Jaw Chuck

  • 【ADJUSTABLE DIVIDING HEAD】- The semi-universal dividing head features 4" 3-jaw chuck, Spindle Hole Diameter: 18mm. The headstock is adjustable from the horizontal position to 90 degrees upward. Center Height: 4"/100mm. Free 3 more jaws for 4" chuck.

  • 【SOLID CONSTRUCTION】- Made from HT200 to be a long life. The rigid frame provides high accuracy with little backlash for a smooth rotation. Reduction Ratio: 1:40.

  • 【CLEAR & ACCURATE】- Laser engraving scales. The quick-dividing holes can complete 2, 3, 4, 6, 8, 12, 24 division indexing. One circle for 360 degrees, one scale stands for 1 degree.

  • 【MT2 TAILSTOCK ADJUSTABLE】- Huge live center for heavy-duty workpieces. Ball-bearing precision; turns smoothly. Tailstock: MT3. One free dead center.

  • 【RICH DIVIDING HEAD SET】- 3 dividing head index plates are attached along with the dividing head for indirect dividing in any division indexing 2-50, 51-380 except prime numbers and certain other numbers.

  • ——With 5In 3-Jaw Chuck:

  • Solid Cast Iron Construction: Swing:4.92"/125 mm. The dividing head features a rigid mirror finish that is wear-resistant, a good choice for long-term use. Its delicate parts work perfectly, mathematically dividing the materials to be cut.

  • Easy of Adjustment: The headstock of the dividing head for the milling machine can tilt from 10 degrees below horizontal to 90 degrees vertical so that you can handle the stuff of different sizes by changing its angle.

  • High Precision Indexing Plate: The universal dividing head comes with a direct indexing plate and an interchangeable one on the head, and two replacement interchangeable ones with different numbers of holes. It's the dividing plates that set the precise distance between cuttings.

  • Strong Workpiece Support: The coming package also includes a tailstock that will give strong support to the long metal stick you are going to deal with, providing a more stable working condition.

  • Versatile Application: The rotary indexer is used on the tables of milling machines and other machine tools, including drill presses, grinders, and boring machines.



Rückgaberecht

Sie können die meisten neuen, ungeöffneten Artikel innerhalb von 30 Tagen nach Lieferung für eine vollständige Rückerstattung zurückgeben. Wir übernehmen auch die Rücksendekosten, wenn die Rücksendung auf unseren Fehler zurückzuführen ist (Sie haben einen falschen oder defekten Artikel erhalten usw.).

Sie sollten damit rechnen, Ihre Rückerstattung innerhalb von vier Wochen nach Übergabe Ihres Pakets an den Rücksendeversender zu erhalten; in vielen Fällen erhalten Sie die Rückerstattung jedoch schneller. Dieser Zeitraum umfasst die Transitzeit, bis wir Ihre Rücksendung vom Spediteur erhalten (5 bis 10 Werktage), die Zeit, die wir für die Bearbeitung Ihrer Rücksendung benötigen, sobald wir sie erhalten haben (3 bis 5 Werktage), und die Zeit, die Ihre Bank für die Bearbeitung unserer Rückerstattungsanfrage benötigt (5 bis 10 Werktage).

Wenn Sie einen Artikel zurücksenden möchten, melden Sie sich einfach in Ihrem Konto an, sehen Sie die Bestellung über den Link "Abgeschlossene Bestellungen" im Menü "Mein Konto" ein und klicken Sie auf die Schaltfläche "Artikel zurücksenden". Wir werden Sie per E-Mail über Ihre Rückerstattung informieren, sobald wir den zurückgesandten Artikel erhalten und bearbeitet haben.

Versand

Wir können an praktisch jede Adresse weltweit versenden. Beachten Sie, dass es für einige Produkte Einschränkungen gibt und einige Produkte nicht an internationale Ziele versendet werden können.

Wenn Sie eine Bestellung aufgeben, schätzen wir die Versand- und Liefertermine für Sie basierend auf der Verfügbarkeit Ihrer Artikel und den von Ihnen gewählten Versandoptionen. Abhängig vom gewählten Versanddienstleister können die Schätzungen des Versanddatums auf der Seite mit den Versandkosten erscheinen.

Bitte beachten Sie auch, dass die Versandkosten für viele der von uns verkauften Artikel gewichtsabhängig sind. Das Gewicht solcher Artikel finden Sie auf der Detailseite. Um die Richtlinien der von uns verwendeten Versandunternehmen widerzuspiegeln, werden alle Gewichte auf das nächste volle Pfund aufgerundet.