The PCS-9.3 is a basic folding bicycle workstand designed and built for the home mechanic — a stable way to hold nearly any bike off the ground for adjustments, cleaning and repair.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Features 18" (460 mm) of height adjustment and 360 degrees of clamp rotation, positioning all parts of the bike within reach for any mechanic whether seated or standing.
Fully adjustable clamp fits 7/8" to 3" (22 mm–76 mm) diameter tubes and seat posts of any shape and material, including aero posts and dropper posts
Narrow clamping jaws (2.7"/70 mm) fit into tight areas or on short seat posts
Durable textured powder coat finish
Maximum weight capacity: 80 lbs. (36 kg)
Height adjustable from 39" to 57" (990 mm–1450 mm)
Base when open forms a triangle of 36" x 36" x 48" (920 mm x 920 mm x 1210 mm)
Travel and storage bag, For PCS-9, PCS-10, PCS-11, PRS-15 an..
C$39.99
// 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";
}
}