- updated the header of the postprocessos with 'laser' to show essential informations like some of them do not move on the Z axis
- make sure that the laser postprocessor that do move on the Z axis (like 'GRBL_laser_Z') accept negative values for the Z focus - fixed issue in highlighter such that the keywords that have an underscore included are highlighted - rearranged the default keywords - fixed the generatecncjob() method default parameters to reflect new data structure names - in Geometry object the default self.options dictionary is updated with keys that reflect new data structure
This commit is contained in:
@@ -2972,6 +2972,8 @@ class ToolMilling(AppTool, Excellon):
|
||||
:return: None
|
||||
"""
|
||||
|
||||
self.app.log.debug("ToolMilling.mtool_gen_cncjob()")
|
||||
|
||||
geo_obj = geo_obj if geo_obj is not None else self.target_obj
|
||||
|
||||
# use the name of the first tool selected in self.geo_tools_table which has the diameter passed as tool_dia
|
||||
|
||||
Reference in New Issue
Block a user