Commit 2b37a427 authored by sumpfralle's avatar sumpfralle

fixed typo


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@848 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 29c1e170
...@@ -199,8 +199,8 @@ class EngraveCutter: ...@@ -199,8 +199,8 @@ class EngraveCutter:
for p in points: for p in points:
if p is None: if p is None:
# exceeded maxz - the cutter has to skip this point # exceeded maxz - the cutter has to skip this point
self.pa.end_scanline() pa.end_scanline()
self.pa.new_scanline() pa.new_scanline()
continue continue
pa.append(p) pa.append(p)
if draw_callback and points: if draw_callback and points:
......
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