- in ParseDXF file fixed import of module due of changes in the latest version of ezdxf module
- changes in Milling Plugin in the selection in the Tools Table - some updates of milling data structure - changes in handling the tool shape due of moving the parameter from the tool table in the tool parameters section
This commit is contained in:
@@ -800,7 +800,7 @@ class SolderPaste(AppTool):
|
||||
geo_obj.tools[tooluid]['data']['tools_mill_offset_type']= 0 # 'Path'
|
||||
geo_obj.tools[tooluid]['data']['tools_mill_offset_value'] = 0.0
|
||||
geo_obj.tools[tooluid]['data']['tools_mill_job_type'] = 'SP' #'
|
||||
geo_obj.tools[tooluid]['data']['tools_mill_shape'] = 'DN' # 'DN'
|
||||
geo_obj.tools[tooluid]['data']['tools_mill_tool_shape'] = 'DN' # 'DN'
|
||||
|
||||
# self.flat_geometry is a list of LinearRings produced by flatten() from the exteriors of the Polygons
|
||||
# We get possible issues if we try to directly use the Polygons, due of possible the interiors,
|
||||
|
||||
Reference in New Issue
Block a user