Safe Probe M213/214 Stop instead of RESET

Here is where you can request new features or special features.

Safe Probe M213/214 Stop instead of RESET

Postby DanStory » Sun Feb 27, 2022 8:40 pm

It would be nice to have option to choose if probe trigger in safe mode does a RESET vs Stop (with Decel). I have RESET force me to rehome, as that is an abrupt interruption to motion and typically my jog/feed rate while using probe has enough time to stop with deceleration without causing permanent damage.
DanStory
 
Posts: 22
Joined: Tue Nov 30, 2021 12:29 am

Re: Safe Probe M213/214 Stop instead of RESET

Postby DanStory » Wed Mar 02, 2022 2:28 am

Additionally it would be nice that in a macro that executes,
Code: Select all
var gcode = new List<string>(new []{
"M213",
"G1 ...",
"(PROBE TRIGGER!)",
"G1 ...",
"M214"
});
exec.Codelist(gcode);
while (exec.IsMoving()) { }

It does a "soft-stop", i.e. motion stops, exec.IsMoving() is false and exec.Ismacrostopped() is false but can check #5060 if the probe triggered (or something along those lines).
DanStory
 
Posts: 22
Joined: Tue Nov 30, 2021 12:29 am

Re: Safe Probe M213/214 Stop instead of RESET

Postby Pulcik » Wed Apr 13, 2022 7:47 pm

+1, agree.
Stop would be good, so we can work with that in macros.

Cheers,
Martin
Pulcik
 
Posts: 39
Joined: Thu Aug 27, 2020 10:04 am


Return to Feature Request

Who is online

Users browsing this forum: No registered users and 2 guests