-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
knitter: wait for both selectors to clear the limit
We now maintain a "current line direction" that allows us to know whether the carriage is on the expected side of the working area for the line to be considered complete. Then we get rid of m_workedOnLine that is no longer useful. We also use the current line direction when determining which needle to program, making this more reliable than depending on the instantaneous carriage direction. Had to fix a few tests that used a mix of Knit and Garter carriage.
- Loading branch information
1 parent
f69d0e7
commit 69da90e
Showing
3 changed files
with
150 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters