minor fix on annular checking for kv6

This commit is contained in:
U-CAD\userC
2021-07-22 16:06:49 +02:00
parent 3bfc530d18
commit 8b61aa907a
2 changed files with 41 additions and 12 deletions

View File

@ -1,2 +1,2 @@
from .model3d_list import checkMissing3Dmodels
checkMissing3Dmodels().register()
from .model3d_list import checkMissing3DM
checkMissing3DM().register()