ペイント計算機

1つ以上の部屋の壁を塗るために必要な塗料量を推定する。

%
ペイントの拡散速度を上書きします。0 は典型的な値です。
塗料が必要
描画する全面積

結果はタイプすると更新されます。

この計算機の情報

you have a room with 5 × 4 m walls, you can calculate the paint amount you need by subtracting the wall area from the wall height. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area as the perimeter times the wall height — 2 × (length + width) × height — optionally adds the ceiling, subtracts an allowance for each door and window, multiplies by the number of coats, adds a waste margin and divides by the paint’s coverage rate to give the litres or gallons to buy. Coverage defaults to about 10 m² per litre (350 sq ft per US gallon). The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you need from the wall area. The paint calculator calculates the paint amount you

よくある質問

平方メートルあたりどれくらいの塗料が必要ですか。

壁塗料の1リットルは通常10-12m2を一回塗りで覆います。この計算器は10m2/リットルまたは350sqft/ガロンを仮定しています。覆いを無効にすると、10m2/リットルまたは350sqft/ガロンになります。

家の塗装費用はどうやって見積もる?

各部屋の長さと幅を入力します。計算機は各部屋の壁面積を合計し、ドアと窓を一度引き、塗装と廃棄物を適用します。部屋ごとの表は各部屋の割合を示します。

2層塗る?

2回塗っても 色が均一になり 耐久性が向上する 特に新しい表面や コントラストのある表面で だから計算機は2回塗って 2倍の塗料を使う

塗装計算機は天井とトリムを含んでいますか。

壁をデフォルトで覆い、高度なオプションで壁と天井を選択すると天井を追加します。トリム、ソール、ドアは塗装面として別々に推定しません。塗装面は塗料を少なく使いますが、他の色で塗装すると少し塗りつぶします。

私は各ドアと窓を正確に測る必要がありますか。

いや、計算機は各開口部の標準面積を減算します。塗料を買うのに十分近い範囲です。各部屋のドアと窓の数を数えてみてください。小さな差は廃棄物許容量で吸収されます。

塗り直しのために どれだけの塗料を買うべきですか?

10%のデフォルトの廃棄許容量は、流出、ローラー吸収、不均一な覆い、将来のタッチアップのために少し残す。残りの缶を保持し、部屋とラベルを付けることは、後で正確な色合いを意味する。

❤️ ラブ Calculator.Free? 分けて

𝕏  X Facebook Reddit
API — コードからこの計算機を使う

この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →

エンドポイント

GET https://calculator.free/api/v1/paint/

curl

curl "https://calculator.free/api/v1/paint/?units=metric&length=5&width=4&height=2.5&coats=2"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/paint/?" + new URLSearchParams({
    "units": "metric",
    "length": "5",
    "width": "4",
    "height": "2.5",
    "coats": "2"
  }));
const data = await r.json();
console.log(data.results);

結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。