• Lars Kruse's avatar
    reduce unnecessary moves to safety height for zigzag patterns · f2e387c8
    Lars Kruse authored
    Previously the "TinySidewaysMoveFilter" was used to detect small gaps within
    a toolpath that can be removed safely. But the above filter only worked under
    the specific conditions that the z levels of both adjacent points are the same.
    The new implementation adds another connection line to the motion grid (before
    collision tests). Thus now all kind of connections (independent of their length
    and position) are possible.
    f2e387c8
Name
Last commit
Last update
Tests Loading commit data...
debian Loading commit data...
doc Loading commit data...
man Loading commit data...
pycam Loading commit data...
pyinstaller Loading commit data...
samples Loading commit data...
scripts Loading commit data...
share Loading commit data...
.gitignore Loading commit data...
COPYING.TXT Loading commit data...
Changelog Loading commit data...
INSTALL.TXT Loading commit data...
LICENSE.TXT Loading commit data...
MANIFEST.in Loading commit data...
Makefile Loading commit data...
README.TXT Loading commit data...
release_info.txt Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...
technical_details.txt Loading commit data...