G34 automatic point assignment (#16473)

This commit is contained in:
InsanityAutomation
2020-02-01 05:50:44 -05:00
committed by GitHub
parent 90b6324563
commit e58d1bf974
6 changed files with 298 additions and 105 deletions

View File

@ -707,7 +707,7 @@ void GcodeSuite::G26() {
if (location.valid()) {
const xy_pos_t circle = _GET_MESH_POS(location.pos);
// If this mesh location is outside the printable_radius, skip it.
// If this mesh location is outside the printable radius, skip it.
if (!position_is_reachable(circle)) continue;
// Determine where to start and end the circle,