The Black Hole® Precision has a 1 tier 12 chain system precisely designed to only allow perfect putts to sink! The Disc Tray has a standard wire frame; 3 rings x 12 spines with a Basket Base having a standard load-distrubited wire frame; free standing. It comes with a 2" tall solid Header Band with a diameter of 13". The Chains are 12" and the Precision Disc Golf Basket requries NO TOOLS to assemble. It's designed to hone your putting routine with unforgiving precision.
Seamless Matte Black color
Electrophoresed first stage followed with tough powder coated outer shell for extra durability and protection
12 high visibility zinc coated heavy duty course weighted chains
Built to standard PDGA height and size regulation
Sturdy all metal construction, all joints welded
Uniquely engineered design - assembles or disassembles in under 1 minute.
Compact easily transportable disassembled unit
Threaded tension connections for a sturdy assembly without any distracting wobble or play
Standard load distributed base
2" header band - 13" band diameter
Narrow focused target area, at just 12" chain tier diameter
Please note: No PO BOX addresses are allowed.
Additional MVP Baskets
Recommended for You
Choosing a selection results in a full page refresh.
document.addEventListener('DOMContentLoaded', function () {
// Grab all variant images that are linked to variants
const variantImages = document.querySelectorAll('[data-variant-image]');
variantImages.forEach(image => {
// Add an event listener for a click event on each variant image
image.addEventListener('click', function () {
const variantId = this.getAttribute('data-variant-id');
// If the variantId attribute is found, set it as the selected variant
if (variantId) {
const selectElement = document.querySelector('select[name="id"]');
if (selectElement) {
selectElement.value = variantId;
// Dispatch a change event to update the selection
const event = new Event('change');
selectElement.dispatchEvent(event);
}
}
});
});
});