delete useless imports
This commit is contained in:
parent
750725340b
commit
fbe3aa73eb
|
|
@ -3,11 +3,6 @@ import FreeCAD
|
|||
import FreeCADGui
|
||||
import Draft
|
||||
import os
|
||||
import svgpathtools
|
||||
from svgpathtools import svg2paths
|
||||
from shapely.geometry import LineString
|
||||
from lxml import etree
|
||||
from shapely.ops import unary_union
|
||||
import Mesh
|
||||
|
||||
|
||||
|
|
@ -133,9 +128,6 @@ class WindowDialog():
|
|||
|
||||
# -------- END -------- #
|
||||
|
||||
|
||||
# -------- MODIFICATION DE MA MACRO "QuickSVGExport" -------- #
|
||||
|
||||
def exportSVG(self, isCalepinage):
|
||||
plateLength = self.form.doubleSpinBoxLength.value()
|
||||
plateWidth = self.form.doubleSpinBoxWidth.value()
|
||||
|
|
@ -164,8 +156,6 @@ class WindowDialog():
|
|||
else:
|
||||
self._exportSketchBasic(sketchList)
|
||||
|
||||
# -------- END -------- #
|
||||
|
||||
def exportSTL(self, singleMode):
|
||||
outputRacine = App.activeDocument().getFileName().rpartition('.')[0]
|
||||
__obj__ = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue