- fixed missing import in the preprocessors
- deleted the Toolchange_custom preprocessor because it is no longer used
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
from importlib.machinery import SourceFileLoader
|
||||
import os
|
||||
from abc import ABCMeta, abstractmethod
|
||||
import math # keep this. it is used in preprocessors
|
||||
|
||||
# module-root dictionary of preprocessors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user