💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer
💥Limited time 50% off🔥 Wireless electric paint sprayer

💥Limited time 50% off🔥 Wireless electric paint sprayer

Price
$189.98
$89.99
Save  $99.99
Type
Please select a type
Plug Specification
Please select a plug specification
Quantity
24-hour fast shipping
30-day no-questions-asked returns
Free Shipping Over $ 50 ▎USA Free Shipping Over $ 80
PCI DSS/SSL secure payments
  • TIPS: All goods are authentic, with genuine patents, counterfeit must be investigated! Customers, please identify our products!!!
  • 😊If you are not satisfied with the goods you received, please contact us within 15 days after receiving, we will give you the best help!
  • 🚢 Shipping>>Worldwide express shipping available.
  • 🔥98.9% of customers buy 2 or more

Are you tired of traditional painting methods that are time-consuming, messy and often produce an uneven finish?

This tool changes everything and makes your painting projects faster, smoother and more accurate than ever before.

Main features

3 spray patterns

The paint and stain sprayer can be set to three different spray patterns:

horizontal, vertical and inclined to meet different needs.

Adjustable flow rate

The flow rate can be adjusted by turning the nozzle knob and the range of spray width is about 20cm-30cm, the best spray distance is about 25cm-35cm. With a powerful motor, it supports the maximum flow 800ml/min.

5 nozzles for different applications

This electric paint sprayer is equipped with 5 brass nozzles (1.0 / 1.5 /1.8/ 2.0/ 2.5 mm) that make it suitable for most paint projects, such as interior and exterior painting, fences, decks, cabinets and other furniture.

check valves

This accessory for an electric paint spray gun has a check valve that allows you to spray paint at any angle without worrying about backflow.

Powerful motor and maximum spray pressure

It is equipped with a powerful brushless motor that reduces noise and extends working time.
The paint sprayer also features a viscosity cup with a maximum viscosity of 80 DIN/sec and a maximum speed of 800 ml/min, saving you a lot of time and getting the job done faster.

Rechargeable battery and portable charger

Without cords and outlets, the cordless paint sprayer allows you to enjoy the convenience of using it outdoors, working at any job site, which will be a faster tool than a roller or brush.

Specificatie

  • Rated power: 210W
  • Load power: 800W
  • Distance for spraying: 200-250cm
  • Rated speed: 38000rpm
  • Width: 200-300mm
  • Airflow: 160L/min
  • Color flow: 500-800ml/min
  • Material container capacity: 800ml


The package contains

  • 1 * Cordless electric paint sprayer
  • 1 * Charging cord
  • 1 * Instruction book


Comments

1. colors may vary due to different monitors.
2. A margin of error of 1-2 cm is allowed for manual measurements.

 

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.