Clarify PRIME_CLEARANCE global better

This commit is contained in:
Ghostkeeper 2018-09-13 16:56:14 +02:00
parent 5a374f31ef
commit c962b519b1
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -28,7 +28,7 @@ import copy
from typing import List, Optional 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 PRIME_CLEARANCE = 6.5