
The Kalamazoo K10B gives busy machine shops the fast, reliable cutting power they need to keep production moving every single day. This American-made dry cut saw runs a 3 HP motor at 3,450 RPM, so it slices through 1.5″ solid steel and 2.5″ pipe in seconds. As a result, the saw handles tough materials without slowing your workflow. When you need to cut stock fast, the K10B delivers every time.
CNC machine shops, in particular, count on the K10B for quick material prep before parts move to machining. Similarly, prototyping companies trust this saw when they need to cut one-off parts fast without wasting time. In addition, shops that handle rubber molding projects rely on the K10B because it cleanly cuts the steel inserts and frames their molds demand. Overall, this versatile saw meets the cutting needs of multiple industries.
First, the heavy-duty cast iron base absorbs vibration and holds the machine steady during even tough cuts. Next, the cam lock vise clamps your material tight and delivers accurate results every time you pull the handle down. Finally, teams focused on custom metal fabrication fit the K10B’s compact design into tight shop spaces without giving up cutting performance. Plus, replacement parts ship fast from Kalamazoo Industries, so downtime stays short.
Ready to boost your shop’s cutting speed? Call Kalamazoo Industries today at 800-592-2050 or request a quote online.
Kalamazooind K10B 10 INCH INDUSTRIAL CHOP SAW K10B
- /* Kalamazoo specs table — responsive (desktop table + mobile “spec cards”) */ /* Wrapper: safe fallback so wide content never breaks layout */ .kalamazoo-table-wrap{ overflow-x:auto; -webkit-overflow-scrolling:touch; } /* Base table */ .kalamazoo-table{ width:100%; border-collapse:collapse; font-family:Arial, sans-serif; table-layout:auto; /* avoids forced awkward wrapping */ line-height:1.35; } .kalamazoo-table th{ background-color:#b00000; /* Kalamazoo red */ color:#fff; font-weight:700; padding:12px 16px; text-align:left; border:1px solid rgba(0,0,0,.25); } .kalamazoo-table td{ border:1px solid rgba(0,0,0,.25); padding:12px 16px; vertical-align:top; word-break:normal; overflow-wrap:anywhere; /* helps long strings without destroying layout */ } /* First column (Feature) */ .kalamazoo-table td:first-child{ font-weight:700; width:38%; /* improved desktop scanability (try 34–40%) */ vertical-align:top; } /* List spacing */ .kalamazoo-table td ul{ margin:0; padding-left:18px; } .kalamazoo-table td ul li{ margin:0 0 6px 0; } /* Zebra striping + hover for scanability */ .kalamazoo-table tbody tr:nth-child(even){ background:rgba(0,0,0,.03); } .kalamazoo-table tbody tr:hover{ background:rgba(0,0,0,.06); } /* OPTIONAL: Sticky header for long tables (uncomment if desired) @media (min-width: 768px){ .kalamazoo-table th{ position:sticky; top:0; z-index:2; } } */ /* Tablet tuning (prevents “squish” in the 641–1024px zone) */ @media (min-width:641px) and (max-width:1024px){ .kalamazoo-table th, .kalamazoo-table td{ padding:10px 12px; } .kalamazoo-table{ line-height:1.4; } } /* Mobile: stack rows into “spec cards” */ @media (max-width:640px){ .kalamazoo-table thead{ display:none; } .kalamazoo-table, .kalamazoo-table tbody, .kalamazoo-table tr, .kalamazoo-table td{ display:block; width:100%; } .kalamazoo-table tr{ background:#fff; border:1px solid rgba(0,0,0,.14); /* lighter border on phones */ border-radius:12px; margin:0 0 12px 0; overflow:hidden; } .kalamazoo-table td{ border:none; padding:12px 14px; } /* “Feature” (card header) */ .kalamazoo-table td:first-child{ width:auto; font-weight:800; padding:14px 14px 8px 14px; border-bottom:1px solid rgba(0,0,0,.10); background:rgba(176,0,0,.06); } /* “Details” area */ .kalamazoo-table td:last-child{ padding:10px 14px 14px 14px; } /* Add a small label so users don’t miss context with thead hidden */ .kalamazoo-table td:last-child::before{ content:”Details”; display:block; font-size:12px; letter-spacing:.02em; opacity:.7; margin-bottom:6px; } /* Slightly larger bullet spacing for touch readability */ .kalamazoo-table td ul li{ margin:0 0 8px 0; } }--> Theme Options > Custom CSS 2. Copy all CSS between tags and paste there 3. Go to the page you want to edit with Avada Live Builder 4. Add a “Code Block” element where you want the toggles 5. Copy the HTML (div.s4s-toggle-container and contents) into the Code Block 6. Go to Avada > Theme Options > Space Before 7. Copy all JavaScript between tags and paste there 8. Save and preview your page ================================================================================ –> /* Container Styles */ .s4s-toggle-container { width: 100% !important; max-width: 100% !important; margin: 0 auto 20px auto !important; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, “Helvetica Neue”, sans-serif !important; box-sizing: border-box !important; } .s4s-toggle-container *, .s4s-toggle-container *::before, .s4s-toggle-container *::after { box-sizing: border-box !important; } /* Toggle Item */ .s4s-toggle-item { margin-bottom: 15px !important; border: none !important; overflow: hidden !important; } .s4s-toggle-item:last-child { margin-bottom: 0 !important; } /* Header Styles */ .s4s-toggle-header { display: flex !important; justify-content: space-between !important; align-items: center !important; background-color: #b00000 !important; padding: 12px 15px !important; cursor: pointer !important; transition: background-color 0.3s ease !important; border: none !important; width: 100% !important; text-align: left !important; outline: none !important; } .s4s-toggle-header:hover, .s4s-toggle-header:focus { background-color: #990000 !important; } .s4s-toggle-header:focus { box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5) !important; } .s4s-toggle-title { color: #ffffff !important; font-size: 16px !important; font-weight: 700 !important; margin: 0 !important; padding: 0 !important; line-height: 1.4 !important; flex: 1 !important; text-transform: none !important; letter-spacing: normal !important; } /* Toggle Button */ .s4s-toggle-btn { width: 28px !important; height: 28px !important; min-width: 28px !important; background-color: #ffffff !important; border: none !important; display: flex !important; justify-content: center !important; align-items: center !important; margin-left: 15px !important; flex-shrink: 0 !important; } .s4s-toggle-icon { color: #b00000 !important; font-size: 20px !important; font-weight: 700 !important; line-height: 1 !important; display: block !important; } /* Content Area */ .s4s-toggle-content { display: none !important; background-color: #ffffff !important; border: 1px solid #e0e0e0 !important; border-top: none !important; padding: 20px !important; animation: s4sFadeIn 0.3s ease !important; } .s4s-toggle-content.s4s-active { display: block !important; } @keyframes s4sFadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } /* Content Typography */ .s4s-toggle-content p { color: #333333 !important; font-size: 15px !important; line-height: 1.7 !important; margin: 0 0 20px 0 !important; padding: 0 !important; } .s4s-toggle-content h4 { color: #333333 !important; font-size: 17px !important; font-weight: 700 !important; margin: 0 0 15px 0 !important; padding: 0 !important; line-height: 1.4 !important; } /* Checklist Styles – Two Column Layout */ .s4s-checklist { list-style: none !important; margin: 0 0 20px 0 !important; padding: 0 !important; } .s4s-checklist:last-child { margin-bottom: 0 !important; } .s4s-checklist li { display: flex !important; align-items: flex-start !important; padding: 12px 15px !important; margin: 0 !important; color: #333333 !important; font-size: 15px !important; line-height: 1.6 !important; border: none !important; } .s4s-checklist li:nth-child(odd) { background-color: #ffffff !important; } .s4s-checklist li:nth-child(even) { background-color: #f7f7f7 !important; } /* Red Checkmark */ .s4s-checklist li::before { content: “✓” !important; color: #b00000 !important; font-weight: 700 !important; font-size: 16px !important; margin-right: 12px !important; flex-shrink: 0 !important; line-height: 1.6 !important; } /* Two-column layout for list items */ .s4s-checklist li strong { color: #333333 !important; font-weight: 700 !important; min-width: 200px !important; width: 200px !important; flex-shrink: 0 !important; padding-right: 15px !important; } .s4s-checklist li span { flex: 1 !important; color: #333333 !important; } /* CTA Text */ .s4s-cta-text { color: #333333 !important; font-size: 15px !important; font-weight: 600 !important; margin: 20px 0 0 0 !important; padding: 15px 0 0 0 !important; border-top: 1px solid #e0e0e0 !important; } /* Tablet Styles (641px – 1024px) */ @media screen and (min-width: 641px) and (max-width: 1024px) { .s4s-toggle-header { padding: 14px 18px !important; } .s4s-toggle-title { font-size: 15px !important; } .s4s-toggle-content { padding: 18px !important; } .s4s-toggle-content p { margin: 0 0 18px 0 !important; } .s4s-toggle-content h4 { margin: 0 0 12px 0 !important; } .s4s-checklist { margin: 0 0 18px 0 !important; } .s4s-checklist:last-child { margin-bottom: 0 !important; } .s4s-checklist li { padding: 10px 12px !important; font-size: 14px !important; } .s4s-checklist li strong { min-width: 180px !important; width: 180px !important; } .s4s-cta-text { margin: 18px 0 0 0 !important; padding: 12px 0 0 0 !important; } } /* Mobile Styles (max 640px) */ @media screen and (max-width: 640px) { .s4s-toggle-container { margin: 0 auto 15px auto !important; } .s4s-toggle-item { border-radius: 8px !important; overflow: hidden !important; box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important; margin-bottom: 12px !important; } .s4s-toggle-item:last-child { margin-bottom: 0 !important; } .s4s-toggle-header { padding: 12px 14px !important; border-radius: 8px 8px 0 0 !important; } .s4s-toggle-item:not(.s4s-expanded) .s4s-toggle-header { border-radius: 8px !important; } .s4s-toggle-title { font-size: 14px !important; } .s4s-toggle-btn { width: 26px !important; height: 26px !important; min-width: 26px !important; margin-left: 10px !important; } .s4s-toggle-icon { font-size: 18px !important; } .s4s-toggle-content { padding: 15px !important; border-radius: 0 0 8px 8px !important; } .s4s-toggle-content p { font-size: 14px !important; margin: 0 0 15px 0 !important; } .s4s-toggle-content h4 { font-size: 16px !important; margin: 0 0 12px 0 !important; } .s4s-checklist { margin: 0 0 15px 0 !important; } .s4s-checklist:last-child { margin-bottom: 0 !important; } .s4s-checklist li { padding: 10px 12px !important; font-size: 14px !important; flex-wrap: wrap !important; } .s4s-checklist li::before { font-size: 14px !important; margin-right: 10px !important; } .s4s-checklist li strong { min-width: calc(100% – 26px) !important; width: calc(100% – 26px) !important; margin-bottom: 4px !important; padding-right: 0 !important; } .s4s-checklist li span { width: 100% !important; padding-left: 26px !important; } .s4s-cta-text { margin: 15px 0 0 0 !important; padding: 12px 0 0 0 !important; } } /* Small Mobile Styles (max 380px) */ @media screen and (max-width: 380px) { .s4s-toggle-header { padding: 10px 12px !important; } .s4s-toggle-title { font-size: 13px !important; } .s4s-toggle-btn { width: 24px !important; height: 24px !important; min-width: 24px !important; margin-left: 8px !important; } .s4s-toggle-icon { font-size: 16px !important; } .s4s-toggle-content { padding: 12px !important; } .s4s-toggle-content p { font-size: 13px !important; line-height: 1.6 !important; margin: 0 0 12px 0 !important; } .s4s-toggle-content h4 { font-size: 15px !important; margin: 0 0 10px 0 !important; } .s4s-checklist { margin: 0 0 12px 0 !important; } .s4s-checklist:last-child { margin-bottom: 0 !important; } .s4s-checklist li { padding: 8px 10px !important; font-size: 13px !important; } .s4s-checklist li::before { font-size: 13px !important; margin-right: 8px !important; } .s4s-checklist li strong { min-width: calc(100% – 22px) !important; width: calc(100% – 22px) !important; } .s4s-checklist li span { padding-left: 22px !important; } .s4s-cta-text { font-size: 13px !important; margin: 12px 0 0 0 !important; padding: 10px 0 0 0 !important; } }
Feature Details Motor - 3HP 1PH 115V and or 230V
- 3HP 3PH 230V and or 460V
Cutting Capacity - Solids: 1.5″ (mild steel) and Pipe: 2.5″ (mild steel)
- Abrasive cutoff wheel size: 10″
- Note: Abrasive wheel not included.
Spindle - Spindle RPM: 3450
- Spindle arbor size: 5/8″
Construction & Design - Steel pull-down handle with plastic grip
- Adjustable up and down stops
- Sealed ball bearings
- Replaceable and repairable cam lock vise
- Adjustable work length stop
- Industrial cam lock vise with cast iron front jaw
- Adjustable rear cast iron fence
- Cast iron base and trunnion
- Cast aluminum saw arm
- Steel spark deflector
- V-belt driven with guard
- Steel and aluminum cutoff wheel guard
Machine Options - KAB10N 10″ non-reinforced abrasive cutoff wheels
- KAB10R 10″ reinforced abrasive cutoff wheels
- 12-O stand for K10B (only)
Dimensions and Weight - Shipping dimensions: 30″ L x 36″ W x 25″ H
- Shipping weight: 150 Lbs.
- Shipping weight and dimensions are subject to change.
Country of Origin - Made in the USA
Equipment Benefits +The Kalamazoo K10B dry cut…
Make clean cuts through steel, rebar, and pipe with a robust 10″ chop saw ready for production environments.
Call (269) 382-2050 or Request a Quote today.
Made in USA | Compact Footprint | Trusted in Machine & Fab Shops
- /* Kalamazoo specs table — responsive (desktop table + mobile “spec cards”) */ /* Wrapper: safe fallback so wide content never breaks layout */ .kalamazoo-table-wrap{ overflow-x:auto; -webkit-overflow-scrolling:touch; } /* Base table */ .kalamazoo-table{ width:100%; border-collapse:collapse; font-family:Arial, sans-serif; table-layout:auto; /* avoids forced awkward wrapping */ line-height:1.35; } .kalamazoo-table th{ background-color:#b00000; /* Kalamazoo red */ color:#fff; font-weight:700; padding:12px 16px; text-align:left; border:1px solid rgba(0,0,0,.25); } .kalamazoo-table td{ border:1px solid rgba(0,0,0,.25); padding:12px 16px; vertical-align:top; word-break:normal; overflow-wrap:anywhere; /* helps long strings without destroying layout */ } /* First column (Feature) */ .kalamazoo-table td:first-child{ font-weight:700; width:38%; /* improved desktop scanability (try 34–40%) */ vertical-align:top; } /* List spacing */ .kalamazoo-table td ul{ margin:0; padding-left:18px; } .kalamazoo-table td ul li{ margin:0 0 6px 0; } /* Zebra striping + hover for scanability */ .kalamazoo-table tbody tr:nth-child(even){ background:rgba(0,0,0,.03); } .kalamazoo-table tbody tr:hover{ background:rgba(0,0,0,.06); } /* OPTIONAL: Sticky header for long tables (uncomment if desired) @media (min-width: 768px){ .kalamazoo-table th{ position:sticky; top:0; z-index:2; } } */ /* Tablet tuning (prevents “squish” in the 641–1024px zone) */ @media (min-width:641px) and (max-width:1024px){ .kalamazoo-table th, .kalamazoo-table td{ padding:10px 12px; } .kalamazoo-table{ line-height:1.4; } } /* Mobile: stack rows into “spec cards” */ @media (max-width:640px){ .kalamazoo-table thead{ display:none; } .kalamazoo-table, .kalamazoo-table tbody, .kalamazoo-table tr, .kalamazoo-table td{ display:block; width:100%; } .kalamazoo-table tr{ background:#fff; border:1px solid rgba(0,0,0,.14); /* lighter border on phones */ border-radius:12px; margin:0 0 12px 0; overflow:hidden; } .kalamazoo-table td{ border:none; padding:12px 14px; } /* “Feature” (card header) */ .kalamazoo-table td:first-child{ width:auto; font-weight:800; padding:14px 14px 8px 14px; border-bottom:1px solid rgba(0,0,0,.10); background:rgba(176,0,0,.06); } /* “Details” area */ .kalamazoo-table td:last-child{ padding:10px 14px 14px 14px; } /* Add a small label so users don’t miss context with thead hidden */ .kalamazoo-table td:last-child::before{ content:”Details”; display:block; font-size:12px; letter-spacing:.02em; opacity:.7; margin-bottom:6px; } /* Slightly larger bullet spacing for touch readability */ .kalamazoo-table td ul li{ margin:0 0 8px 0; } }--> Theme Options > Custom CSS 2. Copy all CSS between tags and paste there 3. Go to the page you want to edit with Avada Live Builder 4. Add a “Code Block” element where you want the toggles 5. Copy the HTML (div.s4s-toggle-container and contents) into the Code Block 6. Go to Avada > Theme Options > Space Before 7. Copy all JavaScript between tags and paste there 8. Save and preview your page ================================================================================ –> /* Container Styles */ .s4s-toggle-container { width: 100% !important; max-width: 100% !important; margin: 0 auto 20px auto !important; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, “Helvetica Neue”, sans-serif !important; box-sizing: border-box !important; } .s4s-toggle-container *, .s4s-toggle-container *::before, .s4s-toggle-container *::after { box-sizing: border-box !important; } /* Toggle Item */ .s4s-toggle-item { margin-bottom: 15px !important; border: none !important; overflow: hidden !important; } .s4s-toggle-item:last-child { margin-bottom: 0 !important; } /* Header Styles */ .s4s-toggle-header { display: flex !important; justify-content: space-between !important; align-items: center !important; background-color: #b00000 !important; padding: 12px 15px !important; cursor: pointer !important; transition: background-color 0.3s ease !important; border: none !important; width: 100% !important; text-align: left !important; outline: none !important; } .s4s-toggle-header:hover, .s4s-toggle-header:focus { background-color: #990000 !important; } .s4s-toggle-header:focus { box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5) !important; } .s4s-toggle-title { color: #ffffff !important; font-size: 16px !important; font-weight: 700 !important; margin: 0 !important; padding: 0 !important; line-height: 1.4 !important; flex: 1 !important; text-transform: none !important; letter-spacing: normal !important; } /* Toggle Button */ .s4s-toggle-btn { width: 28px !important; height: 28px !important; min-width: 28px !important; background-color: #ffffff !important; border: none !important; display: flex !important; justify-content: center !important; align-items: center !important; margin-left: 15px !important; flex-shrink: 0 !important; } .s4s-toggle-icon { color: #b00000 !important; font-size: 20px !important; font-weight: 700 !important; line-height: 1 !important; display: block !important; } /* Content Area */ .s4s-toggle-content { display: none !important; background-color: #ffffff !important; border: 1px solid #e0e0e0 !important; border-top: none !important; padding: 20px !important; animation: s4sFadeIn 0.3s ease !important; } .s4s-toggle-content.s4s-active { display: block !important; } @keyframes s4sFadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } /* Content Typography */ .s4s-toggle-content p { color: #333333 !important; font-size: 15px !important; line-height: 1.7 !important; margin: 0 0 20px 0 !important; padding: 0 !important; } .s4s-toggle-content h4 { color: #333333 !important; font-size: 17px !important; font-weight: 700 !important; margin: 0 0 15px 0 !important; padding: 0 !important; line-height: 1.4 !important; } /* Checklist Styles – Two Column Layout */ .s4s-checklist { list-style: none !important; margin: 0 0 20px 0 !important; padding: 0 !important; } .s4s-checklist:last-child { margin-bottom: 0 !important; } .s4s-checklist li { display: flex !important; align-items: flex-start !important; padding: 12px 15px !important; margin: 0 !important; color: #333333 !important; font-size: 15px !important; line-height: 1.6 !important; border: none !important; } .s4s-checklist li:nth-child(odd) { background-color: #ffffff !important; } .s4s-checklist li:nth-child(even) { background-color: #f7f7f7 !important; } /* Red Checkmark */ .s4s-checklist li::before { content: “✓” !important; color: #b00000 !important; font-weight: 700 !important; font-size: 16px !important; margin-right: 12px !important; flex-shrink: 0 !important; line-height: 1.6 !important; } /* Two-column layout for list items */ .s4s-checklist li strong { color: #333333 !important; font-weight: 700 !important; min-width: 200px !important; width: 200px !important; flex-shrink: 0 !important; padding-right: 15px !important; } .s4s-checklist li span { flex: 1 !important; color: #333333 !important; } /* CTA Text */ .s4s-cta-text { color: #333333 !important; font-size: 15px !important; font-weight: 600 !important; margin: 20px 0 0 0 !important; padding: 15px 0 0 0 !important; border-top: 1px solid #e0e0e0 !important; } /* Tablet Styles (641px – 1024px) */ @media screen and (min-width: 641px) and (max-width: 1024px) { .s4s-toggle-header { padding: 14px 18px !important; } .s4s-toggle-title { font-size: 15px !important; } .s4s-toggle-content { padding: 18px !important; } .s4s-toggle-content p { margin: 0 0 18px 0 !important; } .s4s-toggle-content h4 { margin: 0 0 12px 0 !important; } .s4s-checklist { margin: 0 0 18px 0 !important; } .s4s-checklist:last-child { margin-bottom: 0 !important; } .s4s-checklist li { padding: 10px 12px !important; font-size: 14px !important; } .s4s-checklist li strong { min-width: 180px !important; width: 180px !important; } .s4s-cta-text { margin: 18px 0 0 0 !important; padding: 12px 0 0 0 !important; } } /* Mobile Styles (max 640px) */ @media screen and (max-width: 640px) { .s4s-toggle-container { margin: 0 auto 15px auto !important; } .s4s-toggle-item { border-radius: 8px !important; overflow: hidden !important; box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important; margin-bottom: 12px !important; } .s4s-toggle-item:last-child { margin-bottom: 0 !important; } .s4s-toggle-header { padding: 12px 14px !important; border-radius: 8px 8px 0 0 !important; } .s4s-toggle-item:not(.s4s-expanded) .s4s-toggle-header { border-radius: 8px !important; } .s4s-toggle-title { font-size: 14px !important; } .s4s-toggle-btn { width: 26px !important; height: 26px !important; min-width: 26px !important; margin-left: 10px !important; } .s4s-toggle-icon { font-size: 18px !important; } .s4s-toggle-content { padding: 15px !important; border-radius: 0 0 8px 8px !important; } .s4s-toggle-content p { font-size: 14px !important; margin: 0 0 15px 0 !important; } .s4s-toggle-content h4 { font-size: 16px !important; margin: 0 0 12px 0 !important; } .s4s-checklist { margin: 0 0 15px 0 !important; } .s4s-checklist:last-child { margin-bottom: 0 !important; } .s4s-checklist li { padding: 10px 12px !important; font-size: 14px !important; flex-wrap: wrap !important; } .s4s-checklist li::before { font-size: 14px !important; margin-right: 10px !important; } .s4s-checklist li strong { min-width: calc(100% – 26px) !important; width: calc(100% – 26px) !important; margin-bottom: 4px !important; padding-right: 0 !important; } .s4s-checklist li span { width: 100% !important; padding-left: 26px !important; } .s4s-cta-text { margin: 15px 0 0 0 !important; padding: 12px 0 0 0 !important; } } /* Small Mobile Styles (max 380px) */ @media screen and (max-width: 380px) { .s4s-toggle-header { padding: 10px 12px !important; } .s4s-toggle-title { font-size: 13px !important; } .s4s-toggle-btn { width: 24px !important; height: 24px !important; min-width: 24px !important; margin-left: 8px !important; } .s4s-toggle-icon { font-size: 16px !important; } .s4s-toggle-content { padding: 12px !important; } .s4s-toggle-content p { font-size: 13px !important; line-height: 1.6 !important; margin: 0 0 12px 0 !important; } .s4s-toggle-content h4 { font-size: 15px !important; margin: 0 0 10px 0 !important; } .s4s-checklist { margin: 0 0 12px 0 !important; } .s4s-checklist:last-child { margin-bottom: 0 !important; } .s4s-checklist li { padding: 8px 10px !important; font-size: 13px !important; } .s4s-checklist li::before { font-size: 13px !important; margin-right: 8px !important; } .s4s-checklist li strong { min-width: calc(100% – 22px) !important; width: calc(100% – 22px) !important; } .s4s-checklist li span { padding-left: 22px !important; } .s4s-cta-text { font-size: 13px !important; margin: 12px 0 0 0 !important; padding: 10px 0 0 0 !important; } }
Feature Details Motor - 3HP 1PH 115V and or 230V
- 3HP 3PH 230V and or 460V
Cutting Capacity - Solids: 1.5″ (mild steel) and Pipe: 2.5″ (mild steel)
- Abrasive cutoff wheel size: 10″
- Note: Abrasive wheel not included.
Spindle - Spindle RPM: 3450
- Spindle arbor size: 5/8″
Construction & Design - Steel pull-down handle with plastic grip
- Adjustable up and down stops
- Sealed ball bearings
- Replaceable and repairable cam lock vise
- Adjustable work length stop
- Industrial cam lock vise with cast iron front jaw
- Adjustable rear cast iron fence
- Cast iron base and trunnion
- Cast aluminum saw arm
- Steel spark deflector
- V-belt driven with guard
- Steel and aluminum cutoff wheel guard
Machine Options - KAB10N 10″ non-reinforced abrasive cutoff wheels
- KAB10R 10″ reinforced abrasive cutoff wheels
- 12-O stand for K10B (only)
Dimensions and Weight - Shipping dimensions: 30″ L x 36″ W x 25″ H
- Shipping weight: 150 Lbs.
- Shipping weight and dimensions are subject to change.
Country of Origin - Made in the USA
Equipment Benefits +The Kalamazoo K10B dry cut…
Make clean cuts through steel, rebar, and pipe with a robust 10″ chop saw ready for production environments.
Call (269) 382-2050 or Request a Quote today.
Made in USA | Compact Footprint | Trusted in Machine & Fab Shops
- Free shipping on orders over $499.99 within the USA. Orders under $499.99 ship for a $19.99 flat rate.
- Handling time: 0–1 business days. Transit time: 2–5 business days.
- Ships to: United States only. We do not ship outside the U.S.
- Returns: lifetime (unlimited) return window. The customer is responsible for return shipping; restocking fees are typically around 20%, and outright returns are subject to a 25% cancellation fee.
- Authorized dealer. Full manufacturer warranty applies. Questions: support@theeverythingdepot.com or 1-866-777-2590.
.png)
















