We offer free shipping on all orders
SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points
SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points
SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points
SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points
SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points
1 / 5
SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points
SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points
SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points
SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points
SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points
0% OFF
SKYSHALO

SKYSHALO Wood Burning Kit 250~700°C Dual Pyrography Pen 23 Wire Nibs 5 Solid Points

$65.99
0 sold
Qty

Product Description

SKYSHALO Dual Pen and Dual Port Wood Burning Kit
The unique digital display screen provides precise temperature control at your fingertips, allowing you to achieve perfect creations. The heat-resistant handle, designed ergonomically with high-temperature-resistant materials, ensures comfort during extended use. Two separate stands further enhance orderly creativity. Whether for adults or beginners, the pyrography machine becomes your artistic companion, igniting boundless creativity in the world of pyrography.
Dual Pen and Dual Port
The wire-nib pen with 23 steel wire tips is perfect for fine-tuning contours, feathering, and intricate detailing. The portable solid-tip pen with 5 solid tips is suitable for hot stamping, coloring, and outlining. You can easily switch tips, unleashing versatile creativity.
Precision Temperature Control
Forget about guesswork regarding temperatures! Our pyrography wood burning kit features a digital display screen that clearly shows the current temperature, providing you with instant information. The adjustable temperature range of 250-700°C ensures precise temperature adjustments.
Two Secure Pen Holder
This wood burning pyrography kit includes two separate pen holders, allowing you to place the pyrography pens individually, facilitating separate workspaces, and preventing clutter. Your pyrography pens and accessories will remain organized and orderly, enabling you to create with confidence.
Ergonomic Handle
The wood burner features an ergonomic handle that is crafted from high-temperature-resistant plastic, ensuring a comfortable grip. Regardless of whether you're left-handed or right-handed, It provides gentle support during every creative endeavor.
Versatile Applications
A perfect gift for both beginners and adults, this professional pyrography kit enables you to master the flames of creativity with ease. Ideal for pyrography on wood, leather, cork, pumpkin, gourd, and more materials, it delivers a rich array of unexpected and wonderful artistic effects.
Comprehensive Accessories
This pyrography kit comes with an array of accessories ready for immediate use: 23 x wire tips, 5 x solid-point pen tips, 2 x pen holder, 1 x screwdriver, 4 x wooden pieces, 1 x tweezers, 1 x craft knife, 1 x sponge, 1 x user manual, 1 x wire-nib pen, 1 x solid-point pen.

Specifications

Item Model Number: LH55
Adjustable Panel Temperature Range: Wire-Nib Pen Tip 250-700℃
Temperature Display: Digital Display
Number of Output Ports: Dual
Net Weight (with accessories): 3.04 lbs / 1.38 kg
Product Dimensions (L×W×H): 4.57 × 3.98 × 3.46 in / 116 × 101 × 88 mm

Package Content

1 x Wood Burning Machine
2 x Pen Stand
1 x Screwdriver
4 x Wooden Pieces
1 x Tweezers
1 x Craft Knife
1 x Sponge
23 x Wire Tips
5 x Solid-Point Pen Tips
1 x User Manual
1 x Wire-Nib Pen
1 x Solid-Point Pen
  • Two Pens, Double the Creativity: Our wood burning kit comes with two unique pyrography pens to meet your needs. The wire-nib pen features 23 steel wire nibs for advanced thermal imaging work like fine contouring, feathering, cross-hatching, shading, and more. The solid-point pen features 5 solid points for tasks like outlining, shading, and hot stamping. The dual port design allows both pens to work independently simultaneously, so there is no need for frequent replacements.
  • Precision Temperature Control: The digital display screen provides intuitive temperature readings, ensuring precise temperature adjustments between 250-700°C. Whether you're engaged in intricate detailing or bold creativity, the temperature control of the pyrography wood burning kit empowers you to achieve flawless outcomes.
  • Professional Tool Kit: We've prepared a comprehensive wood burning pyrography kit for you, including 23 x wire tips, 5 x solid-point pen tips, 2 x pen holders, 1 x screwdriver, 4 x wooden pieces, 1 x tweezers, 1 x craft knife, 1 x sponge, 1 x user manual, 1 x wire-nib pen, 1 x solid-point pen.
  • Two Separate Holders & Heat-proof Handle: Our wood burner features 2 stable pen holders for convenient separate workspaces, ensuring the secure storage of your tools. The storage grooves help organize pen tips, cleaning sponges, and other accessories, maintaining a neat workspace. The heat-resistant handle, crafted from premium insulating materials, ensures minimal heat transfer during extended periods of use.
  • The Perfect Gift: Whether for adults or beginners, our pyrography kit is a perfect gift. Its unique design and functionality provide unprecedented creative joy for art enthusiasts, making it a thoughtful and heartwarming present.
Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.
Related Products
25% OFF
Kera | Cryo Facial Globes
美妆(Accessories)
$44.00 $59.00
Tona | Lift and Tone Sculpting Bar.
美妆(Accessories)
$59.00
40% OFF
Bunny Ears | Spa Headband
美妆(Accessories)
$9.00 $15.00