Update src/Mod/CAM/Path/Post/UtilsParse.py
Co-authored-by: tarman3 <joice501790018@tutamail.com>
This commit is contained in:
@@ -707,6 +707,8 @@ def parse_a_path(values: Values, gcode: Gcode, pathobj) -> None:
|
||||
|
||||
# Process canned cycles for drilling operations
|
||||
path_to_process = pathobj.Path
|
||||
|
||||
# Process canned cycles for drilling operations
|
||||
path_to_process = PostUtils.cannedCycleTerminator(path_to_process)
|
||||
|
||||
# Apply arc splitting if requested
|
||||
|
||||
Reference in New Issue
Block a user