Commit 3f1f8385 authored by sumpfralle's avatar sumpfralle

fixed artefact


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@503 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent f6347ac6
......@@ -105,7 +105,7 @@ class ToolPath:
result["position"] = new_pos
# move to safey height at the starting position
safety_height = settings.get_process_settings()["safety_height"]
move(result, Point(start_position.x, start_position.y, safety_height))
move(Point(start_position.x, start_position.y, safety_height))
for path in self.get_path():
# go to safety height (horizontally from the previous x/y location)
if len(path.points) > 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment