This commit is contained in:
David Kaufman
2024-01-08 19:44:22 -05:00
parent b20d702b0d
commit 4ceb984f73
4 changed files with 7 additions and 81 deletions

View File

@@ -152,7 +152,7 @@ static const PyMethodDef areaOverrides[] = {
{
"getClearedArea",nullptr,0,
"getClearedArea(path, diameter, zmax, bbox):\n"
"Gets the area cleared when a tool of the specified diameter follows the gcode represented in the path, ignoring cleared space above zmax and path segments that don't affect space within bbox.\n",
"Gets the area cleared when a tool of the specified diameter follows the gcode represented in the path, ignoring cleared space above zmax and path segments that don't affect space within the x/y space of bbox.\n",
},
{
"getRestArea",nullptr,0,