From c962b519b192f2a66be79e0ae0cd47c97631a248 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 13 Sep 2018 16:56:14 +0200 Subject: [PATCH] Clarify PRIME_CLEARANCE global better --- cura/BuildVolume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index 10ae8bb87a..4059283a32 100755 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -28,7 +28,7 @@ import copy from typing import List, Optional -# Setting for clearance around the prime +# Radius of disallowed area in mm around prime. I.e. how much distance to keep from prime position. PRIME_CLEARANCE = 6.5