Removed PathPreferences class and moved functionality into the module interface.

This commit is contained in:
Markus Lampert
2018-06-19 21:53:41 -07:00
parent bf46c47616
commit 0d28d59fd1
15 changed files with 127 additions and 150 deletions

View File

@@ -26,12 +26,12 @@ import FreeCAD
import FreeCADGui
import Path
import PathScripts.PathLog as PathLog
import PathScripts.PathPreferences as PathPreferences
import PathScripts.PathStock as PathStock
import json
from FreeCAD import Units
from PySide import QtCore, QtGui
from PathScripts.PathPreferences import PathPreferences
from PathScripts.PathPostProcessor import PostProcessor