{"product_id":"forward-tt1001kit-stainless-radius-gauge-kit","title":"Forward TT1001KIT Stainless Steel Radius Gauge Kit for Alignments","description":"\u003cstyle\u003e\n:root { --brand: #0066cc; }\n\n.product-content-wrapper {\n  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 0 15px 3rem 15px;\n  color: #333;\n  line-height: 1.6;\n  position: relative;\n  z-index: 1;\n  background: #fff;\n}\n\n.product-content-wrapper section { margin: 40px 0; }\n\n.product-content-wrapper section::after,\n.product-content-wrapper .hero::after,\n.product-content-wrapper .highlight::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper h2 {\n  font-size: 1.5rem;\n  margin: 2rem 0 1rem;\n  font-weight: 600;\n  border-bottom: 1px solid #eee;\n  padding-bottom: 0.5rem;\n}\n\n.product-content-wrapper h3 {\n  font-size: 1.2rem;\n  margin: 1.5rem 0 0.75rem;\n  font-weight: 600;\n}\n\n.product-content-wrapper p { margin-bottom: 1rem; }\n\n.product-content-wrapper ul,\n.product-content-wrapper ol {\n  margin-bottom: 1.5rem;\n  padding-left: 1.5rem;\n}\n\n.product-content-wrapper li { margin-bottom: 0.5rem; }\n\n.quick-nav {\n  font-size: 0.95rem;\n  color: #666;\n  margin-top: 1.5rem;\n}\n\n.quick-nav a {\n  color: var(--brand);\n  text-decoration: none;\n}\n\n.quick-nav a:hover { text-decoration: underline; }\n\n.hero-container {\n  display: block;\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 2.5rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n\n.product-content-wrapper table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem 0;\n  display: table;\n  table-layout: fixed;\n}\n\n.product-content-wrapper th,\n.product-content-wrapper td {\n  padding: 0.75rem;\n  text-align: left;\n  border: 1px solid #ddd;\n  word-wrap: break-word;\n}\n\n.product-content-wrapper th { font-weight: 600; }\n.product-content-wrapper th[scope=\"row\"] { background-color: #f5f5f5; }\n\n.product-content-wrapper table thead th,\n.product-content-wrapper table caption {\n  background-color: var(--brand);\n  color: #fff;\n}\n\n.product-content-wrapper table caption {\n  caption-side: top;\n  display: table-caption;\n  padding: 0.75rem;\n  font-weight: 600;\n}\n\n.product-content-wrapper tr:nth-child(even) { background-color: #f9f9f9; }\n\n.product-content-wrapper .highlight {\n  background-color: #f8f9fa;\n  border-left: 4px solid var(--brand);\n  padding: 1rem 1.5rem;\n  margin: 1.5rem 0;\n  color: #333;\n}\n\n.product-content-wrapper .highlight h3 {\n  font-size: 1.25rem;\n  font-weight: 700;\n  color: var(--brand);\n  margin: 0 0 1rem 0;\n  line-height: 1.3;\n  padding-bottom: 0.5rem;\n  border-bottom: 2px solid #e0e8f0;\n}\n\n.product-content-wrapper .highlight p { margin-bottom: 0.75rem; }\n.product-content-wrapper .highlight p:last-child { margin-bottom: 0; }\n\n.product-content-wrapper .cta {\n  margin: 40px 0;\n  padding: 1.75rem;\n  border: 1px solid #eee;\n  border-radius: 12px;\n  background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);\n}\n\n.product-content-wrapper .cta h2 {\n  border-bottom: none;\n  margin: 0 0 0.75rem 0;\n}\n\n.product-content-wrapper .cta p { margin: 0 0 1rem 0; }\n\n.product-content-wrapper .cta .btn {\n  display: inline-block;\n  cursor: pointer;\n  background: var(--brand);\n  color: #fff;\n  border-radius: 6px;\n  padding: 0.75rem 1.25rem;\n  font-weight: 600;\n  text-decoration: none;\n}\n\n.product-content-wrapper .cta .btn:hover { opacity: 0.9; }\n\n.product-content-wrapper details {\n  margin-bottom: 1rem;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 0;\n  overflow: hidden;\n}\n\n.product-content-wrapper summary {\n  padding: 1rem;\n  cursor: pointer;\n  font-weight: 600;\n  background: #f8f9fa;\n  border-radius: 8px 8px 0 0;\n  position: relative;\n  padding-right: 2.5rem;\n  list-style: none;\n}\n\n.product-content-wrapper summary::-webkit-details-marker { display: none; }\n\n.product-content-wrapper summary::after {\n  content: '\\25B6';\n  position: absolute;\n  right: 1rem;\n  top: 50%;\n  transform: translateY(-50%);\n  transition: transform 0.3s ease;\n  font-size: 0.75rem;\n}\n\n.product-content-wrapper details[open] summary::after {\n  transform: translateY(-50%) rotate(90deg);\n}\n\n.product-content-wrapper details[open] summary {\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-content-wrapper details \u003e div { padding: 1rem; }\n\n.product-content-wrapper .value-prop {\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin: 0.75rem 0;\n  font-weight: 600;\n  color: var(--brand);\n}\n\n.product-content-wrapper .value-prop::before {\n  content: \"\\2713\";\n  display: inline-block;\n  min-width: 20px;\n  width: 20px;\n  min-height: 20px;\n  height: 20px;\n  background: var(--brand);\n  color: white;\n  border-radius: 50%;\n  text-align: center;\n  line-height: 20px;\n  font-size: 12px;\n  flex-shrink: 0;\n}\n\n.collection-links {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 1.5rem;\n  margin: 1.5rem 0;\n}\n\n.collection-link-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 1.5rem;\n  text-align: center;\n}\n\n.collection-link-card h3 {\n  font-size: 1.1rem;\n  margin: 0 0 0.5rem 0;\n  color: var(--brand);\n}\n\n.collection-link-card p {\n  font-size: 0.9rem;\n  color: #666;\n  margin-bottom: 1rem;\n}\n\n.collection-btn {\n  display: inline-block;\n  background: var(--brand) !important;\n  color: #fff !important;\n  padding: 0.5rem 1rem;\n  border-radius: 4px;\n  text-decoration: none !important;\n  font-weight: 600;\n  font-size: 0.9rem;\n  transition: opacity 0.2s ease;\n}\n\n.collection-btn:hover {\n  opacity: 0.9;\n  color: #fff !important;\n}\n\n.product-content-wrapper .docs-grid {\n  display: grid;\n  gap: 12px;\n}\n\n.product-content-wrapper .doc-card {\n  display: flex;\n  gap: 12px;\n  align-items: center;\n  padding: 12px;\n  border: 1px solid #eee;\n  border-radius: 8px;\n  background: linear-gradient(180deg, #fff 0%, #fafbff 100%);\n}\n\n.product-content-wrapper .doc-card img {\n  width: 40px;\n  height: 40px;\n  flex: 0 0 40px;\n}\n\n.product-content-wrapper .doc-card .doc-meta { line-height: 1.35; }\n\n.product-content-wrapper .doc-card .doc-title {\n  font-weight: 600;\n  margin: 0 0 2px 0;\n  font-size: 0.95rem;\n}\n\n.product-content-wrapper .doc-card .doc-note {\n  margin: 0;\n  font-size: 0.85rem;\n  color: #555;\n}\n\n.product-content-wrapper .doc-card a { text-decoration: underline; }\n\n.product-content-wrapper .video-wrapper {\n  position: relative;\n  width: 100%;\n  max-width: 900px;\n  margin: 1.5rem auto;\n}\n\n.product-content-wrapper .video-wrapper.ratio-16-9 { padding-bottom: 56.25%; }\n\n.product-content-wrapper .video-wrapper iframe {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  border: 0;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.12);\n}\n\n@media (min-width: 768px) {\n  .product-content-wrapper table {\n    display: table !important;\n    width: 100% !important;\n    table-layout: fixed !important;\n  }\n\n  .product-content-wrapper #features .highlight {\n    max-width: 88%;\n    clear: both;\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(odd) {\n    margin-left: 0;\n    margin-right: auto;\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(even) {\n    margin-left: auto;\n    margin-right: 0;\n    border-left: none;\n    border-right: 4px solid var(--brand);\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(even) h3 {\n    text-align: right;\n  }\n\n  .product-content-wrapper .docs-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper table {\n    display: block !important;\n    overflow-x: auto !important;\n  }\n\n  .product-content-wrapper .docs-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 500px) {\n  .product-content-wrapper { padding: 0 10px 2rem 10px; }\n  .product-content-wrapper h2 { font-size: 1.1rem; }\n  .product-content-wrapper h3 { font-size: 1rem; }\n  .product-content-wrapper .highlight h3 { font-size: 1.15rem; }\n  .hero-container { padding: 1.5rem; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eForward TT1001KIT Stainless Steel Radius Gauge Kit for Two-Wheel Alignments\u003c\/h2\u003e\n\u003cp\u003eThis genuine Forward turning radius gauge kit delivers the precision measurement tools professional alignment shops need for accurate two-wheel alignment procedures. The kit includes two stainless steel radius gauges each rated at 3,000 lb capacity, plus all necessary retaining hardware for quick setup and consistent performance. Built to Rotary's manufacturing and quality standards, these gauges resist corrosion and wear through countless alignment jobs in high-volume service environments.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003eTwo 3,000 lb capacity stainless steel gauges included\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eComplete kit with retaining bars and mounting hardware\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eCorrosion-resistant stainless steel construction\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eReady to install and use immediately\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK NAV --\u003e\u003cnav class=\"quick-nav\"\u003e\n\u003cp\u003e\u003cstrong\u003eJump to:\u003c\/strong\u003e \u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e · \u003ca href=\"#applications\"\u003eApplications\u003c\/a\u003e · \u003ca href=\"#specs\"\u003eSpecifications\u003c\/a\u003e · \u003ca href=\"#setup\"\u003eSetup and Maintenance\u003c\/a\u003e · \u003ca href=\"#warranty\"\u003eWarranty\u003c\/a\u003e · \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/nav\u003e\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eForward TT1001KIT Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDual Gauge Configuration\u003c\/h3\u003e\n\u003cp\u003eEach radius gauge is rated at \u003cstrong\u003e3,000 lb capacity\u003c\/strong\u003e, with two gauges providing \u003cstrong\u003e6,000 lb combined capacity\u003c\/strong\u003e for full two-wheel alignment work. This configuration accommodates passenger cars, light trucks, and most vehicles processed on alignment racks, delivering the measurement precision professionals require for consistent results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eStainless Steel Construction\u003c\/h3\u003e\n\u003cp\u003eGauges and all fastening hardware are manufactured from \u003cstrong\u003epremium stainless steel\u003c\/strong\u003e, resisting corrosion, moisture, and chemical exposure in demanding shop environments. The polished finish maintains its appearance through years of regular use while preventing rust and degradation that can compromise measurement accuracy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eComplete Kit with Hardware\u003c\/h3\u003e\n\u003cp\u003eIncludes \u003cstrong\u003efour retaining bars\u003c\/strong\u003e for gauge mounting and positioning, plus all fasteners and mounting hardware needed for immediate installation on compatible alignment lift systems. No additional parts required—everything necessary is provided in the kit for quick setup between alignment jobs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eRotary Quality Standards\u003c\/h3\u003e\n\u003cp\u003eBuilt to the same manufacturing and quality standards as Rotary alignment equipment. Forward brings professional-grade measurement precision to shops seeking reliable equipment at accessible pricing, backed by Rotary's reputation for dependability and precision alignment tools.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eForward TT1001KIT Applications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo-Wheel Alignments:\u003c\/strong\u003e Precisely measure turning radius and wheel alignment angles on passenger cars and light trucks to ensure vehicles pull straight and handle properly.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfessional Service Shops:\u003c\/strong\u003e Ideal for busy service environments processing high-volume alignment work, with dual gauges supporting continuous workflow without tool switching.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMeasurement Accuracy:\u003c\/strong\u003e Engineered to deliver repeatable, accurate readings that meet industry standards, allowing technicians to confidently dial in alignment specifications.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRotary and Compatible Lift Systems:\u003c\/strong\u003e Mounts to Forward, Rotary, and compatible two-post and four-post alignment lift equipment, integrating seamlessly into existing shop infrastructure.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePassenger and Light Duty Vehicles:\u003c\/strong\u003e 3,000 lb per gauge capacity accommodates the weight range of most vehicles on alignment racks, from compact cars to mid-size trucks.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eForward TT1001KIT Specifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ccaption\u003eKit Contents and Capacity\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNumber of Gauges\u003c\/th\u003e\n\u003ctd\u003eTwo (2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCapacity Per Gauge\u003c\/th\u003e\n\u003ctd\u003e3,000 lb (1,361 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTotal Kit Capacity\u003c\/th\u003e\n\u003ctd\u003e6,000 lb (2,722 kg) combined\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRetaining Bars Included\u003c\/th\u003e\n\u003ctd\u003eFour (4)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eStainless steel gauges and fasteners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable\u003e\n\u003ccaption\u003eProduct Information\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel Number\u003c\/th\u003e\n\u003ctd\u003eTT1001KIT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSKU\u003c\/th\u003e\n\u003ctd\u003eTT1001KIT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n\u003ctd\u003eForward Lifts \/ Rotary Lift\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Type\u003c\/th\u003e\n\u003ctd\u003eMeasurement tool kit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e\n\u003ctd\u003eTwo-wheel alignments\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCondition\u003c\/th\u003e\n\u003ctd\u003eNew\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- SETUP AND MAINTENANCE --\u003e\n\u003csection id=\"setup\"\u003e\n\u003ch2\u003eForward TT1001KIT Setup and Maintenance\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eInitial Setup\u003c\/h3\u003e\n\u003cp\u003eMount the retaining bars to your alignment lift using the provided hardware according to your lift's setup instructions. Position the two radius gauges into the retaining bars, ensuring both gauges are level and secure before beginning any alignment work. Verify all hardware is tight and gauges are seated properly to maintain measurement accuracy throughout the service day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eRegular Inspection\u003c\/h3\u003e\n\u003cp\u003eBefore each use, visually inspect the gauges for signs of damage, corrosion, or contamination. Check that all retaining bars and fasteners remain tight. Wipe gauges clean with a dry cloth if wet or contaminated. Replace any damaged components immediately to maintain measurement accuracy and prevent inaccurate alignment readings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eStainless Steel Care\u003c\/h3\u003e\n\u003cp\u003eWhile stainless steel resists corrosion, occasional cleaning maintains appearance and prevents buildup. Use mild soap and water with a soft cloth, then dry thoroughly. Avoid abrasive cleaners or steel wool that can damage the polished surface. Regular maintenance preserves the professional appearance and extends the lifespan of your measurement tools.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eStorage and Transportation\u003c\/h3\u003e\n\u003cp\u003eStore the kit in a clean, dry area when not in use. If temporary removal is needed, keep gauges and bars together in their kit packaging to prevent loss or mixing with other equipment. Protect from extreme temperature fluctuations and moisture exposure. Proper storage preserves measurement accuracy and prevents corrosion damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY --\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch2\u003eForward TT1001KIT Warranty\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eManufacturer's Warranty\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne Year:\u003c\/strong\u003e Parts and workmanship defects\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo Years:\u003c\/strong\u003e Measurement accuracy under normal use conditions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCoverage Requirements:\u003c\/strong\u003e Warranty covers manufacturing defects and accuracy under normal professional use. Excludes damage from misuse, improper maintenance, or corrosion from inadequate care. Proof of purchase required. Warranty is non-transferable and applies only to the original purchaser.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eQuestions About the Forward TT1001KIT?\u003c\/h2\u003e\n\u003cp\u003eGet help with gauge specifications, lift system compatibility, and alignment measurement accuracy.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca href=\"tel:+18554982147\" class=\"btn\"\u003eCall +1 (855) 498-2147\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RELATED --\u003e\n\u003csection id=\"related-collections\"\u003e\n\u003ch2\u003eRelated Products\u003c\/h2\u003e\n\u003cdiv class=\"collection-links\"\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eForward and Rotary Alignment Tools\u003c\/h3\u003e\n\u003cp\u003eComplete line of measurement and alignment equipment for professional shops\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"#\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eAlignment Lift Accessories\u003c\/h3\u003e\n\u003cp\u003eGauges, adapters, and measurement tools for all two-post alignment lifts\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"#\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eForward Lift Equipment\u003c\/h3\u003e\n\u003cp\u003eComplete Forward lift systems and professional service equipment\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"#\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection id=\"faq\"\u003e\n\u003ch2\u003eForward TT1001KIT FAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy does this kit include two gauges instead of one?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eTwo gauges provide complete flexibility for two-wheel alignment work on passenger vehicles and light trucks. Having dual gauges eliminates tool switching between alignment jobs, maximizing technician productivity in high-volume service environments. The two-gauge configuration delivers the measurement capability shops need for continuous workflow efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the maximum vehicle weight this kit can support?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe kit provides 3,000 lb capacity per gauge, with 6,000 lb combined capacity. This accommodates passenger cars, light trucks, and most vehicles typically processed on two-wheel alignment racks. For specific vehicle weight confirmation, consult your vehicle's manufacturer specifications and your alignment lift's rated capacity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this kit compatible with all Rotary and Forward alignment lifts?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe TT1001KIT is designed for Forward, Rotary, and compatible two-post and four-post alignment lift systems. Mounting compatibility depends on your specific lift model's retaining bar configuration. Contact us with your lift model number for detailed compatibility confirmation before purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat maintenance does this kit require?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eInspect gauges and hardware before each use for damage or corrosion. Tighten all fasteners regularly. Clean with mild soap and water, then dry thoroughly. Avoid abrasive cleaners that can damage the stainless steel finish. Store in a clean, dry area away from moisture and temperature extremes. These simple maintenance steps preserve accuracy and extend lifespan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow accurate are these gauges?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eForward TT1001KIT gauges are engineered to deliver repeatable, accurate measurements that meet industry standards for two-wheel alignment work. Accuracy is maintained under normal professional use conditions with proper setup, regular inspection, and routine maintenance. Damaged or improperly maintained gauges may not provide accurate readings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace individual gauges if one is damaged?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, individual gauges and retaining bars can be replaced if damaged. Contact our sales team with the TT1001KIT model number and your specific needs. We can provide replacement gauge assemblies and hardware to restore your kit to full functionality without replacing the entire unit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I ensure accurate measurements with this kit?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eMount gauges securely in the retaining bars before each alignment job. Verify both gauges are level and tightly seated. Inspect for damage or corrosion before use. Clean gauges if contaminated. Follow your alignment lift manufacturer's setup procedures. Maintain the kit according to care guidelines. Proper setup and maintenance preserve measurement accuracy throughout the service day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in the kit?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe kit includes two stainless steel radius gauges rated at 3,000 lb capacity each, four retaining bars for gauge mounting and positioning, and all fasteners and mounting hardware needed for installation. Everything required for two-wheel alignment measurement is provided, ready to install and use immediately on compatible lift systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat warranty does the Forward TT1001KIT include?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe kit includes a one-year warranty covering manufacturing defects and workmanship, plus a two-year warranty on measurement accuracy under normal professional use conditions. Warranty excludes damage from misuse, improper maintenance, or inadequate care. Proof of purchase required. Contact us for warranty service and support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this kit backed by Rotary's reputation for quality?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, the Forward TT1001KIT is built to Rotary's manufacturing and quality standards. Forward is the value-focused lift brand manufactured by Rotary, the maker of the world's most trusted lifts. Forward products are backed by Rotary's warranty and support infrastructure, delivering professional-grade precision at accessible pricing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I do if my kit arrives damaged?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eInspect all packages before signing the delivery receipt. If damage is visible, note it on the BOL and contact us immediately with photos of the damage. We process damage claims promptly and will arrange replacement or repair. Always inspect freight shipments upon arrival to document any transit damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I upgrade or extend my measurement capabilities beyond two-wheel alignment?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe TT1001KIT is specifically designed for two-wheel alignment work. For four-wheel alignment measurement or other specialized applications, contact our alignment equipment specialists to discuss your shop's specific needs. We can recommend compatible Forward and Rotary equipment to expand your measurement capabilities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- PROP 65 --\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\" id=\"prop65\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg style=\"width: 28px; height: 28px; flex-shrink: 0;\" viewbox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M16 2 L2 28 L30 28 Z\" fill=\"#FFD700\" stroke=\"#000\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n\u003ctext x=\"16\" y=\"22\" text-anchor=\"middle\" font-size=\"16\" font-weight=\"bold\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch3 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals including lead and styrene, which are known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca href=\"https:\/\/www.p65warnings.ca.gov\" rel=\"noopener noreferrer\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Forward Lifts","offers":[{"title":"Default Title","offer_id":47876007821563,"sku":"FOR-TT1001","price":2327.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/forward-for-tt100-stainless-steel-radius-gauge-kit-hero.webp?v=1787788973","url":"https:\/\/garagesupplyguys.com\/products\/forward-tt1001kit-stainless-radius-gauge-kit","provider":"Garage Supply Guys","version":"1.0","type":"link"}