Releases: VisualBoy/OctoPrint-LiveGCodeControl
Releases · VisualBoy/OctoPrint-LiveGCodeControl
0.1.2 NeoFlux
0.1.0 Initial release
Users can create and manage a list of rules. Each rule consists of:
- Pattern: A user-defined regular expression (regex) to match against the content of outgoing G-code lines. The matching is performed on the full G-code line, including any comments (e.g.,
;TYPE:Bridge,;LAYER_CHANGE), as these often contain valuable metadata from slicers. - Action Type: A selection of what to do if the pattern matches.
- Action G-code(s): User-defined G-code command(s) to be used for certain actions (like inject/replace/modify).