Skip to content

1.1.0rc7

Pre-release
Pre-release
Compare
Choose a tag to compare
@jneilliii jneilliii released this 20 Jun 03:46
· 55 commits to rc since this release
6e1fe9b
  • 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