Moving first before going to safe travel height

Issue #604 new
Bastel Baus created an issue

traveling to beginning of a path and passing exclusion areas

a) tool is moved before lifting → should be wise versa → major

  • happens probably also at other positions, to be checked over the code.

b) overwriting global move_z might lead to lower z_height. I would propose to go for max(move_z, travel[0]) → proposal

camlib.py:beta

def linear2gcode_extra

7194: gcode += self.doformat(p.rapid_code, x=locx, y=locy)

7198: gcode += self.doformat(p.lift_code, x=locx, y=locy)

Comments (0)

  1. Log in to comment