The RP-Set.2 includes four professional quality pliers for internal snap rings and one for external snap rings. Pliers are made of heat-treated cro-moly steel with vinyl dipped grips.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
The RP-Set.2 includes four professional quality pliers for internal snap rings and one for external snap rings. Pliers are made of heat-treated cro-moly steel with vinyl dipped grips.
RP-1: .9mm straight internal. Opens from 22mm down to 0 (tips touching)
RP-2: 1.3mm bent internal. Opens from 22mm down to 2mm (center to center)
RP-3: 1.3mm bent external. Opens from 2mm (center to center) up to 18mm
RP-4: 1.7mm bent internal. Opens from 21mm down to 2mm (center to center)
RP-5: 1.7mm straight internal; Opens from 25mm down to 0 (tips touching)
// 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";
}
}