From ec26a45eb920a50108c5372041865994203f4225 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 27 Sep 2016 16:18:56 +0200 Subject: [PATCH] Spelling in documentation This must be the Latin form. Contributes to issue CURA-2407. --- cura/BuildVolume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index f9710cc5c4..e55fc9f379 100644 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -525,7 +525,7 @@ class BuildVolume(SceneNode): #Now combine our different pieces of data to get the final border size. # - Wall expansion is applied to the outer wall itself, so add it to the rest. - # - Farthest shield, moves from the wall and bed adhesion are all radiusses around the outer wall, so take the max of them. + # - Farthest shield, moves from the wall and bed adhesion are all radii around the outer wall, so take the max of them. border_size = wall_expansion_radius + max(farthest_shield_distance, move_from_wall_radius, bed_adhesion_size) return border_size