The Geiszler is a stepped adapter designed to work with every thru-axle fitment currently on the market: 12X142, 12X150, 15X100, 20X110, Lefty and 24 Maverick. The tool will allow precision dishing without removal, a notable time saver when wheel building
The world’s most popular wheel truing stand and the standard of the bicycle industry for 35 years is now, more than ever, the stand to choose for daily shop use. The new TS-2.2 combines time-tested functions from the legendary TS-2 with new features to ma
With extra-tall uprights and wide calipers, the TS-2.3 is capable of accepting most wheels commonly found on road, mountain, BMX, and hybrid bicycles, including wheels with disc brakes, aero rims and oversized MTB tires.
This stand is intended especially for the enthusiast. It is very easy to use, light (2.3 kg) and does not take up much space. The left bracket is fixed and welded to the lower profile, while the right bracket is flexible to different all axle widths.
// 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";
}
}