Ctrl+K
Type 2+ characters to search
Home
Search
Shipping
About
Contact
+31 88 497 77 77
0
A−
A+
Home
›
Search
›
KBA
›
98246 ODE
×
‹
›
KBA
KBA Comet
SKU 166875958
98246 ODE
KBA
Axle shaft
Made in Germany (EU)
Original part #
98246 ODE
Brand
KBA
Used in
KBA Comet
Dimensions
23.2 × 4 × 4 cm, 0.7 kg
11 pieces in stock
Ships from The Netherlands (EU)
Request quotation
PDF
Save
Share:
Share…
Email
Available versions & condition
Version
Condition
Qty
Standard
New
11x
Description
Length of the Axle 23cm, diameter is Ø 4.2cm
Related products
used_together
98246 ODE/06
KBA98246 ODE/06
used_together
A96979 ODE 05
MegTecShaft
used_together
07350161
MegTecSpring
used_together
4J580272005B
MegTecPlate
used_together
60100047
Asco JoucomaticProportional Valve
Recently viewed
Why buy from GWS Parts
Warranty on all parts
We guarantee functionality on all parts. DOA items are replaced or fully refunded.
Payment options
Payment accepted via bank transfer, credit card or PayPal.
Ships worldwide
Same-day dispatch on stock items from our warehouse in the Netherlands (EU).
Expert support
Decades of experience in web offset press components. Real people, real answers.
Part of MGWS
GWS Printing Systems is a
Manroland Goss Web Systems
group member since 2018.
Trustpilot reviews
Read what our customers say
Back to form
Parts list
0
Request quotation →
×
// ── Search loading overlay ──────────────────────────────────── (function() { // Create overlay element var overlay = document.createElement('div'); overlay.id = 'gwpSearchOverlay'; overlay.innerHTML = '
' + '
' + '
' + '
' + '
Searching…
' + '
'; document.body.appendChild(overlay); function showOverlay() { overlay.classList.add('visible'); } // Intercept all window.location navigations to /search/ // by patching the search keydown and click handlers function patchNavigation() { // Header search — Enter key var inp = document.getElementById('gwpSearch'); if (inp) { inp.addEventListener('keydown', function(e) { if (e.key === 'Enter') { var items = document.querySelectorAll('.gwp-search-result'); var activeItem = false; items.forEach(function(el) { if (el.classList.contains('active')) activeItem = true; }); if (!activeItem && inp.value.trim().length > 1) showOverlay(); } }, true); // capture phase — fires before the main handler } // Header search — clicking a "see all results" footer link document.addEventListener('click', function(e) { var t = e.target.closest('a'); if (!t) return; var href = t.getAttribute('href') || ''; if (href.indexOf('/search/') === 0 || href.indexOf('/search/?') === 0) { showOverlay(); } }); // Homepage hero search button var hpBtn = document.getElementById('hpSearchBtn'); if (hpBtn) { hpBtn.addEventListener('click', showOverlay); } var hpInp = document.getElementById('hpSearchInput'); if (hpInp) { hpInp.addEventListener('keydown', function(e) { if (e.key === 'Enter' && hpInp.value.trim().length > 0) showOverlay(); }, true); } // 404 page search button var e404Btn = document.getElementById('e404SearchBtn'); if (e404Btn) { e404Btn.addEventListener('click', showOverlay); } // Search page own form filters (brand, condition, instock toggle) document.addEventListener('click', function(e) { var t = e.target.closest('.gwp-sf-toggle, .gwp-sf-brand, .gwp-sf-cond, .gwp-pager-btn, .gwp-pager-num'); if (t) showOverlay(); }); } // Hide overlay when page becomes visible again (back button) document.addEventListener('visibilitychange', function() { if (!document.hidden) overlay.classList.remove('visible'); }); if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', patchNavigation); } else { patchNavigation(); } })();