Unior’s 1721 universal bearing press set enables installation of bearings on most of the frames and components.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Unior’s 1721 universal bearing press set enables installation of bearings on most of the frames and components.
Set includes spindle with two threaded handles, adaptors for following standard bearings: 608, 1526, 6000, 6001, 6802, 6803, 6804, 6805, 6900, 6901, 6902, 6903, R6, 28x17 (Hope), BB30, all Press-fit standards and two different sized plastic coated adaptors, to protect carbon surfaces during bearing installation.
One of the threaded handles includes a quick release system for quick and easy use.
All items are organized in a compact two layer SOS foam storage box.
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}