Classes | |
| class | TestPathAdaptive |
Functions | |
| def | getGcodeMoves (cmdList, includeRapids=True, includeLines=True, includeArcs=True) |
| def | pathOriginatesInBox (cmd, minPoint, maxPoint) |
| def | setDepthsAndHeights (op, strDep=20.0, finDep=0.0) |
Variables | |
| string | expected_moves_test01 |
| def PathTests.TestPathAdaptive.getGcodeMoves | ( | cmdList, | |
includeRapids = True, |
|||
includeLines = True, |
|||
includeArcs = True |
|||
| ) |
getGcodeMoves(cmdList, includeRapids=True, includeLines=True, includeArcs=True)... Accepts command dict and returns point string coordinate.
| def PathTests.TestPathAdaptive.pathOriginatesInBox | ( | cmd, | |
| minPoint, | |||
| maxPoint | |||
| ) |
| def PathTests.TestPathAdaptive.setDepthsAndHeights | ( | op, | |
strDep = 20.0, |
|||
finDep = 0.0 |
|||
| ) |
setDepthsAndHeights(op, strDep=20.0, finDep=0.0)... Sets default depths and heights for `op` passed to it
| string PathTests.TestPathAdaptive.expected_moves_test01 |