mrosto™-Adjustable Hinge Hole Jig

Sold 0 only 999999999 item(s) left
$29.99 $68.99 Save $39.00
Style:  Set 1
Quantity
Share the love
Free worldwide shipping
Free returns
Sustainably made
Secure payments
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1651799308132').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
Description

Elevate your woodworking precision. Designed for versatility, this tool ensures accurate and efficient hinge installation on various wooden surfaces.

Key Features:

Adjustable Design:

  • Clamping range: 0-30 mm.
  • Compatible with most 35 mm cabinet hinges.
  • Adjustable opening depth: 10-15 mm.
  • Drill edge distance: 3-17 mm.

User-Friendly Operation:

  • Ideal for craftsmen of all skill levels.
  • Equipped with three load-bearing drill sleeves to minimize hole swing.
  • Fixed 3-17 mm buckle edge for easy adjustments and high error tolerance.

Premium Material:

  • Made from high-quality stainless steel for long-lasting durability.
  • Thick rubber head for high friction, preventing movement during use.

Accurate Mark Positioning:

  • Includes a base mark for precise hinge hole positioning.
  • Facilitates quick and easy hinge installation after drilling.

Package includes:

  • 1 x hinge hole punch.
  • 1 x wrench.
  • 1 x hexagonal wrench.
  • 1 x twist drill.
  • 1 x border ring.

——Or——

  • 1 x hinge hole punch.
  • 1 x wrench.
  • 1 x hexagonal wrench.
  • 1 x twist drill.
  • 1 x limited ring.
  • 1 x drill bit.

Guarantee:

  • We are convinced that we have created some of the most innovative products in the world and we want to ensure that we support 30 days without risk.
  • Partial or full refund depend on the situation. You can return items for a refund or exchange within 15 days.
  • If you do not have a positive experience for any reason, we will do our best to ensure that you are 100% satisfied with the purchase.
  • Buying items online can be a daunting task, so we want you to realize that there is absolutely no risk in purchasing items and trials. If you don't like it, feel free to apply a refund.

Payment:

PayPal is welcomed here.
If you don't have a PayPal account, we accept all credit cards: just select 'PayPal' and click the 'Pay with Debit or CreditCard' button.