You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm starting to use pronterface to control printing. I'm creating buttons for certain operations that I need to correct during printing. I'd like to create a button that sends the same code continuously,
For example: G1 Z0.5 F60
This way, if I activate the button, the code is sent in a loop. Ideally, I'd also like to create a slider to vary the Z value.
Is this possible with pronterface?
Can anyone help me?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi @lesmainsdanslamachine, as far as I know, this would not be possible within Pronterface via buttons. They were meant to perform their task only once.
If you need to continuously correct stuff during the print it sounds to me like what you need to correct is the G-code you are using. I mean, maybe inject these operations you need into the G-code file itself so that they are performed as part of the print instead of making Pronterface intervene the print all the time. For instance, on PrusaSlicer, you can custom G-code at layer changes [1].
Thank you for your reply.
Yes, I do try to send code directly to the printer, no error symptoms from a code generated before ; there is none.
My current solution uses pronterface and autohotkey which allows me to send code, generate keys dedicated to specific gcode, and make loops.
I've been using it for a week.
The next step will be to dispense with a computer and connect a keyboard directly to the printer, perhaps via arduino.
rockstorm101
changed the title
crearing loop button in pronterface
creating loop buttons in pronterface
Oct 6, 2024
Hello, I'm starting to use pronterface to control printing. I'm creating buttons for certain operations that I need to correct during printing. I'd like to create a button that sends the same code continuously,
For example: G1 Z0.5 F60
This way, if I activate the button, the code is sent in a loop. Ideally, I'd also like to create a slider to vary the Z value.
Is this possible with pronterface?
Can anyone help me?
Thanks in advance
The text was updated successfully, but these errors were encountered: