Polargraph M665 settings (#24401)

This commit is contained in:
Arthur Masson
2022-07-16 23:58:18 +02:00
committed by Scott Lahteine
parent c72fe1a2f9
commit 0a164a88fe
8 changed files with 115 additions and 62 deletions

View File

@@ -306,7 +306,7 @@ typedef struct {
LIMIT(e.x, X_MIN_POS + 1, X_MAX_POS - 1);
#endif
if (position_is_reachable(s.x, s.y) && position_is_reachable(e.x, e.y))
if (position_is_reachable(s) && position_is_reachable(e))
print_line_from_here_to_there(s, e);
}
}