# Creating a tool path by simple scan-line order. # Last edited on 2021-05-17 17:39:04 by jstolfi import scan_line_path_IMP def make(wr, o, BCS, CTS, mp_jump, Delta, parms, use_raster_links): # Creates a tool-path from the given list {BCS} of blocks, that is just # the concatenation of the blocks in the same orientation. return scan_line_path_IMP.make(wr, o, BCS, CTS, mp_jump, Delta, parms, use_raster_links)