delete useless imports

This commit is contained in:
Thomas-Alexandre Moreau 2025-02-07 16:52:17 +01:00
parent 750725340b
commit fbe3aa73eb

View file

@ -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
@ -132,9 +127,6 @@ class WindowDialog():
print(f"ERREUR : {errorCount} sketchs ne rentrent pas sur le plateau")
# -------- END -------- #
# -------- MODIFICATION DE MA MACRO "QuickSVGExport" -------- #
def exportSVG(self, isCalepinage):
plateLength = self.form.doubleSpinBoxLength.value()
@ -164,8 +156,6 @@ class WindowDialog():
else:
self._exportSketchBasic(sketchList)
# -------- END -------- #
def exportSTL(self, singleMode):
outputRacine = App.activeDocument().getFileName().rpartition('.')[0]
__obj__ = []