From 1b15d2a2c16ab618fea5a551c36b32a313a47c53 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 16 Jul 2020 04:58:54 +0300 Subject: [PATCH] - minor changes --- camlib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/camlib.py b/camlib.py index 6f0f0f60..665de530 100644 --- a/camlib.py +++ b/camlib.py @@ -5209,9 +5209,9 @@ class CNCjob(Geometry): # ######################################################################################################### # ######################################################################################################### - # Only if there are locations to drill + # Only if there are locations to mill if not optimized_path: - log.debug("CNCJob.excellon_tool_gcode_gen() -> Optimized path is empty.") + log.debug("camlib.CNCJob.geometry_from_excellon_by_tool() -> Optimized path is empty.") return 'fail' if self.app.abort_flag: