NEW - PORTER CABLE 18-Guage Pneumatic Brad Nailer Kit (2024)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended //if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { if (ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://www.biddergy.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f408430641%2fNEW-PORTER-CABLE-18Guage-Pneumatic-Brad-Nailer-Kit'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=408430642&returnUrl=%2FEvent%2FLotDetails%2F408430641%2FNEW-PORTER-CABLE-18Guage-Pneumatic-Brad-Nailer-Kit'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=408430642&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); // render a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://www.biddergy.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f408430641%2fNEW-PORTER-CABLE-18Guage-Pneumatic-Brad-Nailer-Kit'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=408430642&returnUrl=%2FEvent%2FLotDetails%2F408430641%2FNEW-PORTER-CABLE-18Guage-Pneumatic-Brad-Nailer-Kit'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=408430642&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 22; var lastLotOrder = 52; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 407416227, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 22; var lastLotOrder = 52; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 407416227, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://www.biddergy.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f408430641%2fNEW-PORTER-CABLE-18Guage-Pneumatic-Brad-Nailer-Kit'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=408430642&returnUrl=%2FEvent%2FLotDetails%2F408430641%2FNEW-PORTER-CABLE-18Guage-Pneumatic-Brad-Nailer-Kit'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=408430642&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

Preview

NEW - PORTER CABLE 18-Guage Pneumatic Brad Nailer Kit NEW - PORTER CABLE 18-Guage Pneumatic Brad Nailer Kit (1)

1919 E Kilgore Service Road, Kalamazoo, MI 49001

Kalamazoo, MI - Showroom 3

Lot # KZ0015045

NEW - PORTER CABLE 18-Guage Pneumatic Brad Nailer Kit (2)

  • NEW - PORTER CABLE 18-Guage Pneumatic Brad Nailer Kit (3)

  • NEW - PORTER CABLE 18-Guage Pneumatic Brad Nailer Kit (4)

  • NEW - PORTER CABLE 18-Guage Pneumatic Brad Nailer Kit (5)

  • NEW - PORTER CABLE 18-Guage Pneumatic Brad Nailer Kit (6)

Current Price $10.00 ( )

Bidding will open in Starts On Thursday, May 9, 2024 at 8:00AM ET remaining

2Watching Add to Watch List

Item Description

  • Maintenance-free motor
  • Tool-free depth-of-drive adjustment
  • Tool-free jam release
  • Rear exhaust
  • Low nail reload indicator
  • Hardened driver blade
  • Removable non-marring nose tip
  • Sequential style trigger

Condition:New / Unopened Original Packaging

Color:Silver / Black

Dimensions:18-Guage Nails From 5/8" To 2" L

Current Retail Price:$89.98

Class Key: Also see condition notes above for specific item details.

NEW - Items are in new condition.

CLASS A – Items that are like new and fully functional, original packaging may be open, dirty or missing. All pieces/parts are included. Items tested to the best of our ability.

​CLASS B – Items that have been slightly used or tested but are fully functional, item might show wear or have slight imperfections, scratches, dents, etc. but that does not affect functionality. Items tested to the best of our ability. Items can also be brand new and fully functional while having one damaged or missing part not affecting functionality.

CLASS C – Items that are missing parts or damaged to the extent that items may need slight repair or parts to function.

Inspection Times

All items listed in auction are located for inspection at our facility located at 1919 E Kilgore Service Road, Kalamazoo, MI unless otherwise noted. You are welcome to inspect the items before the auction anytime during our normal business hours which are Monday/Tuesday/Wednesday/Friday 9am-5pm, Thursday 9am-6pm, and Saturday 10am-2pm. Inspection is encouraged as all items are sold "as-is".

Condition

All items listed for auction are to be sold "as is, where as". All items are sold without warranty of any kind, neither expressed nor implied, all sales are final. Biddergy allows 7 days for marine items purchased in "running condition" to be inspected by a "certified marine technician".

Buyers Premium

18% BUYERS PREMIUM. If paying with cash, wire transfer, money order, or cashier's check, then 3% of the buyer's premium is waived, which makes it 15%.

Payment & Removal

Successful high bidders are to make payment and remove items no later than 7 days from specific purchase date. Biddergy accepts cash, wire transfer, money order, cashier's check, and credit cards (Visa, Discover, Mastercard, American Express). Successful high bidders are responsible for any federal, state, and local taxes that may apply. After this 7-day period if your invoice has not been both paid for and picked up, an automatic $2 per lot/per day storage fee will be added to your invoice and will be subject to being resold at the high bidder's expense. Biddergy reserves the right to charge your credit card on file if payment is not made during the designated time allotted. Our terms and conditions in their entirety can be found at www.biddergy.com/terms.

Sales Tax & Title Items

All bidders will be subject to 6% State of Michigan Sales tax. If you are tax exempt, please be prepared to provide our office with the proper documentation upon making payment.

Auctions

Auction dates and times are approximate and Biddergy reserves the right to alter times and dates at its discretion. Times are listed as Eastern Standard Time. All auctions are programmed to extend 5 minutes if last minute bids are placed. If no other bids are placed within 5 minutes, auction will end. Example - An item is scheduled to end at 8:00pm, a bid is placed at 7:58pm, the ending time will be extended 5 minutes making the end time 8:03pm, this will continue until no bids are placed during the last 5 minutes. Biddergy offers shipping between our auction centers, please contact our office at (866) 260-1611 for more information. Biddergy is also happy to work with your preferred shipping vendor, please contact our office for any handling fees that may apply.

NEW - PORTER CABLE 18-Guage Pneumatic Brad Nailer Kit (2024)

FAQs

What pressure should I use for 18 gauge brad nails? ›

Operating Pressure: 70-110 PSI. Fastener Type: 18 Gauge brad nails. Fastener Range: 5/8″ to 2″ Collation: Adhesive.

What can you build with an 18 gauge brad nailer? ›

AEROPRO F50RC brad nailers are designed to drive 18-gauge brads from 5/8"to 2"in length(15-50mm). Ideal for trim work, furniture building, baseboards and crown molding installation, flooring, cabinetry, cabinet backing, window casing, picture frame assembly and other woodworking finish application.

Why won't my pneumatic nailer shoot nails? ›

Replace Seals and O-Rings

If the nailer won't fire and there doesn't seem to be a jam; if you hear the drive piston moving when you shake the tool; or if you hear a hissing coming from your tool's exhaust vent or trigger, damaged seals are a likely culprit.

Can you use 18 gauge nails for baseboards? ›

You should use between a 15- and 18-gauge nail based on your baseboard size. With these, you can locate nails that are 2.5” in length, making them the ideal length for installing baseboards.

What PSI should a pneumatic nail gun be? ›

Minimum Recommended Operating Pressure (PSI)

Most nailers will operate at a PSI between 70 and 120.

Is 110 psi enough for a nail gun? ›

It operates at a recommended pressure of 60-100 PSI with a maximum pressure of 110 PSI, so is powerful enough for most heavy-duty jobs.

What is an 18 gauge brad nailer good for? ›

Brad nails are formed from a fine, 18-gauge wire, so they are smaller in diameter than finish nails and typically have less holding strength. They're better suited for tasks like light decorative trim and molding, panel installation and crafts.

Can I use 18 gauge nails for cabinets? ›

I can tell you from being a head installer at a large custom cabinet shop use an 18 gauge brad nailer. 1 inch pins at 12 to 18 inches apart is best for crown but make sure to switch to 5/8 for the flat scribe.

What else can I use a brad nailer for? ›

Best Projects for a Brad Nailer
  • Fastening thin, delicate softwood pieces.
  • Installing small pieces of trim or moulding.
  • Working on craft projects.
  • Tacking pieces in place to allow adhesive to dry.
  • Attaching work pieces temporarily.
  • Assembling parts on a project that requires small nail holes rather than a strong hold.
Aug 7, 2023

Does a pneumatic nail gun need a compressor? ›

Pneumatic nail guns, also known as air compressor nail guns, require an air compressor for power, along with an air hose to connect to the nail gun. Cordless nail guns offer freedom of movement, but power-intensive jobs, like framing, will increase battery use.

Why is my Porter Cable finish nailer not shooting nails? ›

You will need to make sure you have an adequate air supply, the nails are in place, the gun has been oiled and nothing is jamming the plunger.

How do I choose a pneumatic nail gun? ›

If you choose a pneumatic tool, make sure that the air requirement for the nail gun and the compressor match - ensuring your nail gun will work properly. Don't forget to consider the brand when making your decision.

Which is better, a 16 gauge or 18 gauge brad nailer? ›

18 gauge Finish Nailer

Brad nails are thin wire-like nails and because they are so thin they often eliminate the need to fill in holes left behind. However, you will not get the holding power as the 16-gauge but you won't need it if you're using it on the above-mentioned applications.

Should I use 16 or 18 gauge nailer for trim? ›

If you're doing a lot of trim work and don't want to own multiple guns, the 16-gauge is probably the most versatile.

How deep should brad nails be? ›

The rule is simple: a brad should be three times as long as the thickness of the material you are fixing. Example: if the material is 15 mm thick, the brad should be 45 mm long. Choose a brad gun that takes the length of brad you need.

What is the best use for an 18 gauge brad nailer? ›

18-gauge brad nailers shoot a thin nail between 3/8″ to 2″ depending on the model. They leave a smaller hole thanks to their small head and so are less likely to split thinner wood. They're the ideal nailer for attaching casing to window and door jambs because they're less likely to blow out the connections.

How big of an air compressor do I need to run a Brad nailer? ›

DP tool to operateCompressor to buy
Brad nailerportable, 2.0 CFM, 30 lb.
Finish nailerportable, 2.0 CFM, 30 lb.
Sheathing staplerportable, 4.0 CFM, 50 lb.
Framing nailerportable, 4.0 CFM, 50 lb.
3 more rows

What PSI is needed for a roofing nailer? ›

The requirements which are acceptable for successfully firing out a roofing nail are 2 to 2.5 cubic feet per minute (CFM) of maximum pressure and 70 to 110 pounds per square inch (PSI).

What pressure do most nailers operate at? ›

Most air tools require between 70 and 90 PSI. Any light-to-medium-duty air compressor can easily handle 90 PSI, but you always want the compressor to supply more flow than needed. Pro Tip: Always respect a PSI rating. If you don't supply enough air volume, the tool won't operate correctly.

References

Top Articles
Latest Posts
Article information

Author: Pres. Lawanda Wiegand

Last Updated:

Views: 6050

Rating: 4 / 5 (51 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Pres. Lawanda Wiegand

Birthday: 1993-01-10

Address: Suite 391 6963 Ullrich Shore, Bellefort, WI 01350-7893

Phone: +6806610432415

Job: Dynamic Manufacturing Assistant

Hobby: amateur radio, Taekwondo, Wood carving, Parkour, Skateboarding, Running, Rafting

Introduction: My name is Pres. Lawanda Wiegand, I am a inquisitive, helpful, glamorous, cheerful, open, clever, innocent person who loves writing and wants to share my knowledge and understanding with you.