Gmoccapy 3.5.1
- HansU
-
Topic Author
- Offline
- Moderator
-
Less
More
- Posts: 695
- Thank you received: 212
03 Jul 2025 17:15 #331170
by HansU
Gmoccapy 3.5.1 was created by HansU
New Version on the way - now the chance to work in your comments...
github.com/LinuxCNC/linuxcnc/pull/3494
github.com/LinuxCNC/linuxcnc/pull/3494
The following user(s) said Thank You: tommylight, besriworld
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20407
- Thank you received: 6938
03 Jul 2025 21:02 #331196
by tommylight
Replied by tommylight on topic Gmoccapy 3.5.1
Pinned for easy finding.
Thank you.
Thank you.
Please Log in or Create an account to join the conversation.
- besriworld
- Offline
- Elite Member
-
Less
More
- Posts: 299
- Thank you received: 82
03 Jul 2025 22:00 #331201
by besriworld
Replied by besriworld on topic Gmoccapy 3.5.1
Things I noticed in stable version .
Would it be possible to add a confirmation dialog box prompting the user before initiating another homing cycle .
When I run the program and want to pause it midway through the G-code execution to clean the machine from chips, it doesn't allow me to manually move the axis.
I believe the program should allow pausing, during which I should be able to manually move or return the axis. When I choose to resume the program, the machine should automatically return to the position it was in before the pause and continue execution from that point.
Also, if I stop the spindle and start it again, the speed is much lower than before.
When you're in the G-code editor, it's possible to start the program execution, but if you exit the editor, the program stops .

Would it be possible to add a confirmation dialog box prompting the user before initiating another homing cycle .
When I run the program and want to pause it midway through the G-code execution to clean the machine from chips, it doesn't allow me to manually move the axis.
I believe the program should allow pausing, during which I should be able to manually move or return the axis. When I choose to resume the program, the machine should automatically return to the position it was in before the pause and continue execution from that point.
Also, if I stop the spindle and start it again, the speed is much lower than before.
When you're in the G-code editor, it's possible to start the program execution, but if you exit the editor, the program stops .
Please Log in or Create an account to join the conversation.
- newbynobi
-
- Offline
- Moderator
-
Less
More
- Posts: 2083
- Thank you received: 415
04 Jul 2025 05:38 #331218
by newbynobi
Replied by newbynobi on topic Gmoccapy 3.5.1
@besriworld
Many users asked already for the option to move the machine during pause. That feature must be implemented deep into LinuxCNC IMHO motion control, but not in the GUI part.
It might be possible to make a custom code and put that in between forward and backward kinematics to move i.e. the Z axis.
Norbert
Many users asked already for the option to move the machine during pause. That feature must be implemented deep into LinuxCNC IMHO motion control, but not in the GUI part.
It might be possible to make a custom code and put that in between forward and backward kinematics to move i.e. the Z axis.
Norbert
The following user(s) said Thank You: besriworld
Please Log in or Create an account to join the conversation.
- HansU
-
Topic Author
- Offline
- Moderator
-
Less
More
- Posts: 695
- Thank you received: 212
04 Jul 2025 05:46 #331219
by HansU
You mean when the machine is already homed?
That is not part of the GUI and not supported yet. For that you need to switch the mode and that would stop the program execution. It would be also a bit complicated, remember if you are in the middle of an arc or just in the middle of a line. etc...
But the spindle should resume at the same speed. Can you give an exmple to reproduce that?
A bit unusual use case though, but I agree that should not abort the program.
Replied by HansU on topic Gmoccapy 3.5.1
Would it be possible to add a confirmation dialog box prompting the user before initiating another homing cycle .
You mean when the machine is already homed?
When I run the program and want to pause it midway through the G-code execution to clean the machine from chips, it doesn't allow me to manually move the axis.
I believe the program should allow pausing, during which I should be able to manually move or return the axis. When I choose to resume the program, the machine should automatically return to the position it was in before the pause and continue execution from that point.
Also, if I stop the spindle and start it again, the speed is much lower than before.
That is not part of the GUI and not supported yet. For that you need to switch the mode and that would stop the program execution. It would be also a bit complicated, remember if you are in the middle of an arc or just in the middle of a line. etc...
But the spindle should resume at the same speed. Can you give an exmple to reproduce that?
When you're in the G-code editor, it's possible to start the program execution, but if you exit the editor, the program stops .
A bit unusual use case though, but I agree that should not abort the program.
The following user(s) said Thank You: besriworld
Please Log in or Create an account to join the conversation.
- pippin88
- Offline
- Elite Member
-
Less
More
- Posts: 268
- Thank you received: 48
04 Jul 2025 09:29 #331222
by pippin88
Replied by pippin88 on topic Gmoccapy 3.5.1
Suggestion / request:
Overrides
When starting a program running (cycle start): user is prompted that an override (rapid, feed, or spindle) and asked whether they want to continue with override, or want to reset to 100%
(I make the mistake of setting an override and then moving onto a new program and hitting start, forgetting about the override)
Overrides
When starting a program running (cycle start): user is prompted that an override (rapid, feed, or spindle) and asked whether they want to continue with override, or want to reset to 100%
(I make the mistake of setting an override and then moving onto a new program and hitting start, forgetting about the override)
Please Log in or Create an account to join the conversation.
- besriworld
- Offline
- Elite Member
-
Less
More
- Posts: 299
- Thank you received: 82
04 Jul 2025 12:48 #331231
by besriworld
Replied by besriworld on topic Gmoccapy 3.5.1
I use Match 3 on another machine and it has this functionality and I thought it was something standard.
"You mean when the machine is already homed? "
YES .
"But the spindle should resume at the same speed. Can you give an exmple to reproduce that?"
I will make a video.
"A bit unusual use case though, but I agree that should not abort the program."
Yes, I accidentally started the program from this menu and at one point I decided to go to the main page and the machine stopped. The program should simply not be started from this menu or it should not stop. I already know and I will not start the program in the editor. But maybe I will not be the first to find this bug.

YES .
"But the spindle should resume at the same speed. Can you give an exmple to reproduce that?"
I will make a video.
"A bit unusual use case though, but I agree that should not abort the program."
Yes, I accidentally started the program from this menu and at one point I decided to go to the main page and the machine stopped. The program should simply not be started from this menu or it should not stop. I already know and I will not start the program in the editor. But maybe I will not be the first to find this bug.

Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
Less
More
- Posts: 4433
- Thank you received: 1975
04 Jul 2025 13:23 - 04 Jul 2025 13:24 #331234
by Aciera
Replied by Aciera on topic Gmoccapy 3.5.1
Attachments:
Last edit: 04 Jul 2025 13:24 by Aciera.
Please Log in or Create an account to join the conversation.
- besriworld
- Offline
- Elite Member
-
Less
More
- Posts: 299
- Thank you received: 82
04 Jul 2025 13:25 #331235
by besriworld
Replied by besriworld on topic Gmoccapy 3.5.1
I start the program with an external button.
Please Log in or Create an account to join the conversation.
- besriworld
- Offline
- Elite Member
-
Less
More
- Posts: 299
- Thank you received: 82
04 Jul 2025 14:23 #331239
by besriworld
Replied by besriworld on topic Gmoccapy 3.5.1
This time, the spindle didn’t stop. However, when exiting the editor, the graphical interface shows that the program is not running
youtube.com/shorts/axVyF3tfrcw?si=d6pKXhjEwYUU1QWp
youtube.com/shorts/ay-Nz62fcPs?si=QHA_4l6xV2o7P6Ro
youtube.com/shorts/axVyF3tfrcw?si=d6pKXhjEwYUU1QWp
youtube.com/shorts/ay-Nz62fcPs?si=QHA_4l6xV2o7P6Ro
Please Log in or Create an account to join the conversation.
Moderators: newbynobi, HansU
Time to create page: 0.167 seconds