Plugin to analyze gcode for slicer settings comments and add additional metadata of such settings.

NOTE: Only supports Slic3r and Simplify3D currently; suggest more in issues; contributions welcome!

Note: this plugin has not been tested with versions under 1.3.10; they may not work!

This plugin is useless without another plugin to use the metadata. Those can be found here.

Configuration

Python regexes (Advanced)

This plugin uses python regexes to parse the gcode. Syntax can be easily found on the web. There should be two named capturing groups, key and val. Multiple regexes should be listed on seperate lines, ordered by precedence. Any chars are allowed in the groups; \n will be replaced by newlines.

See the wiki for examples.