- in camlib.CNCjob.gcode_parse() fixed an assumption that a certain object is present: tool_data["tools_drill_toolchange"]

This commit is contained in:
Marius Stanciu
2022-01-28 03:26:22 +02:00
committed by Marius
parent c48ebdea00
commit 2ebc231f6f
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
28.01.2022
- in Tcl command `geocutout` fixed an error due of a no longer used parameter
- in camlib.CNCjob.gcode_parse() fixed an assumption that a certain object is present: tool_data["tools_drill_toolchange"]
27.01.2022