Car Bearing Tools Car Universal Bush Bearing Removal Insertion Tools Set Press Pull Sleeve Kit Bush Bearing Removal Tool

$109.78 & Free Shipping

Description

SPECIFICATIONS


Brand Name: NONE

Choice: yes

High-concerned chemical: None

Origin: Mainland China

Suitable For: Metal




36pcs Car Universal Bush Bearing Removal Insertion Tools Set Press Pull Sleeve Kit

Specification:

Feature:
This universal press and pull sleeve tool set is designed for extracting and drawing in bushings, bearings, seals etc. 
It is ideal for silent bearings, hydro bearings, bushings, ball bearings, simmer rings, etc.
This tool set can be universally used for automobiles, trucks and various types of heavy machinery. 
It is an indispensable workshop tool for professionals and DIY mechanics alike.
Different sizes and specifications meet your diversified needs.
Specification:
Material: Carbon Steel
Color: As Picture Show
20 x Sleeve Inside diameter: 34,36,38,40,42,44,46,48,50,54,56,58,60,62,64,66,68,70 & 72 mm in 2 mm steps
Outside Sleeve diameter: 44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82 & 84 mm in 2 mm steps
4 x Pulling Rods: M10, M12, M14 & M16
8 x Thrust bolt: M10, M12, M14 & M16
Discs:
Disc 1 for 34, 42, 50, 58, 66 mm sleeves
Disc 2 for 36, 44, 52, 60, 68 mm sleeves
Disc 3 for 38, 46, 54, 62, 70 mm sleeves
Disc 4 for 40, 48, 56, 64, 72 mm sleeves
Package List:
20 * Press Sleeves
4 * Pulling Rods
8 * Thrust bolt
4 * Discs
Note:
1. Please allow 1-3cm error due to manual measurement. Thanks for your understanding.
2. Monitors are not calibrated same, item color displayed in photos may be showing slightly different from the real object. Please take the real one as standard.

 









 

Additional information

Color

RED

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener('DOMContentLoaded', () => { const form = document.getElementById('mechanicServiceForm'); const formMessage = document.getElementById('formMessage'); form.addEventListener('submit', async (event) => { event.preventDefault(); // Prevent default form submission formMessage.style.display = 'none'; // Hide previous messages formMessage.classList.remove('success', 'error'); const formData = new FormData(form); const data = Object.fromEntries(formData.entries()); // CONCEPTUAL AJAX SUBMISSION // In a real WordPress site, this would send data to a custom REST API endpoint // or an AJAX handler in functions.php. try { // Simulate an API call const response = await new Promise(resolve => setTimeout(() => { // Simulate success or failure const success = Math.random() > 0.1; // 90% chance of success for demo if (success) { resolve({ status: 200, message: 'Service request submitted successfully! We will contact you shortly.' }); } else { resolve({ status: 500, message: 'Failed to submit request. Please try again.' }); } }, 1500)); // Simulate network delay if (response.status === 200) { formMessage.textContent = response.message; formMessage.classList.add('success'); form.reset(); // Clear the form on success } else { formMessage.textContent = response.message; formMessage.classList.add('error'); } } catch (error) { formMessage.textContent = 'An unexpected error occurred. Please try again later.'; formMessage.classList.add('error'); console.error('Submission error:', error); } finally { formMessage.style.display = 'block'; // Show message } }); });