bambulab / Bambu-Handy

For Bambu Lab Printers
67 stars 4 forks source link

E-stop feature #6

Open Elliotts2k opened 1 year ago

Elliotts2k commented 1 year ago

Using the 10mm jog feature for XYZ motion has accidentally caused belt skip due to too much travel and no way to stop it/ reverse it.

Homing remotely (I wasn't in the same building as the printer) caused the tool head to crash into a part that was still on the bed that wasn't in view of the camera. I simply watched the bed slowly elevate with no way to stop the machine from the crash. This seems to have damaged a force sensor in the bed, glad it was nothing more (popped the magnetic cover off the tool head and the z axis retreated). Would love to see this feature on the machine, Handy and Studio. Thanks

dereknheiley commented 1 year ago

To clarify, I think "E-stop" means Emergency Stop, which should use the EMERGENCY_PARSER option to interrupt any currently executing gcode command - not wait for it to fisinsh / fail before preventing any new commands to run.

The only downside is usually you have to manually power cycle the printer after such events.

https://marlinfw.org/docs/gcode/M112.html