volconst

Results 92 comments of volconst

Are the scripts long, or they contain some complex syntax? Post a macro which aborts? What do you mean by abort? Does the printer, disconnect, or an error message is...

Maybe the printer buffer gets overflowed and the excess commands are ignored. Try putting sleep() between the commands ``` !import time !time.sleep(1) ```

> I did think that it might be printer buffer related, but why does normal printing respect flow control and the Macro system not? > > I tried a few...

Somewhere in the api may be a method that sends and waits confirmation for the command, Using it instead of self.p.send() may fix the problem.

@meutzitzu , We may not have a wiki, but we have README https://github.com/kliment/Printrun/blob/master/README.md#using-host-commands

Looks good to me. Yes, it is unusable, but isn't this the idea of RTL by design? :grin: How do you switch to RTL?

gui log shows macro recursion - a macro you defined which directly or indirectly calls itself. About the serial timeout - does the printer hang? Can you operate the printer...

@meutzitzu, Is the file really uploaded to sdcard or it is being printed instead of uploaded? Printing and uploading should happen with different speeds. Does the upload finish before printing...

@meutzitzu , please post the command

@meutzitzu , empty card should work. Maybe the card was not formatted? Can you delete all files and try upload again? Create a test file with a few G0 moves....