소스 검색

- minor changes

Marius Stanciu 5 년 전
부모
커밋
1b15d2a2c1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      camlib.py

+ 2 - 2
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: