Abort Homing
-
Hi,
Is it possible to abort the below command while it running? So far we are unable to do that.
G28 X ;Home x-axis
We are trying to stop homing procedure midway.
Regards
Siva -
This post is deleted! -
@Siva In the current firmware you can't stop a move part way through.
-
@Siva Why do you want to abort homing? What is the usage case? You can use gcode meta commands and conditional statements to abort at various stages such as if an axis is already homed, or if an end stop is already triggered. Is that what you mean?
-
@deckingman on one of our printers max travel is 1.2m long. We simply want to stop the motor during it's motion if the feedrate settings are incorrect or some other unknown reason which doesn't need E_Stop to trigger.
@tony said in his message we can't with the current firmware. -
@Siva the feed rate for homing moves would normally be specified in the homing move command line, so other than when developing the homing files getting the wrong feed rate shouldn't be an issue.
We plan to implement feed hold in a future firmware release.