CNC Router Bits 3D Carving Essential Kit | 1/4" Shank

$129.99
$149.99
-$20.00
Количество
/** @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-1539149753700').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);

Описание

Production Specifications

1X 2-Flute Spiral End Mill

  • Type: downcut
  • Flute: 2 flutes
  • Shank size: 1/4-inch shank (6.35mm)
  • Cutting edge size: 1/4 inch (6.35mm)
  • Edge length: 20mm

1X 2-Flute Spiral End Mill

  • Type: downcut
  • Flute: 2 flutes
  • Shank size: 1/4-inch shank (6.35mm)
  • Cutting edge size: 1/8 inch (3.175mm)
  • Edge length: 25mm

1X Tapered Ball Nose End Mill

  • Flute: 2 flutes
  • Cutting radius: 0.5mm
  • Cutting diameter: 1.0mm
  • Shank size: 1/4-inch shank (6.35mm)
  • Edge Length: 25mm

1X Single-Flute End Mill

  • Type: downcut
  • Flute: single flutes
  • Shank size: 1/4-inch shank (6.35mm)
  • Cutting edge size: 1/4 inch (6.35mm)
  • Edge length: 25mm

1X 3-Flute Spiral End Mill

  • Type: downcut
  • Flute: 3 flutes
  • Shank size: 1/4-inch shank (6.35mm)
  • Cutting edge size: 1/4 inch (6.35mm)
  • Edge length: 15mm

1X 20° Engraving V-bit

  • Type: V-bit
  • Cutting edge: 20°
  • Cutting edge size: 0.1mm
  • Shank size: 1/4-inch shank (6.35mm)
  • Edge length: 23mm

1X V-groove round nose bit

  • Type: V-groove round nose
  • Flute: 2 flutes
  • Cutting diameter: 5/16 inch (7.96mm)
  • Shank size: 1/4 inch (6.35mm)
  • Edge length: 8mm

1X 90° V-groove bit

  • Type: V-groove
  • Flute: 2 flutes
  • Cutting edge: 90°
  • Cutting diameter: 5/16 inch (7.96mm)
  • Shank size: 1/4 inch (6.35mm)

1X 60° V-groove bit

  • Type: V-groove
  • Flute: 2 flutes
  • Cutting edge: 60°
  • Cutting diameter: 1/2 inch (12.7mm)
  • Shank size: 1/4 inch (6.35mm)

1X 1/4" ER11 Collet

  • Type: ER11
  • Inner diameter: 1/4 inch (6.35mm)