SUITSUTORU 180MM 1M MUST

The photographs are for illustrative purposes only.
Get AI analytics on product Flue pipe 180 mm 1 m black:
61.59€ / pc.
Ex Tax: 49.67€ / pc.
61.59€ / m²
1 pc. = 1m²
No brand
0 reviews
In stock
Product Code: 000-356220ASP
Qty
One click order
Tags:
Package dimensions18,00 x 18,00 x 100,00 cm
Gross weight9,200 kg
Net weight9,400 kg

Chimney Flue Pipe 180 mm · 1 m · Black

A chimney flue pipe section designed to extend or connect venting systems. This 180 mm diameter, 1 metre long black pipe is intended for directing smoke and exhaust gases safely from heating appliances to the chimney system.

Key advantages


    Standard diameter for easy compatibility with common flue systems
  • Modular 1 m length simplifies installation and allows flexible routing
  • Black finish provides a discreet, professional appearance
  • Simplifies maintenance by creating straight, accessible runs
  • Cost-effective solution compared to custom fabrication
  • Lightweight and easy to handle during installation

Application and use cases

Suitable for use wherever a straight section of flue or chimney pipe is required. Typical applications include connecting and extending venting runs in residential and light-commercial settings.


    Extending a chimney stack with matching diameter sections
  • Connecting stove or heater outlets to vertical flue runs
  • Replacing damaged sections in an existing venting system
  • Temporary or permanent installations in renovation projects
  • Workshop or outbuilding exhaust routing where a compact section is needed

What to consider when choosing


    Ensure compatibility of diameter and joint type with existing components
  1. Check local building codes and clearance requirements for flue installations
  2. Consider the total run length and number of joints to minimize leakage
  3. Plan for access points for inspection and cleaning
  4. Verify surface finish and coating suitability for the intended environment

Characteristics


    Product type: flue / chimney pipe section
  • Diameter: 180 mm
  • Length: 1 m
  • Color: black

Why buy at SityPro


    Competitive price and clear product characteristics listed for easy comparison
  • Wide selection of venting components to complete your installation
  • Easy to buy online with secure checkout and responsive customer support
  • Fast delivery options to Estonia and Finland for convenient sourcing
  • Reliable after-sales service and guidance on product application

Description provided by sitypro.com

SUITSUTORU 180MM 1M MUST
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Flue pipe 180 mm 1 m black

What is Flue pipe 180 mm 1 m black and what is it used for?

Flue pipe 180 mm 1 m black is a SUITSUTORU chimney flue section with a 180 mm diameter and 1 metre length, designed to direct smoke and exhaust gases and to extend or replace sections of a flue system. It’s used for connecting stoves, fireplaces and outdoor heaters, offering modular installation and a discreet black finish.

Will this pipe fit my stove/flue that is 180 mm?

Yes — this flue pipe is a standard 180 mm diameter section intended to fit systems specified for 180 mm. Check your existing connection type and use appropriate adapters or seals if the joint styles differ.

How are SUITSUTORU 180 mm 1 m sections connected?

Sections are joined sequentially using standard connection fittings; the 1 m modular length simplifies achieving the required stack height. Ensure airtight joints with recommended seals, clamps or adapters, particularly for external runs.

Can I use this pipe for outdoor garden heating or outdoor stoves?

Yes — the product is suitable for outdoor heating devices and garden stoves. For external installations ensure secure mounting, weather protection and appropriate insulation where required.

What material is the Flue pipe 180 mm 1 m black made of?

The description specifies a black finish for the SUITSUTORU section but does not list the exact base material (e.g. mild steel or stainless). Check the product technical sheet or contact the supplier for material confirmation.

What maximum bend/angle can I achieve with these sections?

This is a 1 m straight flue section intended for straight runs. To create bends or angles use separate elbow or angled fittings designed for 180 mm diameter.

Is this pipe suitable for regular cleaning and how to maintain it?

Yes — the 1 m length and 180 mm diameter make it accessible for cleaning with chimney brushes or telescopic tools. Maintain by inspecting joints, removing soot regularly and detaching sections when deeper cleaning is required.

How does this SUITSUTORU 180 mm 1 m section differ from shorter/longer sections?

The 1 m length is a practical compromise for handling, transport and modularity — easier to combine to reach required heights versus longer sections, while shorter sections fit tight spaces. It balances fewer joints with installation flexibility.

Can this pipe withstand the temperatures from stoves and fireplaces?

The description states suitability for fireplaces and stoves, but specific temperature ratings are not provided in the product data. For high-temperature appliances consult the technical documentation or contact the manufacturer for rated limits.

What is the model and SKU of the Flue pipe 180 mm 1 m black for ordering parts?

Model: A023997SP, SKU: 000-356220ASP. Use these identifiers when sourcing compatible adapters, elbows and seals for a 180 mm system.

Where to buy Flue pipe 180 mm 1 m black?

You can buy Flue pipe 180 mm 1 m black in our online store for 49.67€. Category: Smoke pipes.

What is the price of Flue pipe 180 mm 1 m black?

The current price of Flue pipe 180 mm 1 m black is 49.67€. Brand: Tootja puudub.

Flue pipe 180 mm 1 m black — specifications and description

Model: 000-356220ASP. Category: Smoke pipes. Brand: Tootja puudub. Price: 49.67€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');