Hi, is there any way to stop printing from the printer screen. When using repeatier, the control and tune menus are maintained, but does not show the option to stop. Thanks.
Firmware can send // action:cancel to stop a print, but they do not implement this function. You can hack the firmware and add a menu entry that does this if you like. with // action:pause you can also request a pause.
Comments
// action:cancel
to stop a print, but they do not implement this function. You can hack the firmware and add a menu entry that does this if you like. with // action:pause you can also request a pause.