Oka Special Edger No. 5 Japanese Leathercraft Edge Bevelling Skiving Tool 1.6mm Leather Beveler, with Jewellers Rouge & Sandpaper


With this high-quality leather edge beveler from Oka of Japan, you can round off the edges of your leathercraft. This tool is excellent for finishing leather wallets, belts, and more.


AUD 22.32
3 piece

In stock



Share

Japan Postl EMS FedEx

🔒 Secure checkout (Credit Card, Bank Transfer, & PayPal available)

✈️ Get your order in as soon as three days*

🌏 Worldwide shipping available

💰 Save on shipping when you buy multiple items

window.renderBadge = function() { var ratingBadgeContainer = document.createElement("div"); document.body.appendChild(ratingBadgeContainer); window.gapi.load('ratingbadge', function() { window.gapi.ratingbadge.render(ratingBadgeContainer, {"merchant_id": 153058324}); }); }
* Incl. VAT excl. Shipping

To give your leather products a professional appearance, use this special edger from Oka of Japan to trim and round off leather edges. This tool is constructed of high-quality tempered steel that has been carefully sharpened and has a rust-resistant coating, ensuring that it will endure for many years. The ergonomically constructed wood handle provides a better grip and prevents the tool from slipping out of your hands when beveling. At the end of the handle is a machine brass ferrule that is held in place with a nail to ensure stability and longer life for this tool. This listing also includes a jeweler's rouge and sandpaper to keep your tool sharp and ready to use at all times.

Use this special edger to bevel the square edges of your leather to prevent it from mushrooming and give it a clean, rounded finish. Because the size number is etched on the shank, you can quickly identify the size of the tool you need for your project. Buy this tool along with other blade sizes for beveling leather of various thicknesses (each sold separately).

This listing includes:

• Leather Edge Beveler: No.5 (1.6mm)
• Jeweller's Rouge
• Waterproof Sandpaper

Available Sizes (each sold separately)

• No.0 (0.6mm)
• No.1 (0.8mm)
• No.2 (1mm)
• No.3 (1.2mm)
• No.4 (1.4mm)
• No.5 (1.6mm)
• No.6 (1.8mm)

Please note: The blade edge is sharp, keep out of the reach of children. Store without the blade contacting any hard surface to avoid dulling the cutting edge.

Technical characteristic Value
Item ID 42882
Condition New
Model 6012
Manufacturer Oka Factory
Manufacturing country Japan
Net weight 96 g
Weight 196 g
Dimensions 140×0×0mm
Customs tariff number 820551000

JAN Code: 4897137680405

document.querySelector("form > input[data-mail='subject']").value = "Customer enquiry for variation id number " + vueApp.$store.getters.currentItemVariation.variation.id; document.addEventListener("onVariationChanged", function (e) { document.querySelector("form > input[data-mail='subject']").value = "Customer enquiry about variation id number " + vueApp.$store.getters.currentItemVariation.variation.id; });

Will be available very soon!


Similar products

// Handles basket preview popup interactions and trusted seal popup link document.addEventListener("DOMContentLoaded", function () { const button = document.querySelector(".toggle-basket-preview.nav-link"); const popup = document.getElementById("customPopup"); const closeBtn = document.getElementById("closePopupBtn"); if (button && popup) { button.addEventListener("click", function (e) { e.preventDefault(); // Prevent default button behavior popup.style.display = "flex"; // Show the popup when button is clicked }); } if (closeBtn && popup) { closeBtn.addEventListener("click", function () { popup.style.display = "none"; // Hide the popup when "Got it" button is clicked }); } document.addEventListener("keydown", function (e) { if (e.key === "Escape" && popup) { popup.style.display = "none"; // Close the popup if Escape key is pressed } }); }); // Ensure the element with id "trusted_seal_link" exists before adding the event listener const yourLink = document.getElementById("trusted_seal_link"); if (yourLink) { yourLink.addEventListener('click', function (event) { event.preventDefault(); // Open the URL in a new window, ensuring security best practices with 'noopener noreferrer' window.open('https://www.etrust.pro/info/844.html', 'view', 'height=610,width=430,resizable=no,toolbar=no,location=no,scrollbars=yes,status=no'); }); } // Handles the dismissible header banner and initializes the multi-item carousel $(document).ready(function () { // Check if the 'alerted_check' exists in localStorage const isAlerted = localStorage.getItem('alerted_check'); if (!isAlerted) { // Fade in the headerstrip-wrapper with a defined duration const fadeInDuration = 7000; $("div.headerstrip-wrapper").fadeIn(fadeInDuration); } // Handle dismissing banners using event delegation for better performance $(document).on('click', '.js-banner__dismiss', function () { $(this).parent().hide(); localStorage.setItem('alerted_check', 'yes'); }); // Carousel multi-item logic $('.carousel.carousel-multi-item.v-2 .carousel-item').each(function () { let next = $(this).next(); if (!next.length) { next = $(this).siblings(':first'); } next.children(':first-child').clone().appendTo($(this)); // Clone the next 3 items to ensure the carousel displays multiple items for (let i = 0; i < 3; i++) { next = next.next(); if (!next.length) { next = $(this).siblings(':first'); } next.children(':first-child').clone().appendTo($(this)); } }); // Brands slider logic const brandsSlider = $('.brands_slider'); if (brandsSlider.length) { brandsSlider.owlCarousel({ loop: true, autoplay: true, autoplayTimeout: 5000, nav: false, dots: false, autoWidth: true, items: 8, margin: 42 }); // Initialize previous and next buttons for brands slider, ensuring the elements exist const prevButton = $('.brands_prev'); const nextButton = $('.brands_next'); if (prevButton.length) { prevButton.on('click', function () { brandsSlider.trigger('prev.owl.carousel'); }); } if (nextButton.length) { nextButton.on('click', function () { brandsSlider.trigger('next.owl.carousel'); }); } } }); // hide announcement const banner = document.querySelector('.banner-announcement'); window.addEventListener('scroll', () => { if (window.scrollY > 0) { banner.style.display = 'none'; // hide when scrolling down } else { banner.style.display = 'block'; // show when at top } });