-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Break in kcode / pause knitting #21
Comments
Proposed extension: To resolve:
|
this is the method that kniterate officially uses as a "pause" command (with any line of code with unsupported text pausing the machine and then display that text as a message on the screen). we could use the pre-existing regarding interrupting the pass and starting a new one, I think that is probably the best way to go about it since it doesn't make much sense to insert a pause in the middle of the representation of a pass in k-code (the line of underscores and dashes), so the machine would just carry on with whatever is next as a new pass (code-wise) when the user resumes. |
i am partial to keeping this separate from knitout |
Yes, I think that "x-message pause here" should be separate from knitout ;comments but I think that sending those to kcode could help with debugging as well! |
The knitout specification does include a |
Adding this as a separate issue in case this feature is supposed to already exist!
we tried " ;kniterate yarns in " and it did not work.
It would also be nice to be able to add a line directly to kcode that's not a comment (without //). That would translate to a break in knitting and message on the kniterate screen and allow for on-machine debugging
Originally posted by @kausalyamahadevan in #14 (comment)
The text was updated successfully, but these errors were encountered: