jneilliii / OctoPrint-BedLevelVisualizer

MIT License
373 stars 82 forks source link

1.1.0 #453

Closed jneilliii closed 3 years ago

jneilliii commented 3 years ago

Added

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
#define MAIN_MENU_ITEM_1_DESC "Bed Visualize"
#define MAIN_MENU_ITEM_1_GCODE "M118 A1 action:BEDLEVELVISUALIZER_LEVELBED"

Updated

Fixed