STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200

The photographs are for illustrative purposes only.
Get AI analytics on product STONE WOOL
PAROC LINIO 10 CC KRUNDITUD 200x600x1200:
50.60€/box
Ex Tax: 40.81€/box
Paroc
0 reviews
Out Of Stock
Product Code: 000-497976ASP
Item sold out
Tags:

SPECIFICATION STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200 price 37.40€ Paroc

Heade soojusomadustega jäik, tulekindel kivivillaplaat. Plaadi kaks külge on kaetud kruntvärviga.
Krohvitud fassaadide soojusisolatsioon.
Kinnitatakse aluspinnale nii liimiga kui ka mehaaniliselt vastavalt krohvisüsteemide juhistele.

Description provided by sitypro.com

STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200
Write a review
Similar products in stock
Dear visitor, please be aware that this item is temporarily out of stock.
We recommend considering other products:
Stone wool PAROC 610-ULTRA-100/5.95m2
In Stock
50.59€ Ex Tax: 40.80€
Stone wool PAROC 610-ULTRA-66/8.93m2
In Stock
49.05€ Ex Tax: 39.56€
Stone wool PAROC 565-ULTRA-100/5.51m2
In Stock
45.98€ Ex Tax: 37.08€
Stone wool PAROC 565-ULTRA-150/3.45m2
In Stock
45.98€ Ex Tax: 37.08€
Or you can choose other products in the category: Thermal insulation / construction wool

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200

What is STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200?

STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200 is a rigid, fire‑resistant stone wool insulation board with good thermal properties; both faces are primed. It is intended for insulating rendered facades and is fixed to the substrate with adhesive and mechanical fasteners according to the render system instructions.

What applications is PAROC LINIO 10 CC KRUNDITUD 200x600x1200 suitable for?

The board is suitable for thermal insulation of rendered facades where a rigid, fire‑resistant material is required. It is used in external wall systems fixed with adhesive and mechanical anchors.

What are the dimensions of STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200?

The product name gives the dimensions: the board measures 200 x 600 x 1200 mm. The 200 mm thickness provides substantial thermal insulation for facade systems.

What are the board faces coated with and why is the priming used?

Both faces are primed (krunditud), which improves adhesion to adhesive and render and protects fibres during installation. The priming facilitates application and bonding of subsequent render layers.

How do I fix PAROC LINIO 10 CC KRUNDITUD 200x600x1200 to a wall?

Fix the board using a combination of render adhesive and mechanical anchors per the chosen render system instructions. Follow recommended fixing centres and anchor types suitable for a 200 mm thick board.

Can this board be used indoors or only for facades?

PAROC LINIO 10 CC KRUNDITUD is primarily designed for rendered facades, though its fire resistance and rigidity can suit certain internal applications when manufacturer/system requirements are met. For indoor use, check finishing and vapour resistance requirements.

What thermal performance does the 200 mm thickness provide?

A 200 mm thickness provides substantial thermal insulation for a facade system, significantly reducing heat loss through external walls. Exact thermal (U‑value) performance depends on the full wall assembly and should be calculated for the project.

Is this board suitable under thin‑coat render?

Yes, PAROC LINIO 10 CC KRUNDITUD is designed for rendered facades and is compatible with thin‑coat render systems when installed and fixed correctly. Ensure the chosen render system is compatible with the primed board faces.

Which materials pair best with this stone wool in a facade system?

Use a compatible facade adhesive, mechanical fasteners designed for stone wool, and a thin‑coat render; the board faces are primed to improve adhesion. Follow the render system manufacturer’s recommendations for vapour permeability and material compatibility.

How do you cut and handle PAROC LINIO 10 CC KRUNDITUD boards?

Cut boards with a fine‑tooth saw or utility knife, taking care due to the fibrous structure. Work using PPE (dust mask, goggles, gloves) and trim edges for tight joints before fixing.

How does PAROC LINIO 10 CC KRUNDITUD differ from other PAROC boards?

This board is primed on both faces and comes in 200 x 600 x 1200 mm with 200 mm thickness, specifically for rendered facades. Other PAROC boards may vary in thickness, density or face treatment, affecting compatibility with particular facade systems.

Where to buy STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200?

You can buy STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200 in our online store for 40.81€. Category: General purpose stone wool boards.

What is the price of STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200?

The current price of STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200 is 40.81€. Brand: Paroc.

STONE WOOL PAROC LINIO 10 CC KRUNDITUD 200x600x1200 — specifications and description

Model: 000-497976ASP. Category: General purpose stone wool boards. Brand: Paroc. Price: 40.81€.

Google reviews

See all reviews

Model

//$('#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ххххххх');