Skip to content

Releases: VisualBoy/OctoPrint-LiveGCodeControl

0.1.2 NeoFlux

29 Nov 08:30
5ff4124

Choose a tag to compare

Merge pull request #10 from VisualBoy/neoflux-preset-system

NeoFlux Preset Management and Event Automation

0.1.0 Initial release

03 Jun 12:38
fdc1b89

Choose a tag to compare

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).