Fixed comment

This commit is contained in:
Nikolai Danylchyk 2026-01-07 22:55:15 +01:00
parent c7962dea54
commit 6f0244fccc
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ func ComputeWallMask(img image.Image, thicknessMM float64, pixelToMM float64) ([
// 6. Generate Wall // 6. Generate Wall
// Wall is generated by expanding Board outwards. // Wall is generated by expanding Board outwards.
// We want the wall to be strictly OUTSIDE the board (or centered on outline? User said "starts at outline"). // We want the wall to be strictly OUTSIDE the board.
// If we expand Board, we get pixels outside. // If we expand Board, we get pixels outside.
thicknessPixels := int(thicknessMM / pixelToMM) thicknessPixels := int(thicknessMM / pixelToMM)