✨ Polargraph M665 settings (#24401)
This commit is contained in:
committed by
Scott Lahteine
parent
c72fe1a2f9
commit
0a164a88fe
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user