SucceBuy CNC Router Machine 3 Axis GRBL Control Wood Engraving Carving Milling Machine Kit for Wood Acrylic MDF PVC Plastic Foam

/* ============================================================ AMOCART.COM — Product Page Styles Brand colour: #E92C44 ============================================================ */ :root { --ac-brand: #E92C44; --ac-brand-dark: #c01e33; --ac-brand-light: #fdedef; --ac-text: #1a1a1a; --ac-text-muted: #6b7280; --ac-border: #e5e7eb; --ac-bg: #ffffff; --ac-bg-soft: #f9fafb; --ac-success: #16a34a; --ac-warning: #d97706; --ac-radius: 8px; --ac-radius-lg: 12px; --ac-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05); --ac-transition: 0.18s ease; } /* ── BREADCRUMB ── */ .amocart-breadcrumb { background: var(--ac-bg-soft); border-bottom: 1px solid var(--ac-border); padding: 10px 0; font-size: 13px; } .amocart-breadcrumb__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; } .amocart-breadcrumb__item { display: flex; align-items: center; gap: 4px; color: var(--ac-text-muted); } .amocart-breadcrumb__item::before { content: '/'; color: #d1d5db; } .amocart-breadcrumb__item:first-child::before { display: none; } .amocart-breadcrumb__link { color: var(--ac-text-muted); text-decoration: none; transition: color var(--ac-transition); } .amocart-breadcrumb__link:hover { color: var(--ac-brand); } .amocart-breadcrumb__item--active { color: var(--ac-text); font-weight: 500; } /* ── MAIN PRODUCT LAYOUT ── */ .amocart-product-page { padding: 28px 0 40px; } .amocart-product-page__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; } @media (min-width: 1280px) { .amocart-product-page__grid { grid-template-columns: 7fr 5fr; gap: 48px; } } @media (max-width: 991px) { .amocart-product-page__grid { grid-template-columns: 1fr; gap: 24px; } } /* ── STICKY INFO COL ── */ .amocart-product-page__info-col--sticky { position: sticky; top: 80px; } @media (max-width: 991px) { .amocart-product-page__info-col--sticky { position: static; } } /* ── PROOF STRIP (below gallery) ── */ .amocart-proof-strip { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; padding: 12px 14px; background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius); } .amocart-proof-strip__item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ac-text-muted); } /* ── PRODUCT TYPE ── */ .amocart-product-type__link { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--ac-brand); text-decoration: none; border: 1px solid var(--ac-brand); border-radius: 100px; padding: 2px 10px; } .amocart-product-type__link:hover { background: var(--ac-brand-light); } /* ── TITLE BLOCK ── */ .amocart-product-title { font-size: clamp(20px, 3vw, 26px); font-weight: 700; line-height: 1.3; color: var(--ac-text); margin: 0 0 10px; } .amocart-rating-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; margin-bottom: 4px; } .amocart-stars { display: flex; align-items: center; gap: 1px; } .amocart-star { fill: #fbbf24; } .amocart-star--empty { fill: #d1d5db; } .amocart-rating-link { color: var(--ac-text-muted); text-decoration: underline; } .amocart-rating-link:hover { color: var(--ac-brand); } .amocart-rating-sep { color: var(--ac-border); } .amocart-vendor { color: var(--ac-text-muted); } .amocart-vendor__link { color: var(--ac-brand); text-decoration: none; } .amocart-vendor__link:hover { text-decoration: underline; } /* ── PRICE BLOCK ── */ .amocart-price-block { background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); padding: 16px 18px; } .amocart-price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 6px; } .amocart-price { font-size: 28px; font-weight: 700; color: var(--ac-brand); line-height: 1; } .amocart-price--compare { font-size: 17px; color: var(--ac-text-muted); text-decoration: line-through; } .amocart-savings-badge { font-size: 12px; font-weight: 700; background: var(--ac-brand); color: #fff; padding: 2px 8px; border-radius: 100px; } .amocart-price-tax { font-size: 12px; color: var(--ac-text-muted); margin: 0 0 10px; } .amocart-price-tax a { color: var(--ac-brand); } /* Stock indicator */ .amocart-stock { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; } .amocart-stock__dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; } .amocart-stock__dot--in { background: var(--ac-success); } .amocart-stock__dot--low { background: var(--ac-warning); } .amocart-stock__dot--out { background: #ef4444; } .amocart-stock__text--in { color: var(--ac-success); } .amocart-stock__text--low { color: var(--ac-warning); } .amocart-stock__text--out { color: #ef4444; } /* ── VARIANTS ── */ .amocart-variants { margin-bottom: 16px; } .amocart-option { margin-bottom: 14px; } .amocart-option__label-row { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; } .amocart-option__label { font-size: 13px; font-weight: 600; color: var(--ac-text); } .amocart-option__selected { font-size: 13px; color: var(--ac-text-muted); } /* Swatches */ .amocart-swatch-list { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-swatch { position: relative; cursor: pointer; border-radius: 50%; } .amocart-swatch__input { position: absolute; opacity: 0; width: 0; height: 0; } .amocart-swatch__color { display: block; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--ac-border); background-size: cover; background-position: center; transition: border-color var(--ac-transition), transform var(--ac-transition); } .amocart-swatch:hover .amocart-swatch__color { transform: scale(1.1); border-color: var(--ac-text-muted); } .amocart-swatch--active .amocart-swatch__color { border: 3px solid var(--ac-brand); } .amocart-swatch__tooltip { position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: var(--ac-text); color: #fff; font-size: 11px; padding: 3px 7px; border-radius: 4px; white-space: nowrap; pointer-events: none; opacity: 0; transition: opacity var(--ac-transition); } .amocart-swatch:hover .amocart-swatch__tooltip { opacity: 1; } /* Button options */ .amocart-btn-option-list { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-btn-option { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 38px; padding: 0 14px; border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); font-size: 13px; cursor: pointer; transition: border-color var(--ac-transition), background var(--ac-transition), color var(--ac-transition); user-select: none; color: var(--ac-text); background: var(--ac-bg); } .amocart-btn-option__input { display: none; } .amocart-btn-option:hover { border-color: var(--ac-brand); color: var(--ac-brand); } .amocart-btn-option--active { border-color: var(--ac-brand); background: var(--ac-brand-light); color: var(--ac-brand); font-weight: 600; } /* Select */ .amocart-select-wrap { position: relative; display: inline-block; } .amocart-select { appearance: none; -webkit-appearance: none; background: var(--ac-bg); border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); padding: 9px 36px 9px 12px; font-size: 14px; color: var(--ac-text); cursor: pointer; min-width: 140px; transition: border-color var(--ac-transition); } .amocart-select:focus { outline: none; border-color: var(--ac-brand); } .amocart-select-caret { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--ac-text-muted); } /* ── QUANTITY STEPPER ── */ .amocart-qty-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; } .amocart-qty__label { font-size: 13px; font-weight: 600; white-space: nowrap; } .amocart-qty-stepper { display: inline-flex; align-items: stretch; border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-qty-stepper__btn { background: var(--ac-bg-soft); border: none; width: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ac-text); transition: background var(--ac-transition); } .amocart-qty-stepper__btn:hover { background: var(--ac-border); } .amocart-qty-stepper__input { width: 50px; text-align: center; border: none; border-left: 1px solid var(--ac-border); border-right: 1px solid var(--ac-border); font-size: 15px; font-weight: 600; color: var(--ac-text); -moz-appearance: textfield; } .amocart-qty-stepper__input::-webkit-inner-spin-button, .amocart-qty-stepper__input::-webkit-outer-spin-button { -webkit-appearance: none; } .amocart-qty-stepper__input:focus { outline: none; } /* ── CTA BUTTONS ── */ .amocart-cta-group { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; } .amocart-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: var(--ac-radius); font-size: 15px; font-weight: 700; cursor: pointer; border: none; transition: background var(--ac-transition), transform var(--ac-transition), box-shadow var(--ac-transition); text-decoration: none; width: 100%; letter-spacing: .01em; } .amocart-btn--primary { background: var(--ac-brand); color: #fff; } .amocart-btn--primary:hover { background: var(--ac-brand-dark); box-shadow: 0 4px 14px rgba(233,44,68,.35); transform: translateY(-1px); } .amocart-btn--primary:active { transform: translateY(0); box-shadow: none; } .amocart-btn--primary:disabled { background: #d1d5db; color: #9ca3af; cursor: not-allowed; box-shadow: none; transform: none; } /* Dynamic checkout button override */ .amocart-cta-group .shopify-payment-button { width: 100%; } .amocart-cta-group .shopify-payment-button__button { width: 100%; border-radius: var(--ac-radius) !important; } /* ── SECONDARY ACTIONS ── */ .amocart-secondary-actions { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding: 6px 0; border-top: 1px solid var(--ac-border); } .amocart-secondary-action { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--ac-text-muted); background: none; border: none; cursor: pointer; padding: 0; transition: color var(--ac-transition); } .amocart-secondary-action:hover { color: var(--ac-brand); } .amocart-secondary-action-sep { color: var(--ac-border); } /* ── TRUST BADGES ── */ .amocart-trust-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 6px; padding: 14px; background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); } .amocart-trust-badge { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; } .amocart-trust-badge svg { flex-shrink: 0; margin-top: 1px; } .amocart-trust-badge strong { display: block; font-size: 13px; font-weight: 600; color: var(--ac-text); margin-bottom: 1px; } .amocart-trust-badge span { color: var(--ac-text-muted); line-height: 1.4; } @media (max-width: 479px) { .amocart-trust-badges { grid-template-columns: 1fr; } } /* ── DESCRIPTION ── */ .amocart-description { border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); overflow: hidden; } .amocart-description__heading { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ac-text); margin: 0; padding: 14px 18px; background: var(--ac-bg-soft); border-bottom: 1px solid var(--ac-border); } .amocart-description__body { padding: 16px 18px; font-size: 14px; line-height: 1.7; color: #374151; } /* ── COLLAPSIBLE TABS ── */ .amocart-collapsible { border: 1px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-collapsible + .amocart-collapsible { border-top: none; } .amocart-collapsible__trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: var(--ac-bg-soft); border: none; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--ac-text); text-align: left; transition: background var(--ac-transition); } .amocart-collapsible__trigger:hover { background: #f0f0f0; } .amocart-collapsible__icon { flex-shrink: 0; transition: transform 0.2s ease; } .amocart-collapsible__panel { border-top: 1px solid var(--ac-border); } .amocart-collapsible__content { padding: 16px 18px; font-size: 14px; line-height: 1.7; color: #374151; } /* ── PRODUCT ORGANISATION / TAGS ── */ .amocart-org-block { font-size: 13px; border: 1px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-org-row { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border-bottom: 1px solid var(--ac-border); } .amocart-org-row:last-child { border-bottom: none; } .amocart-org-row--wrap { align-items: flex-start; flex-wrap: wrap; } .amocart-org-label { font-weight: 600; color: var(--ac-text-muted); white-space: nowrap; min-width: 80px; } .amocart-org-value { color: var(--ac-text); } .amocart-org-value--link { color: var(--ac-brand); text-decoration: none; } .amocart-org-value--link:hover { text-decoration: underline; } .amocart-org-tags { display: flex; flex-wrap: wrap; gap: 6px; } .amocart-tag-pill { font-size: 11px; font-weight: 500; padding: 3px 10px; border: 1px solid var(--ac-border); border-radius: 100px; color: var(--ac-text-muted); text-decoration: none; background: var(--ac-bg); transition: border-color var(--ac-transition), color var(--ac-transition); } .amocart-tag-pill:hover { border-color: var(--ac-brand); color: var(--ac-brand); } /* ── COUNTDOWN ── */ .amocart-countdown { background: var(--ac-brand-light); border: 1px solid #fca5b3; border-radius: var(--ac-radius); padding: 14px 16px; } .amocart-countdown__label { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ac-brand-dark); margin: 0 0 10px; } .amocart-countdown__timer { display: flex; align-items: center; gap: 8px; } .amocart-countdown__unit { display: flex; flex-direction: column; align-items: center; background: var(--ac-brand); color: #fff; border-radius: var(--ac-radius); min-width: 52px; padding: 8px 12px 6px; } .amocart-countdown__num { font-size: 22px; font-weight: 800; line-height: 1; } .amocart-countdown__name { font-size: 10px; text-transform: uppercase; letter-spacing: .05em; margin-top: 2px; } .amocart-countdown__sep { font-size: 22px; font-weight: 700; color: var(--ac-brand); } /* ── SHARE ── */ .amocart-share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13px; } .amocart-share__label { font-weight: 600; color: var(--ac-text); } .amocart-share__buttons { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-share__btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 100px; font-size: 12px; font-weight: 600; text-decoration: none; cursor: pointer; border: 1.5px solid var(--ac-border); background: var(--ac-bg); color: var(--ac-text-muted); transition: all var(--ac-transition); } .amocart-share__btn:hover { border-color: var(--ac-brand); color: var(--ac-brand); } .amocart-share__btn--fb:hover { background: #1877f2; border-color: #1877f2; color: #fff; } .amocart-share__btn--tw:hover { background: #000; border-color: #000; color: #fff; } .amocart-share__btn--wa:hover { background: #25d366; border-color: #25d366; color: #fff; } /* ── REVIEW PLACEHOLDER ── */ .amocart-review-placeholder { border: 1px dashed var(--ac-border); border-radius: var(--ac-radius); padding: 14px 16px; } .amocart-review-placeholder__inner { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ac-text-muted); } /* ── DIVIDER ── */ .amocart-divider { width: 100%; } /* ── DELIVERY STRIP ── */ .amocart-delivery-strip { background: var(--ac-bg-soft); border-top: 1px solid var(--ac-border); border-bottom: 1px solid var(--ac-border); padding: 24px 0; margin-top: 8px; } .amocart-delivery-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } @media (max-width: 767px) { .amocart-delivery-strip__grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 479px) { .amocart-delivery-strip__grid { grid-template-columns: 1fr; } } .amocart-delivery-strip__item { display: flex; align-items: flex-start; gap: 12px; } .amocart-delivery-strip__item svg { flex-shrink: 0; margin-top: 2px; } .amocart-delivery-strip__item strong { display: block; font-size: 14px; font-weight: 700; color: var(--ac-text); margin-bottom: 2px; } .amocart-delivery-strip__item span { font-size: 12px; color: var(--ac-text-muted); } /* ── STICKY ADD-TO-CART BAR ── */ .amocart-sticky-atc { position: fixed; top: 0; left: 0; right: 0; z-index: 9000; background: #fff; border-bottom: 2px solid var(--ac-brand); box-shadow: 0 2px 16px rgba(0,0,0,.12); transform: translateY(-100%); transition: transform 0.25s ease; will-change: transform; } .amocart-sticky-atc--visible { transform: translateY(0); } .amocart-sticky-atc__inner { display: flex; align-items: center; gap: 16px; padding-top: 10px; padding-bottom: 10px; flex-wrap: wrap; } .amocart-sticky-atc__title { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; } .amocart-sticky-atc__product-title { font-size: 14px; font-weight: 600; color: var(--ac-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .amocart-sticky-atc__badge { font-size: 10px; font-weight: 700; background: var(--ac-brand); color: #fff; padding: 2px 7px; border-radius: 100px; flex-shrink: 0; } .amocart-sticky-atc__price-wrap { display: flex; align-items: baseline; gap: 8px; flex-shrink: 0; } .amocart-sticky-atc__price { font-size: 18px; font-weight: 800; color: var(--ac-brand); } .amocart-sticky-atc__compare { font-size: 13px; color: var(--ac-text-muted); text-decoration: line-through; } .amocart-sticky-atc__btn { background: var(--ac-brand); color: #fff; border: none; border-radius: var(--ac-radius); padding: 10px 22px; font-size: 14px; font-weight: 700; cursor: pointer; flex-shrink: 0; transition: background var(--ac-transition); } .amocart-sticky-atc__btn:hover { background: var(--ac-brand-dark); } .amocart-sticky-atc__btn:disabled { background: #d1d5db; cursor: not-allowed; } /* ── UTILITY margin helpers (Bootstrap compatible) ── */ .mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 4px !important; } .mb-2 { margin-bottom: 8px !important; } .mb-3 { margin-bottom: 16px !important; } .mb-4 { margin-bottom: 24px !important; } .mb-5 { margin-bottom: 48px !important; } /* ── RTE (rich text) typography ── */ .rte h1, .rte h2, .rte h3, .rte h4 { font-weight: 700; margin-bottom: .5em; } .rte p { margin-bottom: .75em; } .rte ul, .rte ol { padding-left: 1.25em; margin-bottom: .75em; } .rte a { color: var(--ac-brand); } /* ── ACCESSIBILITY ── */ :focus-visible { outline: 2px solid var(--ac-brand); outline-offset: 2px; } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } } /* ── RESPONSIVE tweaks ── */ @media (max-width: 575px) { .amocart-product-page { padding: 16px 0 28px; } .amocart-price { font-size: 22px; } .amocart-product-title { font-size: 19px; } .amocart-sticky-atc__title { display: none; } .amocart-countdown__unit { min-width: 44px; } .amocart-countdown__num { font-size: 18px; } }

SPECIFICATIONS

Brand Name: succebuy

Certification: CE

Computer Connection: USB

High-concerned chemical: None

Input Voltage: AC110/220V 50/60Hz

Item Model Number: S3020 / S4040

Net Weight: 18.74 lbs / 8.5 kg, 31.97 lbs / 14.5 kg

Origin: Mainland China

Software Used: All software that supports GRBL f1.1 firmware

Spindle Maximum Power: 120W / 300W

Spindle Rated Power: 75W

Spindle Speed: 10118 RPM / 12400 RPM

Working Area-S3020: 11.81 x 7.87 x 2.83 in / 300 x 200 x 72 mm

Working Area-S4040: 15.75 x 15.75 x 2.36 in / 400 x 400 x 60 mm

X/Y/Z Axis Speed: 1200 mm/min

30 x 20 cm CNC Router Machine, with a Powerful 120W Spindle
Our CNC engraving machine boasts an 11.81 x 7.87 x 2.83 in (300 x 200 x 72 mm) working area. With an aluminum alloy body, overcurrent protection, and tested to CE standards, it effortlessly cuts, drills, and engraves various materials.
Engineered for longevity, this CNC router machine ensures a service life of up to 5000 hours, offering continuous, dependable performance. Equipped with overcurrent protection, it minimizes downtime and maximizes security, giving you peace of mind during every project.
Boasting a repeat positioning accuracy of ≤0.05 mm, our CNC engraving machine ensures crisp details, smooth edges, and zero tolerance for errors. Ideal for those who demand the utmost precision, it's the ultimate solution for intricate designs and demanding applications.
 
Equipped with an adjustable spindle and intuitive speed control knob, this CNC wood router offers unparalleled flexibility and precision. Whether tackling intricate engravings or tackling complex materials, it handles it all with ease, becoming your ultimate creative companion.
Unleash your creativity without limits! This CNC engraving machine effortlessly tackles wood, acrylic, soft metals, and beyond. From hardwoods to transparent acrylics to soft metals, it carves out masterpieces easily, empowering you to bring any vision to fruition.
40 x 40 cm CNC Router Machine, with a Powerful 300W Spindle
Our CNC engraving machine boasts an 15.75 x 15.75 x 2.36 in (400 x 400 x 60 mm) working area. With an aluminum alloy body, overcurrent protection, and tested to CE standards, it effortlessly cuts, drills, and engraves various materials.
Engineered for longevity, this CNC router machine ensures a service life of up to 5000 hours, offering continuous, dependable performance. Equipped with overcurrent protection, it minimizes downtime and maximizes security, giving you peace of mind during every project.
Boasting a repeat positioning accuracy of ≤0.05 mm, our CNC engraving machine ensures crisp details, smooth edges, and zero tolerance for errors. Ideal for those who demand the utmost precision, it's the ultimate solution for intricate designs and demanding applications.
Equipped with an adjustable spindle and intuitive speed control knob, this CNC wood router offers unparalleled flexibility and precision. Whether tackling intricate engravings or tackling complex materials, it handles it all with ease, becoming your ultimate creative companion.
Unleash your creativity without limits! This CNC engraving machine effortlessly tackles wood, acrylic, soft metals, and beyond. From hardwoods to transparent acrylics to soft metals, it carves out masterpieces easily, empowering you to bring any vision to fruition.
Features & Details
  • 【Unrivaled Powerhouse, 120W / 300W Spindle】:

  • 30 x 20 cm 120 W——Experience the boundless potential of a working area spanning 11.81 x 7.87 x 2.83 in (300 x 200 x 72 mm). Equipped with a 120W spindle, our CNC engraving machine tackles wood, plastic, foam, vinyl, aluminum, and soft metals easily – cutting, drilling, and engraving with ease and precision!

  • 40 x 40 cm 300 W——Experience the boundless potential of a working area spanning 15.75 x 15.75 x 2.36 in / 400 x 400 x 60 mm). Equipped with a 300W spindle, our CNC engraving machine tackles wood, leather, plastic, foam, vinyl, aluminum, and soft metals easily – cutting, drilling, and engraving with ease and precision!

  • 【Security & Reliability You Can Trust】: Security first, always. Our CNC router machine comes with overcurrent protection, safeguarding against malfunctions and ensuring a hassle-free experience. And with a lifespan stretching over 5000 hours, it's a companion that stands the test of time and creativity.

  • 【Precision Meets Ruggedness】: Say hello to unparalleled accuracy with a full aluminum alloy heavy-duty frame. The industrial-grade aluminum alloy construction, coupled with an oxidized surface treatment, delivers a lightweight yet rock-solid foundation that minimizes vibrations and maximizes stability.

  • 【Setup Simplified, Plug and Play】: Ready to use right out of the box? Our CNC engraver router arrives pre-assembled. Simply connect the offline controller, frame, and base, plug in the power cord, and you're ready to unleash your creativity—no fuss, no hassle!

  • 【Effortless Operation at Your Fingertips】: Experience the freedom of standalone operation with our 2.4" offline controller. No computer is needed – navigate with ease using the rotary knob for precise control over your spindle motor. Compatible with all software supporting GRBL f1.1 firmware, it's the ultimate tool for makers and artists alike.

30 x 20 cm 120 W

40 x 40 cm 300 W



Politique de retour

Vous pouvez retourner la plupart des articles neufs et non ouverts dans les 30 jours suivant la livraison pour un remboursement complet. Nous prendrons également en charge les frais de retour si le retour est dû à une erreur de notre part (vous avez reçu un article incorrect ou défectueux, etc.).

Vous devriez recevoir votre remboursement dans les quatre semaines suivant la remise de votre colis au transporteur de retour, cependant, dans de nombreux cas, vous recevrez un remboursement plus rapidement. Ce délai comprend le temps de transit pour que nous recevions votre retour de la part du transporteur (5 à 10 jours ouvrables), le temps qu'il nous faut pour traiter votre retour une fois que nous l'avons reçu (3 à 5 jours ouvrables) et le temps qu'il faut à votre banque pour traiter notre demande de remboursement (5 à 10 jours ouvrables).

Si vous devez retourner un article, connectez-vous simplement à votre compte, visualisez la commande à l'aide du lien « Commandes complètes » sous le menu Mon compte et cliquez sur le bouton Retourner l'article(s). Nous vous informerons par e-mail de votre remboursement une fois que nous aurons reçu et traité l'article retourné.

Expédition

Nous pouvons expédier à pratiquement n'importe quelle adresse dans le monde. Veuillez noter qu'il existe des restrictions sur certains produits, et certains produits ne peuvent pas être expédiés vers des destinations internationales.

Lorsque vous passez une commande, nous estimons les dates d'expédition et de livraison pour vous en fonction de la disponibilité de vos articles et des options d'expédition que vous choisissez. Selon le fournisseur d'expédition que vous choisissez, les estimations de date d'expédition peuvent apparaître sur la page des devis d'expédition.

Veuillez également noter que les frais d'expédition pour de nombreux articles que nous vendons sont basés sur le poids. Le poids de tout article de ce type peut être trouvé sur sa page de détails. Pour refléter les politiques des entreprises d'expédition que nous utilisons, tous les poids seront arrondis au kilo supérieur.