- How it Works>
- About SabbaShop
- How to Shop
- How to Pay
- Local Pick Up
- Shipping
- Customer Service
- Returns
- ItemsforSALE>
- All Auctions
- ENDING SOON
- NEWLY ADDED
- Highest Price
- Lowest Price
- In-store Clearance
- eBay Store
- In-Store Clearance
- Pick up Hours
- Contact Us
- Home
- Browse
- Automotive
- Hitbox HBM200 MIG Welder 200Amp 110V 2 in 1 Gasless Flux Core Welder $129.99(173163747)
× 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 if ((autoGenerateInvoices || ownerAllowsInstantCheckout) && data.LineItemID) { var checkoutUrl = 'https://www.sabbashop.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f173163747%2fHitbox-HBM200-MIG-Welder-200Amp-110V-2-in-1-Gasless-Flux-Core-Welder-12999'; 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 (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=sabbashop&template=ask_listing_question&listingID=173163747&returnUrl=%2FListing%2FDetails%2F173163747%2FHitbox-HBM200-MIG-Welder-200Amp-110V-2-in-1-Gasless-Flux-Core-Welder-12999'; 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=173163747&Receiver=sabbashop' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '
'; var feedbackHtmlList = '
'; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } 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 checkout button if the listing ends successfully and the winner is viewing $(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 == "") { var checkoutUrl = 'https://www.sabbashop.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f173163747%2fHitbox-HBM200-MIG-Welder-200Amp-110V-2-in-1-Gasless-Flux-Core-Welder-12999'; 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.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //render contact seller button if one does not already exist if (false && $("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=sabbashop&template=ask_listing_question&listingID=173163747&returnUrl=%2FListing%2FDetails%2F173163747%2FHitbox-HBM200-MIG-Welder-200Amp-110V-2-in-1-Gasless-Flux-Core-Welder-12999'; 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=173163747&Receiver=sabbashop' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '
'; var feedbackHtmlList = '
'; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(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.sabbashop.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fListing%2fDetails%2f173163747%2fHitbox-HBM200-MIG-Welder-200Amp-110V-2-in-1-Gasless-Flux-Core-Welder-12999'; 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 (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=sabbashop&template=ask_listing_question&listingID=173163747&returnUrl=%2FListing%2FDetails%2F173163747%2FHitbox-HBM200-MIG-Welder-200Amp-110V-2-in-1-Gasless-Flux-Core-Welder-12999'; 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=173163747&Receiver=sabbashop' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '
'; var feedbackHtmlList = '
'; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } 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); }); } }); });
Active
Hitbox HBM200 MIG Welder 200Amp 110V 2 in 1 Gasless Flux Core Welder $129.99 
CONDITION: Excellent
- Item # 173163747
- End Date
- Start Date
Shipping Options
Shipping to CANADA (2 - 7 Business days) | $29.99 CAD ($14.99 CAD as additional item) |
Local pick up (FREE) | $0.00 CAD ($0.00 CAD as additional item) |
Shipping to USA (2 - 7 Business days) | $30.99 CAD ($15.49 CAD as additional item) |
Payment Options
Seller Accepts PayPal
Payment Instructions
SHIPPING: Pay by PayPal or credit card via website checkout only ----- PICK UP: Online orders may be paid in-person at time of pick up by cash, debit, or credit card. No need to checkout prior, unless you wish to pre-pay for your order by PayPal. ----- PAYMENT DEADLINE: All items must be paid and shipped/picked up within a maximum of 25 days from the purchase date. This generous time allowance gives our valued customers extra time to keep shopping and ship or pick up multiple items at the same time. Items not paid within this time frame will be cancelled and re-listed. Unpaid items may lead to bidding restrictions or account closure. All purchases from Sabbashop are subject to the Terms & Conditions set forth on our website.
Description
- [2 in 1 function] Equipped with one-touch intelligent control system and digital display. 200Amp output allows you to weld mild steel up to 5/32 in the plate. Suitable for 0.30 & .035 flux core wire. Automatic change of the voltage & wire feeding speed by adjusting the amperage.MMA welding machine has better control over welding current and speed. ARC mode fits rods: E7018, E6013, E6011 Meet your welding needs
- [Safety protection] The core welding machine has built-in overcurrent, overvoltage and overheating protection. The welding equipment will automatically shut down in case of overheating and overload. The fan cooling system in operation reduces dust entering the machine and extends its service life
- [Compact design] The size is suitable for family use. It is smaller, lighter and more portable than the traditional MIG welding machine. Plastic radiators are designed at the front and rear of the fuselage to reduce the possibility that the machine cannot work normally due to excessive temperature. Size: 170 * 152 * 155mm, weight: 3.7kg
- [Package content] Hitbox inverter welding machine includes welding accessories: 1 MIG welding machine, 1 split welding gun, 1 electrode clip, 1 grounding clip, 1 brush, 2 nozzles, 1 roll of 0.5KG 0.8MM wire. Easy to install
Details
- CONDITION THIS ITEM IS IN EXCELLENT CONDITION AND IS LIGHTLY USED. MAY HAVE BEEN A STORE DISPLAY. IT IS FULLY FUNCTIONAL AND COMPLETE.
- INCLUDES MIG welding machine, split welding gun, electrode clip, grounding clip, brush, USER GUIDE
- UPC DOES NOT APPLY
- Storage 001-081, 1198605
- ProductID 1198605
FAQs
Is gasless MIG welding any good? ›
A gasless MIG welder produced more smoke and fumes, meaning it's not a great choice for indoor welding. You can't weld all material with a gasless MIG welder. Flux core wire can be damaged if not handled properly. The MIG welding machine you use must be able to support flux core wire welding.
Is gasless MIG welding easier than stick? ›The spool feeds the wire with enough current to melt the electrodes and the base metal creating a joint between them. The process is simple and straightforward, which proves that MIG welding can be easier than stick in the operating part. However, MIG welding doesn't come without disadvantages.
Why is flux core welding bad? ›FCAW-S is not without its drawbacks. Smoke can billow up from the burning flux-cored wire electrode, making it difficult to see the weld pool. Porosity can result when a welder fails to properly setup the machine or manipulate the electrode.
Are flux core MIG welders any good? ›Flux-cored arc welding is an excellent process widely used by beginners and seasoned industrial welders. High popularity among welders results from versatility, as it combines high deposition rates and fantastic mechanical and chemical properties of the weld with ease of use and the ability to work outside.