Stainless steel survival line saw Steel cable saw Pocket saw

$24.99
Style:  3PCS
Quantity
Share the love
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

Introduction

Wire wire saw, made of all steel wire! The puller is able to rotate 360 degrees, which is much more flexible than the old one that can't be advertised, and it is better to send force. Do not underestimate the thin wire, its cutting ability is very strong, in addition to metal, it can cut any object quickly and labor-saving!

Usage: Just pull the saw apart with your hand and rub it back and forth on the cutting object in seconds! Don't use the kind of saw that comes with your Swiss Army knife, it's slow and laborious!

A wire saw is an important item in a survival backpack. A wire saw can cut through very thick trees, and it doesn't take up any space in your backpack at all, it's almost negligible.

The wire saw is an important item in the survival backpack, the wire saw has very fine teeth, when using it, you must be careful of the wire saw rust will make its teeth blunt, after each use should be wiped clean and coated with moist food oil.

It can cut wood, plastic from any direction.

Product Name】Stainless steel survival line saw Steel cable saw Pocket saw

Product specifications】Saw line length of about 73CM

Product Material】High quality stainless steel


Product features]


Good quality, sharp saw mouth, small size, light weight, easy to carry, is a good tool for wilderness survival. Can saw wood, plastic, bone, rubber, soft metal and other materials.

Wire saw, also known as pocket saw, is an important item in the camping equipment, the choice of high-quality high-strength stretching stainless steel wire made. It is made of fine steel wire wrapped around thicker wire to form a silk-wrapped saw teeth, and then four strands of wire wrapped around the wire to make the saw blade, with sharp teeth and smooth not to hurt the hand. Can be sawed from any direction branches, wood, plastic, rubber, bone, soft metal, etc., easy to operate, easy to carry, does not hurt the hands and clothing, long service life. Selected stainless steel materials, no special maintenance, wipe clean and keep dry after use.

How to use

※ Put your thumbs into the pull ring on both sides, stretch the body of the saw to make it taut, and move the saw back and forth gently.

※ One-handed use: first cut a thumb-thin, about 10CM longer than the body of the saw branch, make a cut at each end of the branch, insert the pull ring into one end of the cut, bend the branch, insert the other pull ring into the other cut, you can make a bow-shaped hand saw

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.