Behaviour of path_depth
tommy3001 opened this issue · 2 comments
tommy3001 commented
Hallo.
I tried the blending edge JTP-Laser-Tool_v2.0-beta3.zip today.
I like the integration of SvgToGcode.
But I am not lucky with the meaning of path_depth. It is not working in the for me expected way. In SvgToGcode, it is only added when passes is higher than 1. It adds then after a complete svg graph cycle G1 Z-path_depth. But that is an issue more related to SvgToGcode.
tommy3001 commented
Ah. Now I got the reason for my astonishment.
def set_relative_coordinates(self):
return "G91;"
is not implemented in the with the J-Tech release delivered svg_to_gcode. Threrefore, there will be no correction of path_depth for more passes than 2.
-> path_depth is set only absolute, not relative, for each complete cycle.
PadLex commented
Should be fixed with the 2.0 release. Can you confirm?