diff --git a/MultiExport.FCMacro b/MultiExport.FCMacro index 05cbf2e..02d7c88 100755 --- a/MultiExport.FCMacro +++ b/MultiExport.FCMacro @@ -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__ = []