1.1.0rc7
Pre-release
Pre-release
- added BLVPROCESSINGON/BLVPROCESSINGOFF received gcode commands via M118, #447.
The following example custom command button would change to "processing" mode, heat the hot end until it reaches 200 degrees and then turn "processing" mode off. If webcam is enabled while processing the webcam will be shown while in "processing" mode.
M118 BLVPROCESSINGON
M109 S200
M118 BLVPROCESSINGOFF