2 - 5 | $174 USD | $-5 USD |
6 - 10 | $169 USD | $-10 USD |
11 - đôi mươi | $164 USD | $-15 USD |
Ships From --- Please Select --- Any location (Seller"s Choice) USA (Ship khổng lồ US Only) EU (Ship lớn EU Only) UK (Ship khổng lồ UK Only) china
× insaomai.com Ender 3 V3 SE 3d Printer
**Free & faster shipping (incl. Of taxes) applies if the order ships from the local warehouses (US/EU/UK/AU/etc). Estimated shipping time may vary and you may have khổng lồ pay import taxes/additional shipping costs if the order ships from the seller"s original manufacturing facilities, usually China, Taiwan, Hong Kong, etc. We ship compatible plugs based on your location. Please refer to lớn our FAQ for more details. If you have any presale questions, please tương tác us.
Bạn đang xem: Máy in 3d ender 3 v3 se
Product Condition | |
Item Condition | New |
Manufacturer Warranty | 1 year |
Printing Specifications | |
Print size ( X Y Z ) | 220*220*240mm |
Print Speed | 500 mm/sec |
Layer Resolution | 50 microns |
Print Precision (Layer Thickness) | ±0.1mm |
Filament Diameter | 1.75 mm |
Nozzle Diameter | 0.4 mm |
Filament Compatibility | PLA, ABS, TPU, ASA,Copper, Wood, Carbon Fiber, Gradient màu sắc etc. |
Software Specifications | |
3D Printing Software | insaomai.com Slicer/Cura/Simplify3D |
Supported file Formats | STL, Gcode, OBJ |
Operating System | Windows/Mac/Linux |
Electrical Specifications | |
Power Requirements | Input: AC 100-120V/200-240V,50/60Hz Output : DC 24V 15A 350W |
Connectivity (Interface) | USB, Online, SD thẻ |
Electronics Specifications | |
Display | 4.3"" màu sắc Touch Screen |
Shipping specifications | |
Machine weight | 7.85 kg |
Shipping box weight | 9.9 kg |
Machine Dimensions | 433×366×490 mm |
Shipping box dimensions | 502×409×280mm |
American Express Mastercard Pay
Pal Visa JCB Diners Club Discover
Relax, Let tự động Leveling vị It
Leveling is the basis of print quality. Ender-3 V3 SE features a CR cảm biến sensor for auto leveling & a strain sensor for auto Z offset. Just lay back & enjoy the print success.User Interface Comes lớn Life
The UI adopts motion graphics lớn display the leveling process and other parameters.You can get how the printer is doing at a single glance.
Sleek and Compact Design
Ender-3 V3 SE is compact, simple, và elegant.It combines neat X, Y, Z-axis, smooth T-shaped profiles, và low-key tensioners for a sleek look.19.4%* Build Volume to Printer kích thước Ratio *Data from insaomai.com Lab.
Stable for Realizing Great Ideas
The rigid dual Z-axis reduces Z wobbling. The Y-axis uses a pair of 8mm thick linear shafts made of strong and wear-proof steel, able to carry the build platform steadily for a lasting time. Together, they will take good care of each print.
Xem thêm: Chuyên Cung Cấp Các Loại Mực In Uv Tốt Nhất Hiện Nay, Mực In Uv Uy Tín, Chính Hãng Nhất Hiện Nay
Direct Extrusion, Highly Capable
The "Sprite" extruder of Ender-3 V3 SE works well with PLA, PETG, and flexible TPU, unlocking your creative potential. And the extruder is market-proven for its reliability, as over 500,000 units* have been shipped worldwide.
Auto Filament Loading and Unloading
Tap "Extrude", và the filament will flow out of the nozzle smoothly. Tap "Retract", and the filament will exit quickly. So, it is effortless khổng lồ replace the filament.
UI Languages:English, French, Portuguese, Turkish, German, Spanish, Italian, Russian, Japanese, Chinese
insaomai.com is a leading 3d printer manufacturer dedicated to developing the FDM/resin 3d printer, 3d printer filament, and maker related products. Subscribe lớn learn more.
const TAG = "spz-custom-painter-button-animation"; const MAX_ITERATION_COUNT = 99999999; const SITE = (window.C_SETTINGS && window.C_SETTINGS.routes && window.C_SETTINGS.routes.root) || ""; const ADD_TO_CART_ANIMATION_SETTING = `$SITE/api/marketing_atmosphere_app/add_to_cart_btn_animation/setting`; class Spz
Custom
Painter
Button
Animation extends SPZ.Base
Element /**
override */ build
Callback() this.product
Available_ = this.element.has
Attribute("product-available"); this.selected
Variant
Available_ = this.element.has
Attribute("selected-variant-available"); /**
private */ render_() if (!this.product
Available_) return; this.fetch_().then((data) => if (!data) return; this.data_ = data; this.animation
Class_ = `painter-$data.animation_name-animation`; this.iteration
Count_ = data.animation_iteration_count === "infinite" ? MAX_ITERATION_COUNT : data.animation_iteration_count; const animation
Duration = 1; const animation
Delay = data.animation_delay ); /** *
private */ fetch_() return this.xhr_.fetch
Json(ADD_TO_CART_ANIMATION_SETTING).then((data) => ); /**
private */ get
Add
To
Cart
Button_() this.add
To
Cart
Button_ = SPZCore.Dom.scoped
Query
Selector( document.body, "
Cart">,
Cart">,
Cart">,
Cart">" ); /**
private */ restart
Animation_() this.add
To
Cart
Button_.class
List.remove(this.animation
Class_); this.add
To
Cart
Button_./* OK */ offset
Width; this.add
To
Cart
Button_.class
List.add(this.animation
Class_); this.animation
Execution
Count_++; /**
private */ setup
Timer_() this.timer
Id_ = this.win.set
Interval(() => this.restart
Animation_(); if (this.animation
Execution
Count_ >= this.iteration
Count_) this.remove
Animation
Class_(); this.clear
Timer_(); , this.delay_); /**
private */ restart
Timer_() if (this.animation
Execution
Count_ >= this.iteration
Count_) this.remove
Animation
Class_(); return; this.setup
Timer_(); /**
private */ listen
Variant
Change_() SPZUtils.Event.listen(self.document, "dj.variant
Change", (e) => const selected
Variant = e.detail && e.detail.selected; if (!selected
Variant) return; const available = selected
Variant; if (this.selected
Variant
Available_ !== available) this.selected
Variant
Available_ = available; this.clear
Timer_(); if (available) this.restart
Timer_(); ); /**
private */ remove
Animation
Class_() this.win.set
Timeout(() => this.add
To
Cart
Button_.class
List.remove(this.animation
Class_); , 1000); /**
private */ handle
Button
Effect_() this.get
Add
To
Cart
Button_(); if (!this.add
To
Cart
Button_) return; if (this.selected
Variant
Available_) ++this.animation
Execution
Count_; this.add
To
Cart
Button_.class
List.add(this.animation
Class_); if (this.iteration
Count_ === 1) this.remove
Animation
Class_(); return; this.setup
Timer_(); this.listen
Variant
Change_(); SPZ.define
Element(TAG, Spz
Custom
Painter
Button
Animation);