Category: Gmoccapy
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.