ACMER M4 4IN1 Лазерный патронный вращающийся ролик
${function() {
const variantData = data.variant || {"id":"9721e7ae-7155-47fa-a67e-46b5247163f2","product_id":"da7eba44-db6d-4bc7-9a83-e04a6a54ac53","title":"","weight_unit":"kg","inventory_quantity":997,"sku":"0082060225","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":9900,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"9900","retail_price":"0","available":true,"url":"\/products\/acmer-m4-4in1-chuck-rotary?variant=9721e7ae-7155-47fa-a67e-46b5247163f2","available_quantity":997,"options":[],"off_ratio":"0","flashsale_info":{"variant_id":"9721e7ae-7155-47fa-a67e-46b5247163f2","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"9900","compare_at_price":"","discount_price":"9900","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"0","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":3};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
- ACMER 4-в-1 Поворотное устройство для лазерной гравировки — M4, включает роликовый режим, режим с патроном, модуль для гравировки сфер и штырь для гравировки колец. Благодаря сменным насадкам вы можете проявить свою креативность, нанося гравировку практически на любой цилиндр — бокалы для вина, кружки в форме снеговика, бейсбольные биты, кольца, шары или чашки с ручками.
- Широкий диапазон регулировки диаметров — Диапазон диаметров роликов ACMER M4: ступенчатые зажимы (1–100 мм), прямоугольные зажимы (1–134 мм), сферические стержни (внутренний диаметр 9,5–95 мм), кольца (сферы 16–75 мм), что позволяет наносить гравировку на широкий спектр объектов.
- Широкая совместимость — ACMER M4 совместим со всеми моделями лазерных станков ACMER, а также с большинством лазерных граверов на рынке. Поддерживает работу с программами LaserGRBL и LightBurn.
- Прочные материалы и практичный дизайн — Изготовлен из алюминиевого профиля, что обеспечивает долговечность и надёжность в эксплуатации. В отличие от других поворотных устройств, ACMER M4 поддерживает гравировку на цилиндрах и сферах увеличенной длины (например, банки для напитков, термокружки, кубки, бутылки для вина, бейсбольные мячи и биты).
- Простота использования и поддержка клиентов — Поставляется предварительно собранным, модульная конструкция «подключи и работай» упрощает подключение к вашему лазерному станку. Удобная система позволяет регулировать высоту модуля и диаметр патрона. ACMER предоставляет дружелюбное обслуживание клиентов и профессиональную техническую поддержку.
- ❗ Примечание: При использовании ACMER M4 с лазерным гравёром ACMER необходимо отдельно приобрести металлические подставки-повышители.
Прямо сейчас
человек смотрят это
Товара не было в наличии.
Продукт недоступен.
${function(){
const variantData = data.variant || {"id":"9721e7ae-7155-47fa-a67e-46b5247163f2","product_id":"da7eba44-db6d-4bc7-9a83-e04a6a54ac53","title":"","weight_unit":"kg","inventory_quantity":997,"sku":"0082060225","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":9900,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"9900","retail_price":"0","available":true,"url":"\/products\/acmer-m4-4in1-chuck-rotary?variant=9721e7ae-7155-47fa-a67e-46b5247163f2","available_quantity":997,"options":[],"off_ratio":"0","flashsale_info":{"variant_id":"9721e7ae-7155-47fa-a67e-46b5247163f2","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"9900","compare_at_price":"","discount_price":"9900","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"0","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":3};
return `
`
}()}
/** @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);
${data.module_title}
Пожалуйста, перейдите к плагину атмосферы магазина, чтобы включить функцию создания доверия. Карта будет отображаться для клиентов только после ее включения.
${item.content.replaceAll("{store_name}","ru-acmer")}
Пожалуйста, перейдите к плагину атмосферы магазина, чтобы включить функцию создания доверия. Карта будет отображаться для клиентов только после ее включения.
Возврат в течение 30 дней