Floor mix WEBER 3100 20KG

The photographs are for illustrative purposes only.
Get AI analytics on product Floor mix WEBER 3100 20KG:
25.07€ / bag
Ex Tax: 20.22€ / bag
1.25€ / m²
1 bag = 20m²
Weber
40.00 or more   23.56€ / bag
0 reviews
In stock
Product Code: 000-324310ASP

Specification

  • Mass (kg): 20
Qty
One click order
Tags:
Package dimensions28,00 x 58,00 x 9,00 cm
Net weight20,000 kg

Self-levelling floor compound Weber 3100 — the perfect solution for smooth and even substrates

Consumption rate1.5 kg/m²/1 mm
Application temperature+10 °C...+25 °C, optimal +15...+20 °C
Packaging20 kg
Shelf life12 months (in dry conditions in sealed original packaging)
Drying time: foot traffic2...4 h (+20 °C, 50 % RH)
Drying time: ready for covering24 h (+20 °C, 50 % RH)
Layer thickness0–10 mm
Water amount for mixing5.2 l/20 kg (26%)
Bond strength 28 days≥ 1.5 N/mm²
Compressive strength classC 30 (EN 13813)
Flexural strength classF 7 (EN 13813)
Volume shrinkage 28 days< 0.3 mm/m (+23 °C, 50 % RH)
Fire resistance classA2fl-s1 (EN 13501-1)
Wear resistanceRWFC 350 (EN 13813)
pH (hardened material)10.5...11
BinderSpecial cements
AggregateLimestone powder, grain size < 0.3 mm
AdditivesAdditives improve hardening and flow. Casein-free
Working time15 min after adding water
ColourGrey

Delivery

  • Delivery in Tallinn — from 30 € per pallet
  • Delivery across Estonia — please enquire when placing your order
  • Delivery to Finland — from 60 €
  • For orders of one pallet or more, request a personal quote on price and delivery

Why buy from SityPro

  • Easy to order at SityPro — convenient online checkout and up-to-date pricing
  • Detailed specifications and application information on the product page
  • Expert advice on product selection and application
  • Delivery across Estonia and Finland
  • Reliable service and support when placing your order
Building mixes
Mass (kg)
20
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Floor mix WEBER 3100 20KG
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Floor mix WEBER 3100 20KG

What is Floor mix WEBER 3100 20KG?

Floor mix WEBER 3100 20KG is a Weber ready-mixed dry compound for creating smooth, even substrates before final floor coverings. Consumption 1.5 kg/m² per 1 mm, packaging 20 kg, application temperature +10…+25 °C, shelf life 12 months in dry conditions.

What substrates is WEBER 3100 suitable for?

Floor mix WEBER 3100 is suitable for cement, concrete and other strong substrates that require levelling before tile, laminate or parquet installation. The substrate should be sound, clean and free of dust before application.

How to calculate WEBER 3100 consumption for a 20 m² room at 3 mm thickness?

Consumption is 1.5 kg/m² per 1 mm. For 20 m² at 3 mm: 1.5 kg × 3 × 20 = 90 kg, so you need approximately five 20 kg bags.

At what temperature can WEBER 3100 be used?

Apply Floor mix WEBER 3100 at +10…+25 °C, ideally +15…+20 °C. Do not apply in drafts or on substrates below +10 °C.

How to store WEBER 3100 and what is its shelf life?

Store Floor mix WEBER 3100 in its original packaging in a dry place protected from moisture. Shelf life is 12 months when stored correctly.

Can WEBER 3100 be applied over underfloor heating?

Floor mix WEBER 3100 can be applied over underfloor heating provided the heating is switched off and the substrate has cooled to the recommended +10…+25 °C. Follow manufacturer guidance for gradual reheating after drying.

What are the minimum and maximum layer thicknesses for WEBER 3100?

The product listing gives consumption per 1 mm (1.5 kg/m²) but does not specify exact minimum or maximum layer thicknesses. Refer to Weber technical data sheet or consult a specialist to determine the correct thickness for your project.

Do I need to prime the substrate before applying WEBER 3100?

The product page does not state this explicitly, but cementitious and porous substrates are typically primed to ensure adhesion. Use a Weber-recommended primer before applying the self-levelling compound.

How long does WEBER 3100 take to dry before laying the finish?

Drying time is not given in the product listing. It depends on layer thickness, temperature and humidity—consult the Weber technical data sheet or a specialist for exact waiting times.

Can WEBER 3100 be used to level floor unevenness before tiling?

Yes, Floor mix WEBER 3100 is designed to create even substrates prior to tile and other finish installations. Ensure the layer thickness and substrate preparation meet the tile manufacturer’s requirements.

Where to buy Floor mix WEBER 3100 20KG?

You can buy Floor mix WEBER 3100 20KG in our online store for 20.22€. Category: Floor levelling mixtures.

What is the price of Floor mix WEBER 3100 20KG?

The current price of Floor mix WEBER 3100 20KG is 20.22€. Brand: Weber.

Floor mix WEBER 3100 20KG — specifications and description

Model: 000-324310ASP. Category: Floor levelling mixtures. Brand: Weber. Price: 20.22€.

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ххххххх');