/* REVIEW A CLAMP RECEIVE A CLAMP */ /* --- */ /* Disable Gravity Form submission without valid coupon code */ .gform_wrapper input[type="submit"].coupon-code-disabled{ opacity: 0; color: #fff !important; background: #000 !important; pointer-events: none; } .gform_wrapper #gf_coupon_button.coupon-code-disabled{ opacity: 0.5; pointer-events: none; }

Jorgensen Corner Easing Plane

The Jorgensen corner easing plane can make quick work of edge relief. The plane is made from high‑grade aluminum and precisely machined, it’s durable and provides great corner finish results. The hardened O1 steel blade is sharp and durable. The large screw on the product is easily and precision adjusted the cut depth. Build in blade storage on the handle.

Model#70740: Corner easing plane with one 45‑degree chamfer O1 steel blade.

Model#70748: Corner easing plane with one 45‑degree chamfer O1 steel blade & three radius blade 18in, 316in and 14in.

Model#70743: 3PK Replacement Radius Blade 18in, 316in and 14in.

Product # Description
#70740 Corner Easing Plane with one 45-degree chamfer blade
#70748 Corner Easing Plane with one 45-degree chamfer blade & three radius blade 18in, 316in and 14in.
#70743 3PK Replacement Radius Blade 18in, 316in and 14in.

Videos

Ratings and Reviews

/* REVIEW A CLAMP RECEIVE A CLAMP */ /* --- */ /* Disable Gravity Form submission without valid coupon code */ (function($){ $(function(){ // Elements var couponFormElement = 'form#gform_3'; var couponCodeField = '.gfield#field_3_3'; var couponCodeInput = '.gfield #gf_coupon_code_3'; var couponCodeInputValues = '.gfield #gf_coupon_codes_3'; var couponCodeValidationMessage = '.gfield #validation_message_3_3'; // Promo Code Form var promoForm = $(couponFormElement); // Check form if( promoForm[0] ){ // Check promo code is applied var promoCodeInterval = setInterval(function(){ // NO COUPON CODE if( $(couponCodeInputValues).val() === '' ){ // Submit Button $(couponFormElement + ' input[type="submit"]').addClass('coupon-code-disabled'); // Coupon Code Button $('#gf_coupon_button').removeClass('coupon-code-disabled'); } // HAS COUPON CODE if( $(couponCodeInputValues).val() !== '' ){ // Submit Button $(couponFormElement + ' input[type="submit"]').removeClass('coupon-code-disabled'); // Field Errors $(couponCodeField).removeClass('gfield_error'); // Display Coupon Code $(couponCodeInput).val( $(couponCodeInputValues).val() ); // Validation Message $(couponCodeValidationMessage).remove(); // Coupon Code Button $('#gf_coupon_button').addClass('coupon-code-disabled'); } }, 500 ); } }); }(jQuery));