Skip to content
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

Pause from G-Code #1408

Open
STS-ATS opened this issue Jan 28, 2024 · 3 comments
Open

Pause from G-Code #1408

STS-ATS opened this issue Jan 28, 2024 · 3 comments
Labels

Comments

@STS-ATS
Copy link

STS-ATS commented Jan 28, 2024

Hi there!

I love your work, its an amazing tool for 3d printing, thank you very much for your effort and this great job.

Ive been trying to pause the printing from the G-code, ive tried to put the pause command, pause, !p.pause(), p.pause()

But non of them have worked, and i need to automatically pause the printing for filament change.

Also, ive had some troubles trying to show the progress bar on Ender 3 S1, it makes an echo of unknown M73 command
it would be great to control the print also from the printer but its not working.

Thanks for your suggestions and answers.

@STS-ATS
Copy link
Author

STS-ATS commented Jan 28, 2024

Well, it seems like, i forgot to read a little part of the documentation. it says:

"you can either use directly or inside your G-Code. To run a host command from inside a G-Code, simply prefix it with ;@"

Ive read all the Using host commands section https://github.com/kliment/Printrun#using-host-commands
except that part of the prefix.

So, if you are having the same problem you can put in your G code, in the desired layer

;@pause exactly how i wrote, in the console you ll see: Print paused at: 23:06:18 its an example

and you ll be able to continue printing, just clicking in the resume option

or, if you do:

;@ pause in the console you ll see: G-Code calling host command " pause"

but, it wont recognize the pause, so you will have to print resume in the console

both makes the task of pausing the print

Hope it could be helpful for you.

Thanks to the Pronterface team for their good work.

If yow know how to show the progress bar on the ender 3 s1, would be great

thanks

@rockstorm101
Copy link
Collaborator

Thanks to the Pronterface team for their good work.

Thank you for your kind words. Much appreciated.

Also, ive had some troubles trying to show the progress bar on Ender 3 S1, it makes an echo of unknown M73 command
it would be great to control the print also from the printer but its not working.

I'm not sure what you are trying to achieve here. Print progress is shown in Pronterface in the status bar. A message along the lines of "unknown M73 command" probably means your firmware does not support such a command.

@STS-ATS
Copy link
Author

STS-ATS commented Jan 28, 2024

Hi, thanks for answering

Yeah, its more related to the ender firmware, but i tought maybe someone have already figured out how to show the progress bar on an ender 3 s1

But, ive noticed that some slicers like Orca Slicer wich is the one i use for 3d printing, has an option of disabling the M73, because of the compatibility (i think), thats why i have the echo of M73, the problem its not from pronterface, because it uses the M117 command, thats what confused me.

(the problem comes from the slicer xd)

But... even if the printer doesnt makes an echo of error, it doesnt works as expected.

so, maybe if you know why or someone knows, it would be pretty awesome to have a progress bar on the display
it doesnt change the performance or anything
but it would be awesome (again)

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants